try writing <input type="text" /> as &lt;input type=&quot;text&quot; /&gt;

HTH Filip

> -----Original Message-----
> From: Vinay Mhapankar [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, June 24, 2003 12:52 PM
> To: [EMAIL PROTECTED]
> Subject: <bean:write filter="false">
> 
> 
> 
> Hi All,
> 
> I need to display 
> 
> ---START---
> Sometext
> <input type="text" />
> ---END--- 
> 
> on a JSP page.
> 
> If I set filter="false" in bean:write tag, <br> is interpreted as 
> newline but then textbox is displayed.
> 
> And if I set filter="true" (default), then I can't insert newline.
> 
> In short, I need partial escaping of html.
> 
> Can it be done in struts?
> 
> If not, how can we insert a new line as well as escape other html tags?
> 
> Please help.
> 
> Thanks.
> 
> - Vinay
> 
> 
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.491 / Virus Database: 290 - Release Date: 6/18/2003
>  
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to