Re: Struts2 JQuery select box

2010-03-05 Thread Johannes Geppert
s message in context: http://old.nabble.com/Struts2-JQuery-select-box-tp27780125p27795725.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional

Re: Struts2 JQuery select box

2010-03-05 Thread nani2ratna
; > Best Regards > > Johannes Geppert > -- View this message in context: http://old.nabble.com/Struts2-JQuery-select-box-tp27780125p27795255.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

Re: Struts2 JQuery select box

2010-03-05 Thread Johannes Geppert
/detail?id=107 This should be fixed in next version. Best Regards Johannes Geppert - --- web: http://www.jgeppert.com twitter: http://twitter.com/jogep -- View this message in context: http://old.nabble.com/Struts2-JQuery-select-box-tp27780125p27795175.html Sent from the Struts - Use

Re: Struts2 JQuery select box

2010-03-05 Thread Yoshi
Thanks in advance > >>>> RS > >>>> > >>>> > >>>> > >>>> Johannes Geppert wrote: > >>>>> > >>>>> Hello, > >>>>> > >>>>> did your JSO

Re: Struts2 JQuery select box

2010-03-05 Thread nani2ratna
d the same. I am just executing the action method. And I >>>>>> don't know how to send response. >>>>>> >>>>>> Can you please explain or send me some links. >>>>>> So i can read and do that. >>>>>> >>&

Re: Struts2 JQuery select box

2010-03-04 Thread Johannes Geppert
advance >>>>> RS >>>>> >>>>> >>>>> >>>>> Johannes Geppert wrote: >>>>>> >>>>>> Hello, >>>>>> >>>>>> did your JSON Actions works fine? >>>>>> >>&

Re: Struts2 JQuery select box

2010-03-04 Thread nani2ratna
gt;>>>> >>>>> Check if you really get an JSON response and the >>>>> variables inside the result have the same name. >>>>> >>>>> Can you please POST your result with sample data? >>>>> >>>>> Best Regards >>>>> >>&g

Re: Struts2 JQuery select box

2010-03-04 Thread Johannes Geppert
you really get an JSON response and the >>>>> variables inside the result have the same name. >>>>> >>>>> Can you please POST your result with sample data? >>>>> >>>>> Best Regards >>>>> >>>>> Joh

Re: Struts2 JQuery select box

2010-03-04 Thread nani2ratna
s Geppert >>>> >>>> >>>> nani2ratna wrote: >>>>> >>>>> Hi, >>>>> >>>>> I am trying to use http://code.google.com/p/struts2-jquery/ for >>>>> loading select box. >>>>> I just

Re: Struts2 JQuery select box

2010-03-04 Thread Johannes Geppert
ards > RS > > - --- web: http://www.jgeppert.com twitter: http://twitter.com/jogep -- View this message in context: http://old.nabble.com/Struts2-JQuery-select-box-tp27780125p27782105.html Sent from the Struts - User mailing list archive at Nabble.com. -

Re: Struts2 JQuery select box

2010-03-04 Thread nani2ratna
st Regards >>> >>> Johannes Geppert >>> >>> >>> nani2ratna wrote: >>>> >>>> Hi, >>>> >>>> I am trying to use http://code.google.com/p/struts2-jquery/ for loading >>>> select box. >>&g

Re: Struts2 JQuery select box

2010-03-04 Thread Johannes Geppert
gt;>> http://www.weinfreund.de/struts2-jquery-showcase/index.action#. >>> >>> Every thing is executing fine. >>> But the list not loading properly. >>> I am new to JSON. >>> >>> I changed below jsp page which was working fine with normal

Re: Struts2 JQuery select box

2010-03-04 Thread nani2ratna
nged below jsp page which was working fine with normal select box. >> >> my code is >> > > -- View this message in context: http://old.nabble.com/Struts2-JQuery-select-box-tp27780125p27781855.html Sent from the Struts - User mailing list archive at Nabble.com.

Re: Struts2 JQuery select box

2010-03-04 Thread Johannes Geppert
page which was working fine with normal select box. > > my code is > - --- web: http://www.jgeppert.com twitter: http://twitter.com/jogep -- View this message in context: http://old.nabble.com/Struts2-JQuery-select-box-tp27780125p27781696.html Sent from the

RE: Struts2 JQuery select box

2010-03-04 Thread nani2ratna
hu, 4 Mar 2010 05:18:09 -0800 >> From: nani2ra...@gmail.com >> To: user@struts.apache.org >> Subject: RE: Struts2 JQuery select box >> >> >> I was using normal select only. >> But now i need to do ajax stuff when user change the select box. >> So jqu

RE: Struts2 JQuery select box

2010-03-04 Thread adam pinder
> To: user@struts.apache.org > Subject: RE: Struts2 JQuery select box > > > I was using normal select only. > But now i need to do ajax stuff when user change the select box. > So jquery is doing this stuff.First i tried with two select boxes. > Then i tried to do atleast on select

RE: Struts2 JQuery select box

2010-03-04 Thread nani2ratna
r) > > i haven't used jquery but not sure what extra it adds. > > adam > > > >> Date: Thu, 4 Mar 2010 04:29:15 -0800 >> From: nani2ra...@gmail.com >> To: user@struts.apache.org >> Subject:

RE: Struts2 JQuery select box

2010-03-04 Thread adam pinder
u, 4 Mar 2010 04:29:15 -0800 > From: nani2ra...@gmail.com > To: user@struts.apache.org > Subject: Struts2 JQuery select box > > > Hi, > > I am trying to use http://code.google.com/p/struts2-jquery/ for loading > select box. > I just followed this link > http://

Struts2 JQuery select box

2010-03-04 Thread nani2ratna
return execute(); } } Struts.xml When jsp loading, its calling my action class. Action class calling service class and loading list into prodcatList. But its not getting into list box. Can anybody please explain whats the problem is. Thanks in advance RS -- View this me