aspose file tools
The moose likes JSF and the fly likes [Rich Faces + Facelets] rich:tree - problem with nodes. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "[Rich Faces + Facelets] rich:tree - problem with nodes." Watch "[Rich Faces + Facelets] rich:tree - problem with nodes." New topic
Author

[Rich Faces + Facelets] rich:tree - problem with nodes.

Karol Kornecki
Greenhorn

Joined: Nov 03, 2009
Posts: 14
Hi

I've some problem with rich:tree component



I need to tree that dynamically choose node type. I've used <c:choose> component but it's not working.

my getNodeEmpty getter is like below:


So nodeEmpty value depends on accountId value , I dont know why when the tree is built, getter is not invoke, and tree is built with nodeEmpty default value which is 'false'.
Could somebody help me ?


Sun Certified Programmer for Java Platform 6.0 (96%)
Tim Holloway
Saloon Keeper

Joined: Jun 25, 2001
Posts: 14491
    
    7

Trying to mix JSTL with JSF is often likely to result in disappointment.

I believe that is an example of how to do this using RichFaces tags, but you'll have to look at the RichFaces documentation. Facelets doesn't factor into the solution.

Although I'm pretty sure that you can do this using only tags, you can definitely do it by writing node callbacks in a backing bean. That's illustrated in the RichFaces manual.


Customer surveys are for companies who didn't pay proper attention to begin with.
Karol Kornecki
Greenhorn

Joined: Nov 03, 2009
Posts: 14
Thanks
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: [Rich Faces + Facelets] rich:tree - problem with nodes.
 
Similar Threads
JSTL choose tag not working for RichFaces Tree Component
how to avoid show buttons
Struts display:column when/otherwise
JSTL how to use ELSE in JSP
Mixing JSP and Scriptlets throws compilation errors