Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
1.1.5
-
None
-
None
Description
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>
...