RE: org.apache.jasper.JasperException: Unable to compile class for JSP

2004-11-25 Thread Danko Desancic
p?EID=890992 -David -Original Message- From: Danko Desancic [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 24, 2004 5:14 PM To: Struts Users Mailing List Subject: RE: org.apache.jasper.JasperException: Unable to compile class for JSP See below: -Original Message- From: David

RE: org.apache.jasper.JasperException: Unable to compile class for JSP

2004-11-25 Thread Danko Desancic
ke so: Maybe if you had a getValue(String val) method you could do: My thinking on this came from: http://www.jguru.com/faq/view.jsp?EID=890992 -David -Original Message- From: Danko Desancic [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 24, 2004 5:14 PM To: Struts Users Mail

RE: org.apache.jasper.JasperException: Unable to compile class for JSP

2004-11-24 Thread Danko Desancic
your html:text tag? or something else? I'm on the same setup and I haven't seen that error before. Regards, David -Original Message----- From: Danko Desancic [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 24, 2004 5:06 PM To: [EMAIL PROTECTED] Subject: org.apache.jasper.Jaspe

org.apache.jasper.JasperException: Unable to compile class for JSP

2004-11-24 Thread Danko Desancic
Hello, I am using struts 1.2.4 and Tomcat 5.0.28. I am trying to get simple login page working but as soon as I use one of html:text or html:password I ran into compilation error. Below are the error and the page that's causing it. When I remove the html:text and use it works fine. Any ideas on