dev@jsftemplating.java.net

Re: JSFTemplating: select/deselect multiple buttons does not work

From: Ken Paulsen <Ken.Paulsen_at_Sun.COM>
Date: Tue, 10 Oct 2006 20:19:04 -0700

Hi Priti,

This component requires that the "selectId" property of the
"sun:tableColumn" component be set. I also made this mistake... once I
added this property it worked.

Ken

Priti Tiwary wrote:
> Hi Anissa,
> this is the same file which we have checked in
> src/docroot/jbi/inc/sharedTable.jsf , just with the small modification
> of changing #{true} to $boolean{true}
> Priti
>
> Anissa Lam wrote On 10/10/06 05:30 PM,:
>
>
>> Hi Priti,
>> Can you send me your .jsf file to see if i can spot something ?
>>
>> Anissa
>>
>> Priti Tiwary wrote:
>>
>>
>>
>>> Hi,
>>> We have a table with following syntax
>>>
>>> <sun:table id="sharedTable"
>>> paginateButton="$boolean{true}"
>>> paginationControls="$boolean{true}"
>>> deselectMultipleButton="$boolean{true}"
>>> selectMultipleButton="$boolean{true}"
>>> title='#{sessionScope["sharedTableTitle"]}'
>>> >
>>>
>>> And the select/deselect Multiple Button does not select/deselect tables
>>> rows. Though the same fields seem to work in appServer's deployTable.jsf
>>> file
>>>
>>> What could cause this unexpected behaviour?
>>>
>>> Priti
>>>
>>>
>>>
>>>
>>>
>
>