Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » JBoss User Help »

[jboss-user] [JBoss jBPM] - context variables expansion in process
 definition

scott.stark@jboss.org

2007-03-29


Hello,

I have a context variable ...let's call it IMPORTANT

I want to pass the value of this context variable as a parameter to my action handler:


    <action class="x.y.z.ProducerHandler" config-type="bean">
      <param1>VALUE_OF_IMPORTANT_HERE</param2>
   


I've tried stuff like :
<param1>#{contextInstance.variables.IMPORTANT}</param1> or
<param1>{$IMPORTANT}
but it didn't work

Thanks,
Valentin














View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032639#4032639

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4032639
_______________________________________________
jboss-user mailing list
jboss-user@(protected)
https://lists.jboss.org/mailman/listinfo/jboss-user
©2008 junlu.com - Jax Systems, LLC, U.S.A.