-
Feb 24th, 2011, 09:55 AM
#1
Spring Redirection
Dear All,
We are working in a Spring projects. Spring is new for me. I have an issue, but don't know how to resolve it, Please help.
I have an order form: User enters the data into the farm. I added a method in controller with GET and RequestMapping(with path), when I submit the form, it calls POST on same path that I passed in GET.
Now I want to show order confirmation page, which contains OK button. Pressing OK button should add the data in DB.
Right now it is calling same function in controller i.e. POST on order form.
Thanks In Advance.
Om
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules