Hi,

As a reminder, nxu:methodResult tag is not inteneded to work as the 
c:set tag: it needs to enclose the region where its variable will be set.

So the right usage is:

<nxu:methodResult name="actions" 
value="#{webActions.getActionsList('SUBVIEW_UPPER_LIST')}">
   <nxu:dataList var="action"
                 value="#{actions}">
...
   </nxu:dataList>
</nxu:methodResult>

*Wrong* usage is:

<nxu:methodResult name="actions" 
value="#{webActions.getActionsList('SUBVIEW_UPPER_LIST')}" />

...

<nxu:dataList var="action"
               value="#{actions}">
...
</nxu:dataList>

It used to work with the above wrong usage, but won't anymore on the 
next release (see http://jira.nuxeo.org/browse/NXP-2444).

Please review your usage of this tag in your custom xhtml pages.

Thanks,

-- 
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