[jboss-user] [JBoss Seam] - Re: Error during model data update
petemuir
do-not-reply at jboss.com
Mon Jul 24 07:46:58 EDT 2006
No.
http://www-128.ibm.com/developerworks/library/j-jsf2
This is a good introduction to the JSF lifecycle and should help you understand what the error message 'error during model update' means.
As I mentioned above it looks like you never create an instance of user (either via new User() or create=true) so user is null (which I find a common cause of model update errors).
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960325#3960325
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3960325
More information about the jboss-user
mailing list