When clicking a link for updating user information one of 6 fields doesn't get populated.
Here's the jsp code:
UpdateUser.jsp
The <s:textfield> that doesn't get populated is "phone"
In my action class I have the following code:
When the action's execute is called the value of phone is set with a value Ex. 0708090909
Any idea why this particular field isn't getting populated?
I can't see any typo's and by debugging I have established that the value of phone (in the action class) is set to something (not null and not an empty String)