2002. augusztus 16. 15:05 d¨¢tummal congzhebin ezt ¨ªrtad:
> hello
> i want to setup the value of html:text and html:textarea,but both of the
> following two expression don't work:
 
> <html:text property="name" size="20" value=<bean:write name="msgBoard"
> property="name" scope="session"/>/>
 
> 
> <html:text property="name" size="20" value="<bean:write name="msgBoard"
> property="name" scope="session"/>"/>
 

You should populate your FormBean in the Action that takes you to this page, 
and then use only the "property" attribute and omit the "value" attribute.

Hth,

Tib

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to