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 » 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!!!

 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: integrate multiple controllers view multiple views on one view
 
Similar Threads
SimpleFormControllers in Spring MVC
Spring : Two actions possible leading to 2 views ?
Adding an action listener to an entire class
multiple forms in single jsp?
MVC -2+ views for 1 controller??