Hopefully a simple one: You've used a hibernate validation property specifying that
person.room is not null. Unfortunately Seam's s:validate tags don't catch this
(see the SeamProblemsFAQ) so you have to specify this is the JSF as well with a
required="true" on the JSF tag.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983186#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...