i'm trying load a second list (villages) from my db based on the selection of the first list (countries).
how can this be done? am i right if i store a local variable based on the user selection to load the right list with the query_service (where column_name = variable?)? are there any examples / tutorials?
i'd really appreciate any ideas.