dev@jsftemplating.java.net

Re: JSFTemplating: passing sun:checkBox object to create Map

From: Anissa Lam <Anissa.Lam_at_Sun.COM>
Date: Mon, 25 Sep 2006 15:06:52 -0700

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
>