You need to sign in to do that
Don't have an account?

selectRadio / selectOptions I want to pre-check an item...
I'm not sure if I'm blind or not ;) but I can't see in the docs a way to predefine which radio option is selected/checked... in pure HTML this is trivial - why can't I do this in Visualforce?
Is this an oversight here...
duh... have the getter return the value you want (as long as it's a valid option)
:)
Could you please show us how you do this?