Re: [web2py] chained option box

2010-04-30 Thread Thadeus Burgess
Your model looks good. You will need to use javascript and ajax to get the effects that you desire. Basically, hook into the first options box "change" event, and on_change send an ajax request to the server requesting the 'spenton' fields for 'spent', and then take the returned results and popula

[web2py] chained option box

2010-04-30 Thread kibrun
Dear all, I'm new in python and currently trying web2py. I need some help to build a chained option box - meaning when i choose an item in option1's list, option2's list automatically change to a specific list that falls under option1's subject: db.define_table('spent', SQLFi