Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Pass Parameter from JSPF to JSP hidden field?

843836Apr 12 2005 — edited Apr 13 2005
Hi :
I got a problem here. This is the scenario, There's a pop-up JSP page which import a jspf file. In the jspf file, I'll add several value to an array. When user click on OK button on the jspf file. I need to set the array to a hidden field in the jsp file.

I'd try to use
window.opener.document.getElementById("hiddenLabel").value = arrayInJspf

but it's not working at all. So I just wonder can anyone gv me some hints on how this can be done? Thanks.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 11 2005
Added on Apr 12 2005
2 comments
273 views