I want to use an update user details page in my application which uses a
form to display the current user details and updates any changes. Im
having problems displaying the information of the user bean in the value
property.
 
What I want is 
<html:text property="name" value="current users name" />
 
Ive tried the following which is giving me errors:
<html:text property="name" value="<bean:write name="currentUser"
property="name" />" />
 
Anybody know how to do this?
Thanks

Reply via email to