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
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
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
3 matches
Mail list logo