Hi everyone,

I am having trouble with runtime attribute resolution in an Action bean. I think that it's not directly supported (all the attributes are directly recognized as strings).

invokerRF is a custom class that extends AbstractAction:

<action-state id="launcherOpCon">
<action bean="invokerRF">
<attribute name="flow-pea" value="FN001"/>
<attribute name="nif" value="${flowScope.nif}"/>
<attribute name="origen" value="${flowScope.grTO.origen}"/>
<attribute name="isContable" value="true"/>
</action>
<transition on="success" to="resume"/>
</action-state>

Is it possible to resolve this attributes and add them to the action bean?.

Sorry, I'm using SWF 1.x.

Thanks in advance.
Isaac