public class InitMyActionHandler implements ActionHandler {

        public void execute(ExecutionContext executionContext) throws Exception 
{
        
                executionContext.getContextInstance().setVariable("data", 
"value");
                
        }




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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4121415
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to