Re: Cannot find bean" error" in any scope / Error

2005-09-17 Thread Murray Collingwood
If the bean "error" doesn't exist in the request or the session then this is the error you get. 1. either generate the "error" form bean and add it to the scope (any scope will do) or 2. add logic code to test for the presence of the bean before you try using it. ...do the error here. Kind

Re: Cannot find bean" error" in any scope / Error

2005-09-17 Thread Laurie Harper
R. Markham wrote: I get following error if I push the submit button. I get following error message javax.servlet.ServletException: Cannot find bean error in any scope I have following in my JSP File Lastname

Cannot find bean" error" in any scope / Error

2005-09-17 Thread R. Markham
I get following error if I push the submit button. I get following error message javax.servlet.ServletException: Cannot find bean error in any scope I have following in my JSP File Lastname