[web2py] Re: display results from DB using the selected option by pulling

2013-10-25 Thread Vj
Thanks Cliff, I will take a look and let you know how it goes. I did not think this would need JQuery/Ajax before. On Thursday, October 24, 2013 4:55:47 PM UTC-4, Cliff Kachinske wrote: > > Two chapters in the online manual will answer your questions. > >- JQuery and Ajax >- Components

[web2py] Re: display results from DB using the selected option by pulling

2013-10-24 Thread Cliff Kachinske
Two chapters in the online manual will answer your questions. - JQuery and Ajax - Components and plugins I usually go the JQuery/Ajax way, but I think the majority use LOAD to load a component. On Thursday, October 24, 2013 4:24:29 PM UTC-4, Vj wrote: > > Thanks Dave. > > Yes, I want to d

[web2py] Re: display results from DB using the selected option by pulling

2013-10-24 Thread Vj
Thanks Dave. Yes, I want to display the categories in the dropdown and based on the selected one, I get all the items from the DB based on the category to display. I did search for it, but I was not able to find anything relevant. Since this is in the same form and initially the results should

[web2py] Re: display results from DB using the selected option by pulling

2013-10-24 Thread Dave S
On Thursday, October 24, 2013 12:30:00 PM UTC-7, Vj wrote: > > All, > > I am trying to have a select (multi select drop down) option in the home > page and display the results on the home page itself(below the select box). > > I am able to pull the data from the Table 1 and display in the select b