Re: Basic Struts doubt

2012-10-28 Thread Lukasz Lenart
2012/10/28 Kakoli Sen (kasen) : > Hello all, > > I am a newbie in Struts and JSP. > > My initial JSP page is coming out where I have among other widgets, 2 combo > boxes. The user selects from the first combo and then the second combo needs > to be populated from db based on the value selected.

Re: Basic Struts doubt

2012-10-28 Thread Alejandro
You could use the jquery ui. If you use struts2 there is a plugin for that. Regards :) 2012/10/28 Lukasz Lenart > 2012/10/28 Kakoli Sen (kasen) : > > Hello all, > > > > I am a newbie in Struts and JSP. > > > > My initial JSP page is coming out where I have among other widgets, 2 > combo > >

RE: Basic Struts doubt

2012-10-29 Thread Juan Jose Fuentes Esteban
jquery.com/jQuery.ajax/ -Mensaje original- De: Alejandro [mailto:apar...@gmail.com] Enviado el: domingo, 28 de octubre de 2012 23:56 Para: Struts Users Mailing List Asunto: Re: Basic Struts doubt You could use the jquery ui. If you use struts2 there is a plugin for that. Regards :)

RE: Basic Struts doubt

2012-10-30 Thread Martin Gainty
__ Porfavor..no altere o interrumpta esta communicacion..Gracias > Date: Tue, 30 Oct 2012 13:39:23 -0600 > Subject: Re: Basic Struts doubt > From: ken.mcwilli...@gmail.com > To: user@struts.apache.org > > If using JSON this it a touch easier: http://api.jquery.com/jQuery.getJSON/ &