I have a question regarding page refresh. I have a jsp page ( some
registration page) which goes to  myactionbean.view(), when user submits it
goes to myactionbean.register() and then finally on to results jsp page(
done).

When I hit browser refresh on results jsp page, my action bean is getting
invoked again myactionbean.register() even though I have DefaultHandler
annotation. I want the browser refresh to go back to myactionbean.view().
How do I do that?.

Only thing that shows up on my browser windows is /register always ( for
all the methods).

Also is there any way to avoid form re-submit when users clicks submit
button twice?.

Thanks,
Venkat
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to