Re: Can pl anybody help me with org.apache.jasper.JasperException: /jsp/ballmember/Test.jsp(5,34) equal symbol expected

2008-03-03 Thread Sameer Acharya
Open the jsp code in a programmers editor and check the syntax , specifically on the line number mentioned by the compiler. This looks like a syntax issue. -Sameer --- Sneha Manohar [EMAIL PROTECTED] wrote: org.apache.jasper.JasperException: /jsp/ballmember/Test.jsp(5,34) equal symbol

RE: Can pl anybody help me with org.apache.jasper.JasperException: /jsp/ballmember/Test.jsp(5,34) equal symbol expected

2008-02-27 Thread pranab.das
Sneha, Did your CLASSPATH points to library; or please check if there is any conflict in libraries if you set multiple CLASSPATH. - Pranab -Original Message- From: Sneha Manohar [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 27, 2008 11:22 PM To: users@tomcat.apache.org

Re: Can pl anybody help me with org.apache.jasper.JasperException: /jsp/ballmember/Test.jsp(5,34) equal symbol expected

2008-02-27 Thread David Smith
Can you please have some patience? You just posted this question we aren't your paid support. BTW, posting the source for Test.jsp would be nice -- not just the jsp:useBean ... / line. The error indicates a syntax error in your jsp. --David Sneha Manohar wrote:

Re: Can pl anybody help me with org.apache.jasper.JasperException: /jsp/ballmember/Test.jsp(5,34) equal symbol expected

2008-02-27 Thread David Smith
Don't ever set CLASSPATH. I can't emphasize enough just how bad that idea is. --David [EMAIL PROTECTED] wrote: Sneha, Did your CLASSPATH points to library; or please check if there is any conflict in libraries if you set multiple CLASSPATH. - Pranab -Original Message- From: