Re: scope="request" attribute in action mapping

2005-08-16 Thread Rick Reumann
Joe Smith wrote the following on 8/15/2005 7:30 PM: When I put scope="request" in action mappings, I got the following HTTP 500 error. But if i take it out, then everything is fine. any ideas?? [Servlet Error]-[Cannot find bean logonForm in any scope]: javax.servlet.jsp.JspException: Cannot f

Re: scope="request" attribute in action mapping

2005-08-16 Thread Laurie Harper
Hard to tell what's going wrong without the full stack trace. Where, exactly, is the error raised? L. Joe Smith wrote: When I put scope="request" in action mappings, I got the following HTTP 500 error. But if i take it out, then everything is fine. any ideas?? [Servlet Error]-[Cannot find