function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
lnryanlnryan 

How do I set a querystring parameter from a select list without using a custom controller?

I have a select list and I want it to set the value of a query string parameter. The ideal (obvious) option is not available ...ie <apex:selectRadio value="{!$CurrentPage.parameters.variablename}" ></apex:selectRadio>

 

I've also tried including an actionsupport both at the select option and the select list level and neither work.