how to use bean write in struts <html:text >tag
843836Jun 25 2005 — edited Mar 7 2007hi,
i'm new to struts concepts.here i'm trying to write a value in html struts tag using <bean:write>
my current tag is
<html:text property="empname" value='<bean:write name="employee" property="empid">' />
but it gives same tag in the text box.how i can solve this.