I need to output values from my document type fields in a
table.

There is a documents_table.xhtml template to do so in nuxeo.
I've seen this line in documents_table.xhtml:

 <h:outputText value="#{row.data.dublincore.modified}">
<f:converter converterId="DateTimeConverter" />
</h:outputText>

if I use this:         

<h:outputText value="#{row.data.myschema.myfield}"> 

I got no result.

Thx a lot.

_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to