POST v. GET, assuming all your form submissions are POSTs?

--- "Zheng, Xiahong" <[EMAIL PROTECTED]> wrote:

>  
> Hi, 
> 
> I am trying to write an action to support a simple form submission work
> flow. The "execute" and "prepare" methods will differ depending on
> whether it's form submission or initial rendering of the form. On the
> initial rendering, the "prepare" method will load the model from DB. On
> form submission, the model object will be created empty and be populated
> from the request. Is there a easy way to know if a request is a result
> of form submission or not?
> 
> Thanks,
> XZ
> 
> ---------------------------------------------------------------------
> 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