-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 6.0
-
Component/s: Seam / JSF UI
Nuxeo taglibs sometimes resolve expressions twice, so that expressions can be held by configuration objects, and still be resolved at render time.
For instance, when the link of an action is already an expression, expression #{action.link} needs to be resolved twice from nxu:set or nxh:commandLink components.
When doing so, the original context (especially variable mapper) should be available at render time => function and variable mappers should be referenced in the corresponding value expression.
- depends on
-
NXP-18027 Fix toggled layout when defined from Studio
- Resolved