You have a <h:outputText .../> and <t:outputText .../> mixed within your
table ... dunno if it could be a problem. Second, just to be sure, sometimes
when elements do not display and there si no errors, be sure it's in a
<t:form></t:form> tag. Beeing a new user, I can't help you further. Hope
that helps!
On 5/24/07, Francisco Passos <[EMAIL PROTECTED]> wrote:
Any suggestions on these?
I assume it must be a simple issue, but nevertheless I haven't been able
to fix it yet.
Counting on your help,
Francisco Passos
On 5/24/07, Francisco Passos <[EMAIL PROTECTED]> wrote:
>
> Good day to all.
>
> I have a List<List<MyType>> (attribute.tableAttributeData) and am trying
> to
> present it in a table like this:
>
> <t: dataTable value="#{attribute.tableAttributeData}"
> var="lineAttributeData" >
> <t:columns value="#{lineAttributeData}" var="attributeData">
> <f:facet name="header">
> <t:outputText value="#{attributeData.inomcol}" />
> </f:facet>
> <h:outputText value="#{ attributeData.xvalor}" />
> </t:columns>
> </t:dataTable>
>
> However the table does not appear at all. Did I miss something?
>
> Francisco Passos