How can I get document label and use it for document title

I dont want to use the Document.type wrapper , I dont see a wrapper Document.label alt text

-1 votes

1 answers

1294 views

ANSWER

Hi, Could you please give more details? I guess you can use Document.title .
12/13/2011

Any update ?
01/02/2012



If you want to have a translated label of the document type you can use

#{document.type}  - where document is the document model

And if you want the translation of this label

#{messages[document.type]]

Sorry, but your question is not really clear…

0 votes