Hello,
 
I want to write a string like "line1<br>line2".
 
If I use <bean:write name="myForm" property="myProperty"/>, I will get 
line1&lt;br&gtline2.
If I use <bean:write name="myForm" property="myProperty" filter="false"/>, I will get 
line1<br>line2.
 
But I want to write:
 
line1
line2
 
How can I do this with struts?
 
 
Regards,
 
Frank

Reply via email to