-
Jul 23rd, 2008, 09:01 AM
#1
Problems resolving runtime attributes on action bean
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
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules