className = (String) valueBinding.getValue(facesContext);
} else
{
className = type;
}
TreeSelectionListener listener = (TreeSelectionListener) ClassUtils.newInstance(className);
((HtmlTree) component).addTreeSelectionListener(listener);
} else
{
throw new JspException("Component " + component.getId() + " is no HtmlTree");
}