|
Greetings, I am having tons of problems migrating a pure html
table to JSF, I don´t know if I am still not used to think in JSF terms but I
kind of get the impression that table components in JSF miss lots of features
that were present in html. I enumerate some: 1. How is it possible to associate an image to a td
as background in JSF: Example in html: <td id=qrMiddle background=""> 2. How is it possible to define an empty td with
certain width: Example in html: <td width=5></td> 3. How is it possible to specify to a panelGrid
container that a bunch of elements must go under a td? Does anyone knows of a table component in JSF that is
more closely related to the html table? Thanks a lot, JV |
- Help in table conversion from HTML to JSF... Jorge Vásquez

