Hi,

[EMAIL PROTECTED] a écrit :
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.

This is the good syntax. Why is it empty?
It depends on your list of documents: if it's given by a search (as it is for default docuent lists), the result will be taken from the indexed search result so you should make sure your field is indexed.

Regards,

--
Anahide Tchertchian, Nuxeo
Mail: [EMAIL PROTECTED] - Tel: +33 (0)1 40 33 79 87
http://www.nuxeo.com - http://www.nuxeo.org
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to