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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...