Struts - Passing hidden values from one JSP to another
843840Jun 18 2008 — edited Jun 18 2008Hi,
I ve to complete a small enhancement in my project. I have a page which adds a record on the click of a button to a user. The logic is handled in the action. I just have to make a small change . On clicking the button, I want to open a pop-up window and if user clicks on the submit button of the popup, the window shld close and add the record in the parent window. I would also like to send a hidden field to pop up JSP.
I am not sure of how to do this with Struts .
Thanks,