Jay ha scritto:
Hi all,
    I want to store the value of <bean:write name="mgmtAllPages"
property="content"/>  value in a string. Or in other words, i have a
variable of string data type. i want to set its value equal to value of
<bean:write>

String variable = <bean:write name="mgmtAllPages" property="content"/> ;

any idea to do this

Use <bean:define> or, the better, <c:set>:
http://java.sun.com/products/jsp/jstl/1.1/docs/tlddocs/c/set.html

HTH
Antonio


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

Reply via email to