[jboss-user] [JBoss Seam] - Re: Validation patter -> Invalid State

enda do-not-reply at jboss.com
Sat Feb 9 16:55:02 EST 2008


I think I got it.

if I will use 


  | <s:validateAll>
  |  <h:inputText ...
  |    <f:validateLength minimum="0" maximum="100" />
  |  </h:inputText>
  | </s:validateAll>
  | 

It will break hibernate validation. You can assume that f:validateLength does not need to be there, but what other validators, are they valid with hibernate validation?

Tomas

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

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



More information about the jboss-user mailing list