Dynamic Selection Population Using Round Trip
Hey All,
I'm trying to use Spring MVC to dynamically re-populate options of one <SELECT> box based on the selection of another. I found this related topic - http://forum.springframework.org/showthread.php?t=10686 - but there wasn't much conclusion there.
One way might be to populate JavaScript objects, but I'm trying to stay away from that. It seems like the JavaScript method is far less extensible. So I'd like to perform a "silent" round trip to grab the new options. Does anyone have any ideas as to how I might be able to do this, and repopulate the options without refreshing the entire page. I'd hate to have the user fill out an entire page, only to have it cleared out when they perform the selection.
I'm thinking DHTML, but I'm not that great with view technology, and am not sure how I would go about this. Any help would be greatly appreciated.
Thanks,
James Winans