Why SelectManyCheckBox does not render the VALUE attribute of the INPUT tag?

2006-04-12 Thread Cristofer Weber
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

How to reference a managed bean outside JSF tags?

2006-03-15 Thread Cristofer Weber
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

Base is Null

2006-02-03 Thread Cristofer Weber
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

Re: show an expanded tree2 (MyFaces-1.1.1 on JDeveloper 10.1.3 EA)

2006-01-31 Thread Cristofer Weber
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

Re: show an expanded tree2 (MyFaces-1.1.1 on JDeveloper 10.1.3 EA)

2006-01-27 Thread Cristofer Weber
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]>:

show an expanded tree2 (MyFaces-1.1.1 on JDeveloper 10.1.3 EA)

2006-01-27 Thread Cristofer Weber
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