ActionComponent ac = (ActionComponent) component; ac.addParameter(name, value);
return new ActionComponent(stack, req, res);
return this.flush;
super.populateParams(); ActionComponent action = (ActionComponent) component; action.setName(name); action.setNamespace(namespace); action.setExecuteResult(executeResult); action.setIgnoreContextParams(ignoreContextParams); action.setFlush(flush); action.start(pageContext.getOut());
this.executeResult = executeResult;
this.flush = flush;
this.ignoreContextParams = ignoreContextParams;
this.name = name;
this.namespace = namespace;