I have finally generated two select widgets that are each based on their own SQL query, but I'd like to generate the second widget based on the selection in the first widget, something along the lines of:
[first widget]
__sql__ "SELECT jvm FROM main ORDER BY jvm"
[second widget]
__sql__ "SELECT server FROM main ORDER BY server WHERE jvm = [first widget]"
Is this possible?
Thanks