Hi, Very simple question. I want to be able to display the current value of a field (let's say called "subject") so that the user can view it, edit it, and submit it. "subject" is in a form called "userForm".
Could someone give me an example of what the jsp code would look like? I've tried something like: <html:text property="subject" value="<bean:write name='userForm' property='subject'" style="height: 19; width: 400;"/> Which of course would never work.. but you get the drift. Thanks Justin -- Justin F. Knotzke [EMAIL PROTECTED] http://www.shampoo.ca --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

