Re: javax.servlet.ServletException: Cannot find bean usersList in scope request

2008-07-27 Thread Carlos Morales
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

Re: javax.servlet.ServletException: Cannot find bean usersList in scope request

2008-07-26 Thread David Smith
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

RE: javax.servlet.ServletException: Cannot find bean usersList in scope request

2008-07-26 Thread Carlos Morales
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

Re: javax.servlet.ServletException: Cannot find bean usersList in scope request

2008-07-25 Thread David Smith
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

RE: javax.servlet.ServletException: Cannot find bean usersList in scope request

2008-07-25 Thread Carlos Morales Diego
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, >