How do I can have the current document type translated into my xhtml fragment ?
I'm writing a xhtml fragment and I would like to display into this fragment the document type translated.
I know that jsf bring a translation possibilities through this:
#{messages[label]]
How can access to “my.doc.label” used for the doc type when I create this document type definition:
<type id="MyDocType">
<label>my.doc.label</label>
<icon>/icons/myicon.gif</icon>
... etc...
</type>
0 votes
1 answers
1655 views