When I put scope="request" in action mappings, I got the following
HTTP 500 error. 

But if i take it out, then everything is fine. any ideas??

[Servlet Error]-[Cannot find bean logonForm in any scope]:
javax.servlet.jsp.JspException: Cannot find bean logonForm in any
scope


struts-config.xml
=================
<!-- Action Mappings -->
<action-mappings>
   <action name="logonForm" path="/logon" scope="request"
type="com.strutsprojweb.actions.LogonAction">
      <forward name="success" redirect="true" path="/success.jsp"></forward>
  </action>
</action-mappings>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to