I know you can set default values for an activeselect but as soon as the page loads it does a query and then clobbers the default values. As you choose the other items, it does the queries, but if you re-choose an item, it just displays the associated list from it's own cache.

I'm working with small vocabularies that don't change often, so I'd rather do 1 query to get all the data instead of one query for each choice. I'm thinking since activeselect already does caching, maybe you can put the data in there so it starts out cached?

Anyone know how to do that?

Thanks!
azbok