Hi, , i have checkboxes, while rendering them when the code:
Checkbox cb = (Checkbox) getControl("****",Checkbox.class);//throws Exception
it throws the exception.do you have any ideas that in which state does java can not create checkbox.and how to fix it?
Regards.