[jboss-user] [JBoss Seam] - Re: Passing values between task nodes
damianharvey
do-not-reply at jboss.com
Mon Aug 20 04:59:37 EDT 2007
Have you tried adding a controller to your task node? eg:
| <task-node name="MyTaskNode">
| <task name="myTaskName" description="#{taskDescription}">
| <controller>
| <variable name="myVariableName" access="read" />
| </controller>
| <assignment pooled-actors="#{taskAssignToPool}"/>
| </task>
| <transition name="resolved" to="done"></transition>
| </task-node>
|
Cheers,
Damian.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075709#4075709
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075709
More information about the jboss-user
mailing list