I have a .jsp containing a form which will allow user to select items from
one list, and depending on what's selected, I need to populate another list
with it's possible values (i.e. user selects "state" from first list, a
second list of values with state names  is displayed).  There are several
combinations like this needed (building query).

Does anyone know of a way to implement this?  I've run into a problem trying
to get the selected value back from the javascript function called via the
OnChange event.  In addition, I'm not sure how to redisplay the page with
all choices.  Once the user clicks submit button, all the selections would
be passed onto another .jsp page where the sql query string would be built.


Thank You,
Geneva

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to