Frank,

Which download has the cookbook? 

Kevin 

-----Original Message-----
From: Frank W. Zammetti [mailto:[EMAIL PROTECTED] 
Sent: 20 December 2005 20:33
To: Struts Users Mailing List
Cc: user@struts.apache.org
Subject: Re: Multiple Drop Down Menus

AJAX is your friend! (as long as Javascript is OK of course).

Take a look here:

http://javawebparts.sourceforge.net

Check out the AjaxTags taglib (check out the javadocs).  Then, if it looks
interesting, click the Downloads link and grab the cookbook download.  In it
you will find an example of doing exactly what your asking for :)

--
Frank W. Zammetti
Founder and Chief Software Architect
Omnytex Technologies
http://www.omnytex.com
AIM: fzammetti
Yahoo: fzammetti
MSN: [EMAIL PROTECTED]

On Tue, December 20, 2005 2:35 pm, Daniel Kies said:
> Greetings.  I have an app that needs to have multiple drop down boxes 
> that are related to each other.  Instead of calling an action 
> everytime the first menu is selected and querying for the data in the 
> second drop down, I want to have the values in the second drop down 
> reflect the choice of the first drop down.
>
> So Drop Down A has:
> 1. Color
> 2. Size
>
> If Color is selected, drop down B has:
> 1. Blue
> 2. Red
> 3. Green
>
> If Size is selected, drop down B has:
> 1. Small
> 2. Medium
> 3. Large
>
> I figure I can do this by calling an action when the A is selected, 
> but how can I do this without calling an action after A is chosen?
>
> Thanks in advance.
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
 ------


--------------------------------------------------------------------------------
The information contained herein is confidential and is intended solely for the
addressee. Access by any other party is unauthorised without the express
written permission of the sender. If you are not the intended recipient, please
contact the sender either via the company switchboard on +44 (0)20 7623 8000, or
via e-mail return. If you have received this e-mail in error or wish to read our
e-mail disclaimer statement and monitoring policy, please refer to 
http://www.drkw.com/disc/email/ or contact the sender. 3167
--------------------------------------------------------------------------------


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to