Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Struts - filter in bean:write

843840Jan 12 2009 — edited Jan 13 2009
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 10 2009
Added on Jan 12 2009
2 comments
478 views