Hi
On my page in html:textarea i write something like this:
line 1
line 2
line 3<br>line 4
and on my other side i use <bean:write name="f6Form" property="w1" filter="true" />
and i get:
line 1 line 2 line 3<br>line 4
and i need to get:
line 1
line 2
line 3<br>line 4
How do this using bean:write (or filter only) and don't change w1 value