Re: using ajax to populate select box

2011-12-30 Thread raj.prasad1224
Wherever that trucklist.jsp wants to append in the index.jsp page - Thanks & Regards, Rajendra Prasad Royal, Cognizant Technology Solutions. India -- View this message in context: http://struts.1045723.n5.nabble.com/using-ajax-to-populate-select-box-tp5109350p5110632.html Sent from the Struts

Re: using ajax to populate select box

2011-12-30 Thread raj.prasad1224
where ever you want to display that embedded page.. On Fri, Dec 30, 2011 at 6:38 PM, sunitha [via Struts] < ml-node+s1045723n5109977...@n5.nabble.com> wrote: > hi > can you please tell me where to give > > > Regards, > Sunitha > > -- > If you reply to this email, you

Re: using ajax to populate select box

2011-12-30 Thread raj.prasad1224
Hi The value for the Truck can't store in Value Stack,because you are appending the output of the other page in the index.jsp.. But you are not including the source code of that page into index.jsp. The other alternative for your problem is that you can make use of And even you c