| Author |
Submit popup
|
karnajit wangkhem
Greenhorn
Joined: Mar 08, 2009
Posts: 7
|
|
Hi all,
The following code is a popup called from a parent JSP. How should I submit the dynamically generated attributes to the parent form.
Waiting for your kind help.
Regards,
Karan.
|
 |
John Gregory
Ranch Hand
Joined: Oct 05, 2006
Posts: 115
|
|
Karan,
Don't you need an action tag in your form to tell it what action to perform?
John
|
 |
karnajit wangkhem
Greenhorn
Joined: Mar 08, 2009
Posts: 7
|
|
|
But the confusing thing is the action itself. Which action I should give because its a popup which is between a form and I dont want my parent JSP to get refreshed if I call the parent JSP again.
|
 |
 |
|
|
subject: Submit popup
|
|
|