This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
I'm using myfaces 1.1.4 and been trying to solve the problem "Error during model data update." for more than 30 minutes. Until I finally noticed that my backing bean had a null value for the bean where I was trying to set the values into.
I hope fellow ranchers won't fall into the same problem I did.
During the development stage, it is better to use <h:\messages \> tag which will display the list of fields whose values have been set to null. This will help in finding out the problem.
Akbar
Bauke Scholtz
Ranch Hand
Joined: Oct 08, 2006
Posts: 2458
posted
0
for more than 30 minutes
Can you please clarify? This sounds like an ordinary session timeout.
Originally posted by Akbar Basha R: During the development stage, it is better to use <h:\messages \> tag which will display the list of fields whose values have been set to null. This will help in finding out the problem.
Akbar
Thanks for the tip! I'll definitely try this one.
Paul Michael
Ranch Hand
Joined: Jul 02, 2001
Posts: 697
posted
0
Originally posted by Bauke Scholtz: Can you please clarify? This sounds like an ordinary session timeout.
What I wanted to say was, it took me more than 30 minutes to finally realize I had a null value object inside my backing bean.
Hope this clears out my original statement. ;)
Bauke Scholtz
Ranch Hand
Joined: Oct 08, 2006
Posts: 2458
posted
0
Oh well, this way
S.Hema Malini
Greenhorn
Joined: Oct 14, 2009
Posts: 1
posted
0
Hi , I am new to JSF,i am getting this error as well , "{0}": Error during model data update.
what exactly did you do , To fix this ?
And My filed name is shown as {0} , how to fix this as well ??