-
Feature Request
-
Resolution: Duplicate
-
Major
-
None
-
None
-
None
-
Documentation (Ref Guide, User Guide, etc.), Compatibility/Configuration
The parameters for an ActionHandler should be able to use expressions in it, so you could write
<action class="...">
<x>#
</x>
</action>
This could be done in the FieldInstatiator class (around line 67 we have "setPropertyValue(Class clazz, Object newInstance, String propertyName, Element propertyElement)"), but the execution context is not available there.