File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Spring and the fly likes integrate multiple controllers view multiple views on one view Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Application Frameworks » Spring
Reply Bookmark "integrate multiple controllers view multiple views on one view" Watch "integrate multiple controllers view multiple views on one view" New topic
Author

integrate multiple controllers view multiple views on one view

saakshi jain
Greenhorn

Joined: Sep 26, 2011
Posts: 10
Hi,

I have:

1) 3 controllers (child controllers). The success view is redirected on to the parent controller url.
2) 3 form views (each one associated with each child controller).
3) 1 parent controller
4) 1 Parent form

the parent form is formed by the 3 child forms as below:

<form id="1" method="get" action="url of first form">
</form>

<form id="2" method="get" action="url of second form">
</form>

<form id="3" method="get" action="url of third form">
</form>


The problem is though i do nt get any errors, the parent form does not get populated with the child forms.

Can anyone please let me know what's wrong in here.

Thanks in advance!!!

 
IntelliJ Java IDE
 
subject: integrate multiple controllers view multiple views on one view
 
Threads others viewed
SimpleFormControllers in Spring MVC
Adding an action listener to an entire class
Spring : Two actions possible leading to 2 views ?
MVC -2+ views for 1 controller??
multiple forms in single jsp?
developer file tools