>
> Are you casting the ActionForm in to your own form in your
> save action?
>
> like:
>
>    public ActionForward execute(ActionMapping mapping,
>                                  ActionForm form,
>                                  HttpServletRequest request,
>                                  HttpServletResponse response)
>    throws Exception 
>           {
>            MyForm myForm = (MyForm) form;
>           }
>

Well, yes, but the processing never gets as far as the Action
class because validation fails as all the fields are blank :) 

--
Regards
André Risnes

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



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







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

Reply via email to