My be I have lost something.... 

I have a tableDate header like this:

<h:dataTable width="90%"   var="rowShipper"
value="#{shipperHandler.allShippers}" headerClass="label" border="0"
styleClass="tableData" rowClasses="evenRow,oddRow">
        <f:facet name="header">
            <h:graphicImage value="#{icons.prefix}#{icons.shippers}"
align="absMiddle" alt="#{labels.bean_Shipper_list}"   />
            <h:outputText value="#{labels.bean_Shipper_list}"
styleClass="bigLabel" />
        </f:facet>

with an image and a label... but only the image is rendered. If i cut
the graphicImage the label is displayed ok...

what's wrong with this?




-- 
::SammyRulez::
http://sammyprojectz.blogspot.com

Reply via email to