"input" defines where control will return if validation errors are
generated.

For complete documentation on struts-config.xml, check out the comments in
the DTD.    You can view it here:

http://cvs.apache.org/viewcvs/jakarta-struts/conf/share/struts-config_1_0.dt
d?annotate=1.5


----- Original Message -----
From: "emmanuel.boudrant" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, September 17, 2001 3:01 AM
Subject: struts-config.xml : input attribute ?


> 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