Applets are too heavy.
Not good if your browser does not support Java.
What if your form has more than interrelated two pulldowns?
What if you had many such forms?
How would you make it generic and reusable?
--
Peter Pilgrim
G.O.A.T
"The Greatest of All Time"
---------------------------------------- Message History
----------------------------------------
From: Raman <[EMAIL PROTECTED]>@java.sun.com> on 22/11/2000 07:01 CST
Please respond to Raman <[EMAIL PROTECTED]>
DELEGATED - Sent by: A mailing list about Java Server Pages specification and
[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
cc:
Subject: Re: JSP and Form Pulldown that depends on another Form Pulldown
You need to create an applet, which will contain both pulldowns.
Upon selection of a different item in first pulldown, you will pass
value of selected item to the server (may be through RMI or
ClassLoader). Then on server-side another class may handle the
request and return you an array of values to fill the second
pulldown.
--<CUT DOWN>--
--
This e-mail may contain confidential and/or privileged information. If you are not the
intended recipient (or have received this e-mail in error) please notify the sender
immediately and destroy this e-mail. Any unauthorised copying, disclosure or
distribution of the material in this e-mail is strictly forbidden.
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets