Hi all,

I'm looking for the best way (within wicket) to end up at a bookmarkable url after a change in a DropDownChoice. For example:

1. I'm at the url '/category/foo'
2. I change the category DropDownChoice to 'bar'
3. I want the user (without a manual submit) to end up at '/category/bar'

I looked through the mailing list and examples but I couldn't find a good example (or I missed it). Should I use onSelectionChanged and then redirect from within that handler? Will wicket handle that correctly?

Thanks,
Meetesh

Reply via email to