><tiles:put name="topleft"><bean:write name="ac"
>property="section.name"/>.</tiles:put>

>But this code doesn't work:
>
>
><html:hidden property="sectionName" value="<bean:write name="ac"
>property="section.name"/>" />

of course not.
<bean:write> writes an output in the http-stream.

but you want to give the attribute value a value.
so you can define with <bean:define> a variable and use this variable
to assign to the value-attribut.

i dont know another way, sorry.


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

Reply via email to