Hard to tell what's going wrong without the full stack trace. Where,
exactly, is the error raised?
L.
Joe Smith wrote:
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
--
Laurie Harper
Open Source advocate, Java geek: http://www.holoweb.net/laurie
Founder, Zotech Software: http://www.zotechsoftware.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]