Re: bean write. escape HTML

2006-10-26 Thread Puneet Lakhina
On 10/26/06, Balwinder <[EMAIL PROTECTED]> wrote: Puneet Lakhina wrote: > I am writing something on a JSP page using bean write. But its escaping > HTML. i.e suppose I have a bean named msgs with the value > "Message" > (without the quotes) > > I get the literal string Message on my JSP Page. i

Re: bean write. escape HTML

2006-10-26 Thread Balwinder
Puneet Lakhina wrote: I am writing something on a JSP page using bean write. But its escaping HTML. i.e suppose I have a bean named msgs with the value "Message" (without the quotes) I get the literal string Message on my JSP Page. i.e it escapes HTML. which means the generated HTML is

Me


bean write. escape HTML

2006-10-26 Thread Puneet Lakhina
I am writing something on a JSP page using bean write. But its escaping HTML. i.e suppose I have a bean named msgs with the value "Message" (without the quotes) I get the literal string Message on my JSP Page. i.e it escapes HTML. which means the generated HTML is

Message I dont want that