Return-Path: Delivered-To: apmail-jakarta-struts-user-archive@www.apache.org Received: (qmail 47699 invoked from network); 20 Nov 2003 08:56:52 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 20 Nov 2003 08:56:52 -0000 Received: (qmail 53391 invoked by uid 500); 20 Nov 2003 08:56:11 -0000 Delivered-To: apmail-jakarta-struts-user-archive@jakarta.apache.org Received: (qmail 53361 invoked by uid 500); 20 Nov 2003 08:56:11 -0000 Mailing-List: contact struts-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list struts-user@jakarta.apache.org Received: (qmail 53348 invoked from network); 20 Nov 2003 08:56:11 -0000 Received: from unknown (HELO bosgate02.infosys.com) (216.251.53.4) by daedalus.apache.org with SMTP; 20 Nov 2003 08:56:11 -0000 Received: from 192.168.200.82 by bosgate02.infosys.com (InterScan E-Mail VirusWall NT); Thu, 20 Nov 2003 03:58:28 -0500 Received: from bhumsg02.ad.infosys.com ([172.25.68.6]) by INDHUBBHS02.ad.infosys.com with Microsoft SMTPSVC(5.0.2195.6713); Thu, 20 Nov 2003 14:25:06 +0530 Received: from BHUMSG01.ad.infosys.com ([192.168.45.6]) by bhumsg02.ad.infosys.com with Microsoft SMTPSVC(5.0.2195.6713); Thu, 20 Nov 2003 14:25:05 +0530 X-MimeOLE: Produced By Microsoft Exchange V6.0.6375.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: dynamically populating options in form Date: Thu, 20 Nov 2003 14:25:05 +0530 Message-ID: <486BE6719F2CF647A2470D351151D47C010E7127@bhumsg01.ad.infosys.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: dynamically populating options in form Thread-Index: AcOkX1Um4u+ew3hPS/6J2/KEMmTWnwK44e8g From: "Anindito De" To: "Struts Users Mailing List" X-OriginalArrivalTime: 20 Nov 2003 08:55:05.0506 (UTC) FILETIME=[FDF7F020:01C3AF43] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Is there someway we can do the same thing, without making a server call on every change event of the first select control ?=20 Again, we want to make minimal use of JavaScript.=20 Thanks in advance Anindito -----Original Message----- From: Nimish Chourey , Tidel Park - Chennai [mailto:NimishC@msdc.hcltech.com]=20 Sent: Thursday, November 06, 2003 5:43 PM To: Struts Users Mailing List Subject: RE: dynamically populating options in form Something like Below .. The "Onchange" event will trigger the Submission to another action which then keeps the collection in request/session scope and select Box B is then populated ..See the code below ..