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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...