[jboss-user] [JBoss Seam] - Re: Richfaces Tree

2008-01-07 Thread nickarls
I'm having a hard time imagining a "top to bottom" tree. Check the documentation and try asking in the RichFaces forum... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4117449#4117449 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[jboss-user] [JBoss Seam] - Re: Richfaces Tree

2008-01-06 Thread heshuhua
thanks,nickarls. I have got the tree. and one more thing i want to know, does richface tree support vertical dispaly? Not jusft from left to right, what about from top to bottom? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4117447#4117447 Reply to the p

[jboss-user] [JBoss Seam] - Re: Richfaces Tree

2008-01-03 Thread nickarls
Does this work: | | | | | | | | | | | | | @Name("treebean") | @Scope(ScopeType.SESSION) |

[jboss-user] [JBoss Seam] - Re: Richfaces Tree

2008-01-03 Thread heshuhua
I have met the same issue, could any one give me an example? thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116641#4116641 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4116641 __

[jboss-user] [JBoss Seam] - Re: Richfaces Tree

2007-09-20 Thread jrodri
mokua_ombati: Could you display the tree? if you could display the tree...could you please show me the code Regards Jaime View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4086980#4086980 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[jboss-user] [JBoss Seam] - Re: Richfaces Tree

2007-08-17 Thread damianharvey
The only thing I noticed was that your addChild identifier is a String: richTree.addChild("node1",node1);Whereas the examples and mine use an Integer. I recall having some problems with this as well so try: int myIndex = 0; | richTree.addChild(new Integer(myIndex++),node1); It's also probably

[jboss-user] [JBoss Seam] - Re: Richfaces tree and conversation switching

2007-06-19 Thread tkalactomo
"tkalactomo" wrote : When switching between coverstions in conversation list my rich tree component,who has a switch type ajax, loses it's previous state. But when submiting a page in that conversation, richfaces tree saves its state and stays in previous condition!!Could something be done about