-
Feb 6th, 2006, 08:28 AM
#1
Two actions possible leading to 2 views ?
Hello all,
We normally write a property/key in URL mapping element of sn-servlet.xml file. The action mapps to a controller which refers only one form view that is displayed after formBindingObject() etc. On submitting, only one view is returned which may be a redirect view, ultimately dsiplaying only one jsp view.
Now, my requirement is that, after submitting a form, two different jsp views to be displayed. One is parent window and othe is child. Both need to have some values to be set in text boxes, meaning I have to use formBackingObject() in two separate controllers.
Currently, the application is implemented in cold fusion where they use javascript's window.open() function which is difficult for me to convert.
Can you guys guide me to tackle this problem.
Thanks and best regards,
Girish Varde
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules