Return-Path: Delivered-To: apmail-jakarta-struts-user-archive@www.apache.org Received: (qmail 76369 invoked from network); 20 Nov 2003 09:46:46 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 20 Nov 2003 09:46:46 -0000 Received: (qmail 55716 invoked by uid 500); 20 Nov 2003 09:45:48 -0000 Delivered-To: apmail-jakarta-struts-user-archive@jakarta.apache.org Received: (qmail 55666 invoked by uid 500); 20 Nov 2003 09:45:48 -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 55535 invoked from network); 20 Nov 2003 09:45:47 -0000 Received: from unknown (HELO gtypluto.msdc.hcltech.com) (202.151.153.187) by daedalus.apache.org with SMTP; 20 Nov 2003 09:45:47 -0000 Received: from pluto.msdc.hcltech.com (PLUTO [204.162.73.7]) by gtypluto.msdc.hcltech.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2657.72) id V8K031JS; Thu, 20 Nov 2003 15:15:21 +0530 Received: from exchange.banking.hcltech.com (EXCHANGE [204.160.253.194]) by pluto.msdc.hcltech.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2657.72) id V8RC1XQY; Thu, 20 Nov 2003 15:15:04 +0530 Received: by exchange.banking.hcltech.com with Internet Mail Service (5.5.2656.59) id ; Thu, 20 Nov 2003 15:15:41 +0530 Message-ID: From: "Nimish Chourey , Tidel Park - Chennai" To: Struts Users Mailing List Subject: RE: dynamically populating options in form Date: Thu, 20 Nov 2003 15:15:41 +0530 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2656.59) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C3AF4B.0F4C1C00" 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 ------_=_NextPart_001_01C3AF4B.0F4C1C00 Content-Type: text/plain Yes .. Have a look at the docs for LookupDispatchAction .. That would solve your purpose .. -----Original Message----- From: Anindito De [mailto:anindito@infosys.com] Sent: Thursday, November 20, 2003 2:25 PM To: Struts Users Mailing List Subject: RE: dynamically populating options in form Is there someway we can do the same thing, without making a server call on every change event of the first select control ? Again, we want to make minimal use of JavaScript. Thanks in advance Anindito -----Original Message----- From: Nimish Chourey , Tidel Park - Chennai [mailto:NimishC@msdc.hcltech.com] 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 ..