RE: Bug using nbsp;?

2004-11-23 Thread Shapira, Yoav
Hi, Under JSP 2.0 in strict XHTML mode (not just JSP 2.0 in general), yup, you got it. Yoav Shapira http://www.yoavshapira.com -Original Message- From: Gili [mailto:[EMAIL PROTECTED] Sent: Monday, November 22, 2004 11:13 PM To: [EMAIL PROTECTED] Subject: Re: Bug using nbsp

RE: Bug using nbsp;?

2004-11-23 Thread Benson Margulies
] Sent: Monday, November 22, 2004 11:13 PM To: [EMAIL PROTECTED] Subject: Re: Bug using nbsp;? Solved by replacing nbsp; with amp;nbsp;. Under JSP 2.0 you apparently need to double-escape entity tags. Gili On Mon, 22 Nov 2004 21:38:15 -0500, Gili wrote: Hi, I've got a small

Re: Bug using nbsp;?

2004-11-22 Thread Gili
Solved by replacing nbsp; with amp;nbsp;. Under JSP 2.0 you apparently need to double-escape entity tags. Gili On Mon, 22 Nov 2004 21:38:15 -0500, Gili wrote: Hi, I've got a small testcase using JSP 2.0: html xmlns=http://www.w3.org/1999/xhtml;