dynamic drop-down changes without calling action class using session

2003-10-28 Thread Kaja.Mohideen
Hi, I am having trouble when I try to use struts and Javascript together. = I am using 4 dropdown list. Based on one selection dynamically change = other drop- down list. Eventhough I am bringing all drop-list from DB at = one time and stored in session. I would like to know how to synchronize

Re: dynamic drop-down changes without calling action class using session

2003-10-28 Thread Ruth, Brice
You'll have to do more than store the data for your drop-down in the session, if you don't want another request to go to the server - you'll have to store all the data for your drop-downs in JavaScript and use JavaScript to dynamically populate the drop-downs as selections change. [EMAIL

RE: dynamic drop-down changes without calling action class using session

2003-10-28 Thread Kaja.Mohideen
PROTECTED] Sent: Tuesday, October 28, 2003 4:19 PM To: Struts Users Mailing List Subject: Re: dynamic drop-down changes without calling action class using session You'll have to do more than store the data for your drop-down in the session, if you don't want another request to go to the server - you'll

Re: dynamic drop-down changes without calling action class using session

2003-10-28 Thread Vic Cekvenich
: Tuesday, October 28, 2003 4:19 PM To: Struts Users Mailing List Subject: Re: dynamic drop-down changes without calling action class using session You'll have to do more than store the data for your drop-down in the session, if you don't want another request to go to the server - you'll have to store

RE: dynamic drop-down changes without calling action class using session

2003-10-28 Thread Joshua Davis
side and maintenance..Is there any way to do that?.. Thanks, Kaja -Original Message- From: Ruth, Brice [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 28, 2003 4:19 PM To: Struts Users Mailing List Subject: Re: dynamic drop-down changes without calling action class

Re: dynamic drop-down changes without calling action class using session

2003-10-28 Thread Vic Cekvenich
: dynamic drop-down changes without calling action class using session Several ways: One is a 2 dimensional array put is scope by Struts, for JavaScript use. And a cool way: XML-RPC via JavaScript. Cheat Sheet page on baseBeans.com has a link on specific example, or you can google on XML-RPC. (I

RE: dynamic drop-down changes without calling action class using session

2003-10-28 Thread Joshua Davis
Nice! -Original Message- From: Vic Cekvenich [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 28, 2003 9:40 PM To: [EMAIL PROTECTED] Subject: Re: dynamic drop-down changes without calling action class using session Old-School! Joshua Davis wrote: XML-RPC via JavaScript