thanx for the reply
its not that way
let me explain u..
if the user submits the form (submitted data stored into db) and moves
to next form ,now the user press back button and again press the
submit button.???.now the data is stored 2 times in DB....
im planning to handle in such a way that,all the form data to store in
objects, at the end of all forms the data should be written into DB
chandra sekhar
On May 31, 8:53 pm, Maurício Linhares
<mauricio.linha...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
wrote:> If you did a redirect after receiving the posted form, the user will
> be redirected to the form page, it will not re-submit the data.
>
> -
> Maurício Linhareshttp://alinhavado.wordpress.com/(pt-br)
|http://blog.codevader.com/(en)
>
> On Sun, May 31, 2009 at 3:04 AM, charan
<mallucha...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
>
> > HI guys
>
> > I am using different forms with respective controller,model and
> > view.If the user press back button in the browser,after submitting
> > the form data.How do we handle such scenario..
>
> > chandra sekhar