Here are also some updates to the below problem:

I am using Apache MyFaces Trinidad for my web application. I had put
pagination in my table. But now the requirement is to put the pagination at
the bottom.
I tried by putting this style in the skins:

af|table
{
control-bar-position:bottom;

}
af|table::sub-control-bar { position: bottom;}
af|table { -tr-repeat-control-bar: true; }

But none of it works. Please help

On Mon, May 3, 2010 at 2:54 PM, Sutapa Dey <[email protected]> wrote:

> Hi All,
>
> I have a requirement to add pagination at the bottom in a table that is
> getting displayed via tr:table. But I am not able to override the default
> behaivor which is keeping the pagination control bar at the top.
>
> Please help,
>
> Thanks and Regards,
> Sutapa
>

Reply via email to