Hi Priti,
Assuming you know the id of your checkbox, you can do something like this:
getUIComponent(clientId="form:sheet:propertySection:property1:checkbox1",
component=>$attribute{checkBoxObject});
mapPut(map="$attribute{row1}" key="a0" value="$attribute{checkBoxObject}"
Anissa
Priti Tiwary wrote:
> Hi ,
> If i want to pass checkbox object to following handlers, how can i
> pass one at bolded checkboxObject
>
> createMap(result=>$attribute{row1});
> mapPut(map="$attribute{row1}" key="a0" value="*checkBoxObject*");
>
> Priti
>