facet can only have one child -- the rest are ignored.

Wrap your facet children inside an <h:panelGroup> container.

On 9/8/05, ::SammyRulez:: <[EMAIL PROTECTED]> wrote:
> 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