Didn't you ask this yesterday ?
Nishant wrote:
i am getting strange problem./
Setting target to error
11/20 16:21:27 error Unhandled exception thrown from /editemployee.jsp:22
[1]javax.servlet.jsp.JspException: Cannot find bean employees in scope request
at org.apache.struts.util.Request
This is from the bean:write doc:
name
Specifies the attribute name of the bean whose property is accessed to
retrieve the value specified by |property| (if specified). If |property|
is not specified, the value of this bean itself will be rendered.
(REQUIRED) (RT EXPR)
property
Specif
There is nothing particularly strange about this problem. Your bean
called "employees" is not in request scope.
Jack
"You can't wake a person who is pretending to be asleep."
~Native Proverb~
"Each man is good in His sight. It is not necessary for eagles to be crows."
~Hunkesni (Sitting Bull
i am getting strange problem./
Setting target to error
11/20 16:21:27 error Unhandled exception thrown from /editemployee.jsp:22
[1]javax.servlet.jsp.JspException: Cannot find bean employees in scope request
at org.apache.struts.util.RequestUtils.lookup(RequestUtils.java:940)
at
4 matches
Mail list logo