[jboss-user] [JBoss Seam] - Re: Very basic validation question

michael.yuan@jboss.com do-not-reply at jboss.com
Thu Jul 26 16:10:32 EDT 2007


The validation annotations are processed by Hibernate. They are  *not* supposed to work on stateful session beans. To validate data in the session bean, you have to write your own validation code, or you can use JSF validator tags in the view page.

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

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



More information about the jboss-user mailing list