Re: bean not found in any scope

2004-11-21 Thread Peng Tuck
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

Re: bean not found in any scope

2004-11-20 Thread Erik Weber
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

Re: bean not found in any scope

2004-11-20 Thread Dakota Jack
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

bean not found in any scope

2004-11-20 Thread Nishant
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