Hi,
The code is; <html:text property="name" .../> name is the property of my form bean. but it is empty in this case. If I use <bean:write> with property "name" it is o.k On Wed, 17 Jul 2002, Galbreath, Mark wrote: > See the "property" attribute of the <html:text> tag at > > http://jakarta.apache.org/struts/struts-html.html#text > > Mark > > -----Original Message----- > From: Bugra [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, July 17, 2002 7:31 AM > > In one of my jsp view file, there is some work > i can't do. In the file I want to display > textfield with value of a bean property. > <html:text ... value=" " /> > <bean:write ... /> > > How can I embed bean:write into value attribute in > this logic ? > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

