I have two applications whith the same Tree2 model and same facets contents. Identical in all aspects. In the facet that represents the leaf nodes, I've included a SelectManyCheckBox with some options for each node. In the first app (without Struts & Tiles) all INPUT tags have the VALUE attr exposi
Hi!I've changed a page in my app to use a tree2 component, mixing JSF, Struts and Spring, and it's working fine. Now I need to pass a managed bean property to a html (or Struts) input tag's value. I've tried to do this by using this scriplet and some variations:
"/>
come from the struts-faces pro
Hi friends!Another day, another problem...Now I'm working in a Tiles + JSF application, and there's a strange situation: the main page have a Tree2 component and before de Tiles inclusion this tree works fine. But after Tiles my managed bean with the TreeModel simply not instantiate, or something e
ance in the code where you provide the data for the tree you can call the function afterwards. This should work.
2006/1/27, Cristofer Weber <
[EMAIL PROTECTED]>:
Hi Hans! First, thanks.When I´ve created a page whith a commandLink this way works fine, but how can I call the expandAll method withou
e) { this.tree
= tree;
} /** * Öffnet den gesamten Baum. * */ public void expandAll() { this.getTree().expandAll(); }So, with the expandAll fuction you can expand the whole tree.
Hope this helps.best regards Hans2006/1/27, Cristofer Weber <
[EMAIL PROTECTED]>:
Hi friendsafter some days using the examples, I'm trying to create a page with an expanded tree2 component, but I'm with some difficults to do so.My first try was a PhaseListener getting the ViewRoot and navigating to the tree2 component for send a expandAll message, but without success.
Then, I cr
6 matches
Mail list logo