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!

Display values of one JSP to a popup JSP Window

843838Jun 13 2007 — edited Jun 14 2007
Hi there,
I have a JSP page on which I have a button and a hidden field. onclickevent of button I am calling a function (written in Javascrip) is storing values of selected names(from Dropbox by user). So my hiiden field Selected_names.values contains all the names (seperated by coma) selscted by user, now when User click Update button I have poped up a JSP window where I want to display List of those selected_names.value in text mode where user can Edit those names.

Could anyone please help me with sample code? I will really appreciate it.

So I need help to display a list of selected names in popup jsp window. And then edit it
i am new to JSP , so don't have much idea


Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 12 2007
Added on Jun 13 2007
7 comments
723 views