Class parameter in Faces Config
        Posted  
        
            by DD
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by DD
        
        
        
        Published on 2010-03-18T12:51:35Z
        Indexed on 
            2010/03/18
            13:01 UTC
        
        
        Read the original article
        Hit count: 362
        
Is there a way to pass a class into a property?
i.e.
    <managed-property>
        <property-name>clazz</property-name>
        <value>java.lang.Double</value>
    </managed-property>
© Stack Overflow or respective owner