Here are some solutions
 
[1] Use the rowClasses to set a CSS style with the background image set.
 
[2] use a   and styles again!
 
[3] <h:column><h:panelGroup>item1, item 2, item 3...,item,n</h:panelGroup></h:column>
 
 


From: Jorge Vásquez [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 25, 2006 12:41 PM
To: 'MyFaces Discussion'
Subject: Help in table conversion from HTML to JSF...

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

 

Reply via email to