Hi Bruno > I have put your class in the sources. > Thanks! Unfortunately I don't know what I've done yesterday to not see a bug with my TagHandler.
Please add this line "this.nextHandler.apply(ctx, aliasBean);" at the
end of the apply method, so it should look like the following then:
{
aliasBean.setAlias(alias);
}
parent.getChildren().add(aliasBean);
this.nextHandler.apply(ctx, aliasBean);
}
}
Thanks!
Ciao,
Mario
