You need to sign in to do that
Don't have an account?
Prasanth Srinivasan
issue in getting the value of CheckBox value in apex from visualforce
Hi Folks,
I have a Boolean value in my controller.
public Boolean withoutDocument {get;set;}
I have referred them in the visual force page like this.
when I try to get the value in my controller.
It is throwing the Run time error that the argument cannot be null.
Any help is much appreciated.
thank you.
I have a Boolean value in my controller.
public Boolean withoutDocument {get;set;}
I have referred them in the visual force page like this.
when I try to get the value in my controller.
It is throwing the Run time error that the argument cannot be null.
Any help is much appreciated.
thank you.
Please paste you full code so that we can able to help you.
Regards,
Mahesh
Please find my code at
http://salesforce.stackexchange.com/questions/114246/issue-in-getting-the-value-of-checkbox-value-in-apex-from-visualforce
I would like to suggest to use the selectRadio.
apex:selectRadio
A set of related radio button input elements, displayed in a table. Unlike checkboxes, only one radio button can ever be selected at a time.
Please do let me know if it works.
Regards,
Mahesh