Re: Anyone ever use StringEscapeUtils.unescapeHtml

2006-09-03 Thread Sven Homburg
dont use StringEscapeUtils.unescapeHtml. use the insert component like this component id = threadBody type=Insert binding name=value value=literal:strongtest/strong/ binding name=raw value=ognl:true/ /component Mit freundlichem Gruss homburg Softwaretechnik S.Homburg 21220 Seevetal / GERMANY

RE: Anyone ever use StringEscapeUtils.unescapeHtml

2006-08-29 Thread James Carman
Have you tried setting the raw property to true? -Original Message- From: Teofilus Maximillian [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 29, 2006 10:56 PM To: tapestry-user@jakarta.apache.org Subject: Anyone ever use StringEscapeUtils.unescapeHtml Hi guys, I tried to use

Re: Anyone ever use StringEscapeUtils.unescapeHtml

2006-08-29 Thread andyhot
You don't have to use the StringEscapeUtils class. Just read the docs of the Insert component http://tapestry.apache.org/tapestry4/tapestry/ComponentReference/Insert.html and use the raw parameter Teofilus Maximillian wrote: Hi guys, I tried to use StringEscapeUtils.unescapeHtml, from