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

Re: using ajax to populate select box

2011-12-30 Thread raj.prasad1224
> If you reply to this email, your message will be added to the discussion > below: > > http://struts.1045723.n5.nabble.com/using-ajax-to-populate-select-box-tp5109350p5109977.html > To unsubscribe from using ajax to populate select box, click > here<http://struts.1

Re: using ajax to populate select box

2011-12-30 Thread raj.prasad1224
n you can make use of that .. to auto populate to the second text box depending on first text box.. - Thanks & Regards, Rajendra Prasad Royal, Cognizant Technology Solutions. India -- View this message in context: http://struts.1045723.n5.nabble.com/using-ajax-to-populate-s

using ajax to populate select box

2011-12-29 Thread sunitha
{ return sel_truck; } public void setSel_truck(String sel_truck) { MainAction.sel_truck = sel_truck; } public LinkedList getTransList() { return transList; } public void setTransList(LinkedList transList) { this.transList = transList; } public LinkedList getTruckList() { return truckList; } publi