01-17-2013 01:24 PM
I added a custom property to the nuxeo.conf file. I want to print this custom property in a .xhtml file using EL expressions under web/nuxeo.war/widgets/summary directory. Currently what I have below does not work...
nuxeo.conf my.custom.field=Some Text
file.xhtml <h:outputText value="#{my.custom.field}" />
Thank you in advance, Joanna
01-17-2013 01:48 PM
Hi,
You should be able to use
#{frameworkPropertyActions.getProperty('my.custom.field')}
in your xhtml file.
01-17-2013 01:48 PM
Hi,
You should be able to use
#{frameworkPropertyActions.getProperty('my.custom.field')}
in your xhtml file.
01-17-2013 02:10 PM
Thank you, Thomas!
01-17-2013 02:14 PM
Whoops, sorry, I've updated my answer.
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.