Results 1 to 2 of 2

Thread: Multiple Actions from JSP

  1. #1
    Join Date
    Dec 2006
    Posts
    3

    Default 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...

  2. #2
    Join Date
    Feb 2006
    Location
    Zagreb, Croatia
    Posts
    25

    Default

    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
  •