[jboss-user] [JBoss Seam] - Re: Problem with forms

petemuir do-not-reply at jboss.com
Wed Aug 9 04:11:45 EDT 2006


When you say 'nothing happens' do you mean that the page reloads but the action method on the backing bean isn't called? If so, then put a h:messages JSF tag on the facelet and see if you have any errors resulting from validation, conversion or model-update.

I also noticed that you outject the 'names entity' as authorName (from the registerAuthor Seam component) but then refer to it as names on the facelet. Also, at no point do you create a new authorName object to write into.

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

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



More information about the jboss-user mailing list