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
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to