It is probably the validate method that returns INPUT. Perhaps some of the values you are submitting cannot be set with the property editors (null or empty values when you expect int for example). You can for example override the execute method and log the parameters to study them and then call super.execute. Or you can override the validate method with an empty method, and if I am right you will not get the HTTP Error message then (but you probably want to fix your form/parameters anyway).
Cheers, Dick [EMAIL PROTECTED] ----- Original Message ----- From: "G.L. Grobe" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, June 22, 2003 1:21 AM Subject: [OS-webwork] no view for result [input] > I'm using WW 1.3 and trying to submit a form w/ the following url ... > > http://192.168.0.10:8080/acaiis/forms.InitMyForm.action?view=myform.done > > And it immediately returns a blank page w/ the following result ... > HTTP ERROR: 404 No view for result [input] exists for action > [forms.InitMyForm] > > What I don't understand is that I don't even see it entering my action > (ActionSupport) class where I'm looking to see what view string it's > returning. I don't use any input properties in my view.properties file, > just my own success and error strings. > > Anyone have ideas on what might be happening here, or how to debug this? > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: INetU > Attention Web Developers & Consultants: Become An INetU Hosting Partner. > Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! > INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php > _______________________________________________ > Opensymphony-webwork mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork ------------------------------------------------------- This SF.Net email is sponsored by: INetU Attention Web Developers & Consultants: Become An INetU Hosting Partner. Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php _______________________________________________ Opensymphony-webwork mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork