try setting scope attribute in action definition in struts-config.xml
        <action path="/login"
               type="com.walmart.telecomorder.formbeans.LoginAction"
                   scope="session"
               name="loginForm" >


                  <forward name="success" path="/f_Relocation.jsp" />

                  <forward name="failure" path="/failure.jsp" />

        </action>


-----Original Message-----
From: Jose Casas [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 29, 2002 11:32 PM
To: 'Struts Users Mailing List'
Subject: error


I changed my action to action="/login.do".  I still get the Cannot find bean
logonForm in scope null error.
Thanks for your suggestion.
><html:form action="/login.do">
>should be the right way of accessing login actionhope this helps,
>srinivas.



**********************************************************************
Notice:  The area code for the Wal-Mart General Office has
changed from 501 to 479.  Please make sure that you are
dialing 479 when making calls to any General Office location.

**********************************************************************
This email and any files transmitted with it are confidential
and intended solely for the individual or entity to
whom they are addressed.  If you have received this email
in error destroy it immediately.
**********************************************************************


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



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

Reply via email to