How i can execute the tag bean:write ../ inside the tag html:hidden

2002-06-03 Thread Ferran Parra
;/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 ../?? --- Ferran Parra [EMAIL PROTECTED] http://www.mubimedia.com MUBIMEDIA S.L. C/ Mallorca, 275, 1r

RE: How i can execute the tag bean:write ../ inside the tag html:hidden

2002-06-03 Thread Galbreath, Mark
property=id/'/ produces this output in the web browser: input type=hidden name=id value=lt;bean:write name=quot;usuarioquot; property=quot;idquot;/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

Re: How i can execute the tag bean:write ../ inside the tag html:hidden

2002-06-03 Thread Nicolas De Loof
=id value='bean:write name=usuario property=id/'/ and produces this output in the web browser: input type=hidden name=id value=lt;bean:write name=quot;usuarioquot; property=quot;idquot;/gt; the tag bean:write../ is not executed, is interpreted as a literal. How i can execute the tag