• 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:

problem with t:tree

 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
i tried the code that i found in coderanch archive but i am getting error page with the error:

org.apache.jasper.JasperException: java.lang.IllegalArgumentException: Component javax.faces.component.UIViewRoot is no org.apache.myfaces.custom.tree.HtmlTree

i nearly tried codes on this page:

https://coderanch.com/t/212408/JSF/java/work-tree-component#1015178

i have only changed as:



what should i do
thanks
 
merve klug
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
the problem has been resolved.
i had remembered to add

but had forgotten to add:


sorry for unnecessary content
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic