Re: struts2 issue- not retaining..

2007-10-04 Thread Jose4u
thanks Ramita Can u send a sample code and if any help material and can u provide how it can be done in this implementation. Ramita Gambhir wrote: > > Hi, > > You can try using DWR for AJAX implementation...Its very easy to use. > There are few other libraries like prototype.js, DOJO toolkit

Re: struts2 issue- not retaining..

2007-10-04 Thread Ramita Gambhir
Hi, You can try using DWR for AJAX implementation...Its very easy to use. There are few other libraries like prototype.js, DOJO toolkit...I haven't used them but you may want to explore them too... I have worked on DWR and its really helpful... Regards, Ramita Jose4u wrote: > > thank for the

Re: struts2 issue- not retaining..

2007-10-04 Thread Jose4u
thank for the reply Can you please help me out, how i can do this implementation using AJAX call. Thanks in advance Joseph Zarar Siddiqi wrote: > > Yeah, you're going to have to load them every time. You could store > the collections in session or application scope if that's feasible but > ot

Re: struts2 issue- not retaining..

2007-10-03 Thread Zarar Siddiqi
Yeah, you're going to have to load them every time. You could store the collections in session or application scope if that's feasible but other than that you don't really have a choice. Alternately, I think the cleanest way of doing this might be to make an Ajax call to load the third selection

struts2 issue- not retaining..

2007-10-03 Thread Jose4u
In my jsp file i have threecombo boxes. 1 & 2 needs to be loaded from the db and the 3rd needs to loaded based on the (2)second combo box selection. I have implemented in such a way that in my action i have 3 collection objects. Intially b4 moving to jsp iam loading two collection object values f