You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Galbreath, Mark" <Ga...@tessco.com> on 2002/06/03 17:34:46 UTC

RE: How i can execute the tag inside the tag
<html:hidden property="id" 
             value="<bean:write name=\"usuario\" 
                                property=\"id\" />" />


-----Original Message-----
From: Ferran Parra [mailto:ferran_p@mubimedia.com]
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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>