[web2py] Re: drop down box content depends of another drop box

2011-05-30 Thread Alejandro
I have exactly the same problem, did you find any solution? On May 11, 3:26 am, pepe_eloy pepe.e...@gmail.com wrote: Thanks for the answer. Yeah, I tried that solution, but when can I save in the table empresa the fields category and subcategoria only the categoria field has values. Why?

[web2py] Re: drop down box content depends of another drop box

2011-05-10 Thread niknok
search cascading select or cascading dropdowns On May 10, 1:24 pm, pepe_eloy pepe.e...@gmail.com wrote: Hello! How can I fill a drop box widget with content depends of another drop box? I'll explain better: I have 3 tables: db.define_table('categoria',                 SQLField('nombre',

[web2py] Re: drop down box content depends of another drop box

2011-05-10 Thread DenesL
This should be of help: http://www.web2pyslices.com/main/slices/take_slice/85 On May 10, 1:24 am, pepe_eloy pepe.e...@gmail.com wrote: Hello! How can I fill a drop box widget with content depends of another drop box? I'll explain better: I have 3 tables: db.define_table('categoria',      

[web2py] Re: drop down box content depends of another drop box

2011-05-10 Thread pepe_eloy
Thanks for the answer. Yeah, I tried that solution, but when can I save in the table empresa the fields category and subcategoria only the categoria field has values. Why? Thanks