public TagHandler createHandler(TagConfig cfg) throws FacesException, ELException
{
try
{
BehaviorConfig bcfg = new BehaviorConfigWrapper(cfg,this.behaviorId);
return constructor.newInstance(new Object[] { bcfg });
}
catch (InvocationTargetException e)
{
throw new FaceletException(e.getCause().getMessage(), e.getCause().getCause());