Re: problem with chinese output in jsp/tomcat 4.1.12

2002-12-12 Thread Mike W-M
I don't quite see where the chinese characters come into it, but I think you've forgotten to put the curly-brackets round the thing that's supposed to be conditional. Instead of %if(request.getParameter(sel1).equals(1))% ?? %out.println(hi from partha);% ...I suggest you try... %

RE: problem with chinese output in jsp/tomcat 4.1.12

2002-12-12 Thread Partha Ranjan Das
Hi Mike, Thanks for your observation. The main problem is : whenever i try to use some chinese content in the jsp whether in the body or in the java code, the jsp tags are not being parsed by the jsp engine with tomcat4.1.12. And hence, in the html output, I am finding that the %...% tags are

Re: problem with chinese output in jsp/tomcat 4.1.12

2002-12-12 Thread Mike W-M
] To: [EMAIL PROTECTED] Sent: Thursday, December 12, 2002 11:22 AM Subject: RE: problem with chinese output in jsp/tomcat 4.1.12 Hi Mike, Thanks for your observation. The main problem is : whenever i try to use some chinese content in the jsp whether in the body or in the java code, the jsp tags

Re: problem with chinese output in jsp/tomcat 4.1.12

2002-12-12 Thread Bill Barker
ng types doesn't match with something that it ought to. Mike. - Original Message - From: Partha Ranjan Das [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, December 12, 2002 11:22 AM Subject: RE: problem with chinese output in jsp/tomcat 4.1.12 Hi Mike, Thanks