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 org.apache.struts.taglib.bean.WriteTag.doStartTag(WriteTag.java:286)
        at jrun__editemployee2ejsp11._jspService(jrun__editemployee2ejsp11.java:
115)
        at jrun.jsp.runtime.HttpJSPServlet.service(HttpJSPServlet.java:43)
        at jrun.jsp.JSPServlet.service(JSPServlet.java:119)
        at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
        at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
        at jrun.servlet.JRunRequestDispatcher.invokeNext(JRunRequestDispatcher.j
ava:449)
        at jrun.servlet.JRunRequestDispatcher.forwardInvoke(JRunRequestDispatche
r.java:418)
        at jrun.servlet.JRunRequestDispatcher.forward(JRunRequestDispatcher.java
:175)
        at org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.
java:1069)
        at org.apache.struts.tiles.TilesRequestProcessor.doForward(TilesRequestP
rocessor.java:274)
        at org.apache.struts.action.RequestProcessor.processForwardConfig(Reques
tProcessor.java:455)
        at org.apache.struts.tiles.TilesRequestProcessor.processForwardConfig(Ti
lesRequestProcessor.java:320)
        at org.apache.struts.action.RequestProcessor.process(RequestProcessor.ja
va:279)
        at org.apache.struts.action.ActionServlet.process(ActionServlet.java:148

my jsp page containing. ...... 
  <td><bean:message key="profile.username" />:</td>
          <td> <bean:write name="employees" property="username" scope="request" 
/></td>
          <td><bean:message key="profile.id" />:</td>
          <td> <bean:write name="employees" property="id" scope="request"/></td>

my struts-config.xml having
<form-beans>
  <form-bean name="employeeForm"
   type="com.cybage.EmployeeForm" />
  
    </form-beans>

 <action
   path="/Edit"
   type="com.cybage.EditProfileAction"
   name="employeeForm"
   scope="request"
   validate="false">
   <forward name="success" path="/EmployeeList.do"/>
   <forward name="error" path="/editemployee.jsp"/>
  </action>



i am not getting where is problem alies ...
 help plz


thanks in advanced ..






Regards
Nishant Patil
Software Engineer
Cybage Softwares Pvt. Ltd. (A CMM Level 3 Company)
[EMAIL PROTECTED]
www.cybage.com
"There is difference between knowing the Path and walking on the Path"

Reply via email to