return new TextArea(stack, req, res);
super.populateParams(); TextArea textArea = ((TextArea) component); textArea.setCols(cols); textArea.setReadonly(readonly); textArea.setRows(rows); textArea.setWrap(wrap);
this.cols = cols;
this.readonly = readonly;
this.rows = rows;
this.wrap = wrap;