<html:hidden property="id" 
             value="<bean:write name=\"usuario\" 
                                property=\"id\" />" />


-----Original Message-----
From: Ferran Parra [mailto:[EMAIL PROTECTED]]
Sent: Monday, June 03, 2002 11:28 AM

       <html:hidden property="id" value='<bean:write name="usuario"
property="id"/>'/>

    produces this output in the web browser:

<input type="hidden" name="id" value="&lt;bean:write
name=&quot;usuario&quot; property=&quot;id&quot;/&gt;">

    the tag <bean:write../> is not executed, is interpreted as a literal.
How i can execute the tag <bean:write ../> inside the tag <html:hidden
../>??

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

Reply via email to