in reply to Need to return to same page if nothing is selected
As for redirecting back to the same page ... that's essentially just displaying the same page, right? So, create a function (or use one if already created) called something like &display_page_with_choices() and call it if you have nothing in %params. You make that check as soon as possible.
------
We are the carpenters and bricklayers of the Information Age.
Don't go borrowing trouble. For programmers, this means Worry only about what you need to implement.
|
|---|