[jboss-user] [JBoss Seam] - Can <s:validate> be used with facelets compositions?

phicorp do-not-reply at jboss.com
Thu Jul 20 08:01:54 EDT 2006


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



More information about the jboss-user mailing list