there is a property filter of the bean:write, which you have to say to false
G.
-----Original Message-----
From: Bar3omiej Paw3owski [mailto:[EMAIL PROTECTED]]
Sent: Friday, August 31, 2001 6:05 PM
To: struts mail list
Subject: why bean:write converts < > & etc?
Hi
I have a problem
I put in the vector:
vector.addElement("<b>ble ble</b>");
vector.addElement("<b>ble ble</b>");
request.setAttribute("actList", result);
next in the jsp page:
<logic:iterate id="doc" name="actList"
type="adwokaci.resources.DocumentAttributes">
<bean:write name="doc" property="desc"/>
</logic:iterate>
in page source i revceive
<b>ble ble</b>
<b>ble ble</b>
How can I solve it?
Please help!!!
Bartek
Poland