Hi,

Just a quick reminder about nxu:methodResult tag usage.
The name variable is put in the context only inside the tag, so you should write :

<nxu:methodResult name="myTest" value="#{myBean.isTrue()}">
  <h:outputText value="#{myTest}" />
</nxu:methodResult>

*not*

<nxu:methodResult name="myTest" value="#{myBean.isTrue()}" />
<h:outputText value="#{myTest}" />

because the myTest variable will be null here.

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