It shouldn't be ignored (n.b. s:validateAll won't attach a ModelValidator if there
is another one specified). I think you need:
<h:inputText value="#{selectedUser.email}"
| validator="#{userController.validateEmail}" >
| <s:validate />
| </h:inputText>
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074186#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...