dev@jsftemplating.java.net

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

From: Anissa Lam <Anissa.Lam_at_Sun.COM>
Date: Tue, 10 Oct 2006 17:30:25 -0700

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
>
>