434445464748495051
PanelTag panel = (PanelTag)findAncestorWithClass(this, PanelTag.class); if (panel == null) { throw new JspException("param tag must be nested in panel tag!"); } panel.add(new DynamicParamConfig(name, value)); return EVAL_PAGE; }