-
Dec 11th, 2006, 07:54 AM
#1
Multiple Actions from JSP
Hi All,
This is my first post in this forum and I'm new to Spring framework.
I have a framework question:
If I have multiple actions from my JSP, to cater these requests do I need to write different controllers for each action or can I handle multiple requests using the same Controller class.
If I can use a single class also please lemme know how will my controller class know which action request has come.
Thanks and Regards,
Bharath...
-
Dec 16th, 2006, 11:51 AM
#2
Use MultiActionController.
That is exactly what you are looking for.
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