Hello All,

If I create a custom facelets tag such as the following tag

        <p:myTag fieldValue="#{user.name}"/>

which uses the following custom facelets composition

        <ui:composition>
                <h:inputText value="#{fieldValue}"/>
        </ui:composition>

then using <s:validate> with the custom tag will result in a runtime exception 
thrown by <s:validate>.

Does anyone know whether or not this issue is being addressed, as I would like 
to use <s:validate> if the issue is resolved?

Many thanks,
Bruce.


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959527#3959527

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3959527
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to