-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.4.2
-
Fix Version/s: 5.4.2-HF18, 5.5
-
Component/s: Seam / JSF UI
-
Tags:
Sometimes we'd like an expression to be resolved twice. The obvious use case is actions management, where the xhtml templates will display #
{action.getLink()}. Since action configuration might want to reference another expression, it is useful to resolve expressions twice.
This already handled natively by some specific Nuxeo tags like nxh:commandLink or nxh:outputText, but it would be better to make it independant from the tag => the tag handler nxu:set, that handles variables resolution and aliases, is a better candidate.
- is required by
-
NXP-8942 Fix nxu:set tag when caching and resolving the expression twice
- Resolved