trlogic:iterate/logic:present
I write them here without < > because it's the unic way to see them
- Mensaje original ----
De: David Smith <[EMAIL PROTECTED]>
Para: Tomcat Users List
Enviado: sábado, 26 de julio, 2008 20:38:22
Asunto: Re: javax.servlet.ServletException: C
Ok ... your email client is weird in how it put's html in, but that's a
different subject. The stack trace indicates that logic:iterate can't
find the collection you stored in "usersList". You could wrap the whole
table in logic:present tag and then have some error message in a
logic:notPrese
I hope this time sources work and you can see them:
The mistake is this one:
org.apache.jasper.JasperException: Cannot find bean usersList in scope request
org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:510)
org.apache.jasper.servlet.JspServl
You may want to post plain text or post from another email client. A
*lot* of your jsp source is missing from this email.
--David
Carlos Morales Diego wrote:
Hello everyone,
Could anyone help me, please?
I have this mistake and I don't kow how to fix it:
org.apache.jasper.JasperExcepti
The jsp file is this one:
I write in a comment because if not you can't see it
> From: [EMAIL PROTECTED]
> To: users@tomcat.apache.org
> Subject: javax.servlet.ServletException: Cannot find bean usersList in scope
> request
> Date: Fri, 25 Jul 2008 17:40:53 +
>
>
>
> Hello everyone,
>