Hi,
I'm new to seam and I'm facing a problem with the caption tag in the datatable 
element.
I need to produce a caption for a table, but the caption facet in the datatable 
element doesn't produce anything.
The code I use is:

<h:dataTable value="..." var="hot" rendered="..." styleClass="dataTable" 
                                 border="1" cellpadding="0" cellspacing="0">
        
   <f:facet name="caption">Results sorted by Rating</f:facet>
       <h:column>
           <f:facet name="header">Name</f:facet>
           ...
       </h:column>


I would also like to produce a different "id" attribute for each th element and 
use this id's value for a "headers" attribute in each td relatively.

Can anyone help me with the above problems?

Thanx.   

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953408#3953408

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953408

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to