Hi!
 I think the input attribute must be setted with the value of the page where 
the errors of validation will be displayed...
I mean.
<action
path="/Logon"
type="logon.LogonAction"
name="logonForm"
scope="request"
validate="true"
input="yourErrorPage"/>
 
I wish it helps you
Lucas

"T. B." <[EMAIL PROTECTED]> wrote:

Hi all,

I am trying to deploy a simple struts on resin 2.1.12
and got this error when accessing my port

http:/myApp/Logon.do

The error is:

500 No input attribute for mapping path /Logon

The mappings in struts-config.xml are as followed:

.....



-->
name="welcome"
path="/Welcome.do"/>
name="logon"
path="/Logon.do"/>



Mapping Definitions -->





path="/Welcome"

type="org.apache.struts.actions.ForwardAction"
parameter="/pages/Welcome.jsp"/>

path="/Logon"
type="logon.LogonAction"
name="logonForm"
scope="request"
validate="true"
parameter="/pages/Login.jsp"/>





Thanks,

Thong Bui

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


                
---------------------------------
 250MB gratis, Antivirus y Antispam
 Correo Yahoo!, el mejor correo web del mundo
 Abrí tu cuenta aquí

Reply via email to