DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18254>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18254 Getting an input atribute missing error Summary: Getting an input atribute missing error Product: Struts Version: 1.1 RC1 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Blocker Priority: Other Component: Controller AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Hi, I am developing an application using Struts 1.1 RC1. Till yesterday, I was able to develop the application well, but today for all the time I have not been able to test anything. Its giving me an error: >>>>>>> Start of Error Message <<<<<<< Apache Tomcat/4.0.3 - HTTP Status 500 - No input attribute for mapping path /login ------------------------------------------------------------------------------- - type Status report message No input attribute for mapping path /login description The server encountered an internal error (No input attribute for mapping path /login) that prevented it from fulfilling this request. >>>>>>> End of Error Message <<<<<<< I have not set validate="true" in the struts config, although I am internally using mapping.getInput wihing my action class. This is happening for all the Action mappings. I am also attaching part of struts-config.xml info >>>>>>> Start of Struts-config.xml<<<<<<< <form-beans> <form-bean name="LoginActionForm" type="com.bproperty.uic.LoginActionForm" /> <form-bean name="AddressActionForm" type="com.bproperty.uic.AddressActionForm" /> </form-beans> <action-mappings> <action path="/login" type="com.bproperty.uic.LoginTempAction" name="LoginActionForm" scope="request"> <forward name="success" path="/jsp/login.jsp" /> </action> <action path="/verifyLogin" type="com.bproperty.uic.LoginAction" name="LoginActionForm" scope="request"> </action> <action path="/logoff" type="com.bproperty.uic.LogOffAction"> <forward name="success" path="/jsp/logoff.jsp" /> </action> </action-mappings> >>>>>>> End of Struts-config.xml<<<<<<< Please let me know as to what changes I need to do to resolve this issue. Regards Kartik --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]