[jboss-user] [JBoss Seam] - Re: Trinidad example uploaded to wiki

petemuir do-not-reply at jboss.com
Mon Nov 13 04:35:20 EST 2006


Atm you can't use s:validateAll with trinidad.

s:validateAll iterates over all it's children looking for instances of UIInput (which superclasess all input components) - which normally works.

However Trinidad uses the custom UIXInput as it's superclass for all input components, so s:validateAll doesn't attach a validator.  Using s:validate on each input component will work (but is a drag).

I believe this is a bug in Trinidad rather than Seam and looking at their JIRA they are intending to eventually move over to a JSF standard inheritance.

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3985350



More information about the jboss-user mailing list