Hello,

How works the input attribute in struts-config.xml ?

        <action path="/logon"
type="com.meeschaert.struts.logon.LogonAction"
                   name="logonForm"
                   input="/logon/logon.jsp" >
                <forward name="success" path="/logon/success.jsp"
/>
                <forward name="failure" path="/logon/failure.jsp"
/>
        </action>

When a request /logon.do, the /logon/logon.jsp page
doesn't displayed.

Thanx



___________________________________________________________
Do You Yahoo!? -- Un e-mail gratuit @yahoo.fr !
Yahoo! Courrier : http://fr.mail.yahoo.com

Reply via email to