Re: JasperException: Array index out of range

2007-04-20 Thread Rashmi Rubdi
I also noticed Struts in the stack trace and it could be a bug in Struts also. -Rashmi On 4/20/07, Rashmi Rubdi <[EMAIL PROTECTED]> wrote: Hi Gabor, Yes I did look at the full stack track you've posted. Is this stack trace only from the JSP page? Please look in the log files for additional st

Re: JasperException: Array index out of range

2007-04-20 Thread Rashmi Rubdi
Hi Gabor, Yes I did look at the full stack track you've posted. Is this stack trace only from the JSP page? Please look in the log files for additional stack trace, if there are any. Otherwise this may be a Tomcat bug, and you can file a bug report on Bugzilla. -Rashmi On 4/20/07, Gabor Konra

Re: JasperException: Array index out of range

2007-04-20 Thread Gabor Konrad
Hi Rashmi! >> StandardWrapperValve[action]: Servlet.service() for servlet action threw >> exception >> org.apache.jasper.JasperException: Array index out of range: 0 >indicates that there's some code that is accessing the wrong index of >an Array , either the index is less than 0 or greater tha

Re: JasperException: Array index out of range

2007-04-19 Thread Rashmi Rubdi
Hi Konrád , This error: StandardWrapperValve[action]: Servlet.service() for servlet action threw exception org.apache.jasper.JasperException: Array index out of range: 0 indicates that there's some code that is accessing the wrong index of an Array , either the index is less than 0 or greate

JasperException: Array index out of range

2007-04-19 Thread Konrád Gábor
I use JBuilder 8 with Tomcat 4.1.30, and I run my WEB application in the JBuilder IDE. When the application is running I get the following error. Can anyone help me to solve this problem? Thank you in advance Gabor Konrad ApplicationDispatcher[/my-app]: Servlet.service() for servlet debugjsp