• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

taglib component class

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Eric Härtel
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Just is anybody is interested in the solution: I forgot to put view container around.
 
If I'd had more time, I would have written a shorter letter. -T.S. Eliot such a short, tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic