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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to