return new Form(stack, req, res);
super.populateParams(); Form form = ((Form) component); form.setAction(action); form.setTarget(target); form.setEnctype(enctype); form.setMethod(method); form.setNamespace(namespace); form.setValidate(validate); form.setOnsubmit(onsubmit); form.setPortletMode(portletMode); form.setWindowState(windowState); form.setAcceptcharset(acceptcharset);
this.acceptcharset = acceptcharset;
this.action = action;
this.enctype = enctype;
this.method = method;
this.namespace = namespace;
this.onsubmit = onsubmit;
this.portletMode = portletMode;
this.target = target;
this.validate = validate;
this.windowState = windowState;