[jboss-user] [JBoss Seam] - Re: Validation of non-ui fields

2007-08-03 Thread [EMAIL PROTECTED]
This is an interesting requirement.  You can use the validators component to 
help you here.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4070460#4070460

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4070460
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Validation of non-ui fields

2007-08-03 Thread nickarls
[EMAIL PROTECTED] wrote : This is an interesting requirement.  You can use 
the validators component to help you here.

Pardon me but what do you mean by the validators component?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4070505#4070505

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4070505
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Validation of non-ui fields

2007-08-03 Thread [EMAIL PROTECTED]
@In(create=true) org.jboss.seam.core.Validators validators;

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4070514#4070514

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4070514
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Validation of non-ui fields

2007-08-02 Thread knaas
That is the approach we have taken.  It works.fine is the appropriate word. 
 

Another idea would be to bind the values to a h:inputHidden.  Using Hibernate 
Validator's @AssertTrue and @AssertFalse you could do some incredibly 
complicated validations without needing to RYO validators.



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4070172#4070172

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4070172
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user