You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Cagatay Civici (JIRA)" <de...@myfaces.apache.org> on 2007/05/17 09:42:16 UTC

[jira] Resolved: (TOMAHAWK-989) t:dataScroller: paginator table is missing

     [ https://issues.apache.org/jira/browse/TOMAHAWK-989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Cagatay Civici resolved TOMAHAWK-989.
-------------------------------------

    Resolution: Won't Fix

This issue is related to TOMAHAWK-744 which adds different layout features to scroller. You'll need to use the new layout attribute as layout="table" to get the paginator table.

> t:dataScroller: paginator table is missing
> ------------------------------------------
>
>                 Key: TOMAHAWK-989
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-989
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>          Components: Data Scroller
>    Affects Versions: 1.1.5
>            Reporter: Marcus Beyer
>         Assigned To: Cagatay Civici
>
> I am using a tomahawk dataScroller together with a tomahawk dataTable. Nice.
> Then I updated from myFaces 1.1.4 + Tomahawk 1.1.3 to both 1.1.5.
> After that lib update, the <table> tag around the paginator is missing.
> The paginators <td> elements are there,
> but directly besides the other <td> elements (first, previous, etc). 
> Consequently paginatorTableClass is not used at all! 
> You can observe this behaviour online:
> http://www.irian.at/myfaces/dataScroller.jsf
> The (wrong) HTML looks like this:
> ...
> <td><a href="#" ...><img src="images/arrow-fr.gif" border="1"></a></td>
> <td><a href="#" ...><img src="images/arrow-previous.gif" border="1"></a></td>
> <td></td>
> <td style="font-weight:bold;"><a href="#" ...>1</a></td>
> <td><a href="#" ...>2</a></td>
> <td><a href="#" ...>3</a></td>
> ...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.