Hi rancher,
with myfaces I try to write my own taglib. I defined a tag in the TLD as following:
In the DiagramTag class all values are set correctly, but in the setProperties(UIComponent) where I expect an instance of my Diagram component class I receive a
org.ajax4jsf.component.AjaxViewRoot
Furthermore, I wonder why the function
getComponentType is
not called. This methode would explain what is the right component class.
Has anybody an idea what could be the reason of the problem?
Greetings
Eric