1314151617181920
private String action; @Override public int doStartTag() throws JspException { Table table = (Table) parent.getParent(); table.getButtonList().add(new ButtonBean(label, action)); return SKIP_BODY; }