>  Even though this is a frequent question,
> I could not get the Exact syntax for doing it.
> <html:text    property="username"     value =
> "<bean:write  property="phone"        name="registrationForm"/>"/>

If this <html:text> element inside the form that belogs with the Action that
uses registrationForm, then you don't need the 'value' attribute at all.
Struts will magically populate the <input> form element from the value in
the Form bean.

<html:text property="username" />

(The snippet above looks like you're trying to put the phone number in the
username field...)

-- 
Wendy Smoak
Applications Systems Analyst, Sr.
Arizona State University, PA, IRM 

Reply via email to