Results 1 to 2 of 2

Thread: MultiActionController with Form - Just like DispatchAction in struts

  1. #1
    Join Date
    Jul 2005
    Posts
    9

    Default MultiActionController with Form - Just like DispatchAction in struts

    Hi,
    Am looking for an example to port my struts application, which is coded with DispatchAction (struts) & MultiActionController in springmvc.

    DispatchAction does all actions like, create, edit, update,list,... & actionForm is attached in struts-config

    Q: I did not find an example with MultiActionController to attach form (I guess its called Command) in config.

    I appreciate if some on post the solution if solved porting application from struts to springmvc.

    We do not want to create more than 1 controller for page action because of project maintance will be complex.

    Thanks
    krishna

  2. #2
    Join Date
    Jul 2005
    Posts
    9

    Default

    Never mind... I solved it...

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •