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