simonTheTraveller
Programmer
Hi all. What I'm trying to do is get the contents of a select control from a previous pages form and then populate a new select control using all the options in the previous one (using jsp)
Its for a life insurance calculator. The user puts in details of all previous eplans they have in place. There may be more than one plan so they have the option to keep adding plans. Once this is done, they proceed to a summary page which display everything including all the existing plans.
What I want to know is how can I access all the options in a particular select control to output them? I've already set all the options to selected in the previous form. Is this what I need to do or is there some other way?
If I'm going about this the wrong way, can you suggest an alternative? Many thanks.
Its for a life insurance calculator. The user puts in details of all previous eplans they have in place. There may be more than one plan so they have the option to keep adding plans. Once this is done, they proceed to a summary page which display everything including all the existing plans.
What I want to know is how can I access all the options in a particular select control to output them? I've already set all the options to selected in the previous form. Is this what I need to do or is there some other way?
If I'm going about this the wrong way, can you suggest an alternative? Many thanks.