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

wrapper class question
I'm trying to get my head around this new design pattern on wrapper classes. how does the controller know that the value from the selected <INPUTCHECKBOX> tag is true?Is it because since the inputCheckbox component automatically passes true through the standard component library?
if(cCon.selected == true)
public cContact(Contact c) {
con = c;
selected =
http://wiki.developerforce.com/page/Wrapper_Class
</INPUTCHECKBOX>
if(cCon.selected == true)
public cContact(Contact c) {
con = c;
selected =
http://wiki.developerforce.com/page/Wrapper_Class
</INPUTCHECKBOX>


I just wrote a blog on this http://blogforce9.blogspot.in/2013/06/wrapper-classes-wrap-it-up-with-wrapper.html