• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

SimpleActionController and MultiActionController together

 
Ranch Hand
Posts: 120
Eclipse IDE Firefox Browser
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am using SimpleActionController and MultiActionController together,

when i give call to MultiactionController it is not going back to any other simpleFormControler,
What is the reason behind that?
Can i use MultiActionController with SimpleFormController ?
Can i call Simple form controller from MultiActionConroller?

Please correct me if i am wrong .
Thank you in advance.
 
Ranch Hand
Posts: 159
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

when i give call to MultiactionController it is not going back to any other simpleFormControler,


it is not that MultiActionContoller which can make the decision of calling the contoller it is your spring-controller which does it all, so it depends upon the mapping you have made in the .xml file(i;e XXXX-servlet.xml)

and i don't know why you are going for SimpleFormController when you have a MultiActionController, it is capable of doing the work former one as well.
 
The knights of nee want a shrubbery. And a tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic