RE: [S2] Using ajax to fill selectboxes

2008-07-23 Thread Jishnu Viswanath
Why don't use mailto:[EMAIL PROTECTED] Sent: Wednesday, July 23, 2008 1:36 PM To: Struts Users Mailing List Subject: [S2] Using ajax to fill selectboxes Hi, are there any hints or examples how I can fill a selectbox with content over ajax-technology? I have some problems to find out,

Re: [S2] Using ajax to fill selectboxes

2008-07-23 Thread Lukasz Lenart
Hi, Add id to your tag and then use it like this $("#myid").addOption("value", "Label"); Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTEC

[S2] Using ajax to fill selectboxes

2008-07-23 Thread Michael Obster
Hi, are there any hints or examples how I can fill a selectbox with content over ajax-technology? I have some problems to find out, how I can start this. What I have is a page like: -- Project: Select1 Milestone: Select2 -