Hi!
I try to use tree2 with client-side tree toggling and a graphic image,
but my graphic image isnt corrently shown as the webapp context is
missing.
In other words the image-pathes in HtmlTreeRenderer needs to be
encoded with facesContext.getExternalContext().encodeResourceURL().
Now that I managed to build myfaces I would like to know if a patch is
welcome or if I am on a wrong way?
Mainly its "expandImgSrc" and "collapseImgSrc" in
"tomahawk/src/java/org/apache/myfaces/custom/tree2/HtmlTreeRenderer.java"
which needs (IMHO) to be converted using
facesContext.getExternalContext().encodeResourceURL().
---
Mario