|
-
Dec 6th, 2004, 05:05 PM
#1
Thread Starter
Junior Member
populate same listbox in the two different jsps
I have a listbox that is populated into the JSP dynamically. User will be able to select two or three items from the list box. When he hits submit button. The same listbox should appear in the next JSP Page but without the items that were just selected. There is no need to update the database
FOr eg: If a listbox has items a,b,c,d,e,f,g..etc and when the user selects a,b,c and hits OK. It should take the user to the next JSP where the same listbox values should be there except with the values that were selected before, ie the listbox in the second page should have values like this: d,e,f,g,....etc.
How can I do that?
I am using JSP, Beans and Access
Please help me.
Nubee
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
|
Click Here to Expand Forum to Full Width
|