Re: Please help : tree2 : cant set managed bean property error

2005-10-12 Thread Christian Froelich
Hi, could you please post code snippets of faces-config.xml, your jsp and the bean? Do you have a setNodePath getNodePath method? Regards, Christian --- Ursprüngliche Nachricht --- Von: Anu Padki [EMAIL PROTECTED] An: users@myfaces.apache.org Betreff: Please help : tree2 : cant set managed

Re: deleting nodes in tree2

2005-10-06 Thread Christian Froelich
Hi, just some ideas: - you could try to use the action attribute of the commandButton in combination with the pageNavigation in the faces-config.xml - perhaps it causes some kind of 'model reload' - did you try to delete the whole tree and add a 'new' one with the contains

Re: deleting nodes in tree2

2005-10-05 Thread Christian Froelich
Hi, could you explain HOW you delete the nodes? Do you click on a node, represented by a commandLink or do you use checkboxes..or.. I had a similar problem changing the treeModel of tree (not tree2). I implemented my own sorting for a treeTable using t:tree. After a click on a commandLink which

RE: treeTable update Problem

2005-09-22 Thread Christian Froelich
Hello, I've still no idea how to solve the treeTable update problem... perhaps anybody else has one??? Would be great! Best Regards, Christian -- Hi there, I have a Problem updating a treeTable. It looks like that: x:tree ..

Re: forceId doesn't work with Facelets

2005-09-22 Thread Christian Froelich
Hi, perhaps because forceID expects a boolean ??? --MAY THE FORCE BE WITH YOU-- ;-) Regards, Christian --- Ursprüngliche Nachricht --- Von: Catalin Kormos [EMAIL PROTECTED] An: users@myfaces.apache.org Betreff: forceId doesn't work with Facelets Datum: Thu, 22 Sep 2005 05:04:58 -0700

treeTable update Problem

2005-09-21 Thread Christian Froelich
Hi there, I have a Problem updating a treeTable. It looks like that: x:tree .. x:treeColumn ... /x:treeColumn //some columns h:column.../h:column ... /x:tree Now tried to make my treeTable sortable. That works fine if the tree has only 2 Levels. But if the tree has 3 Levels and I

Re: commandLink with action inside Table

2005-09-19 Thread Christian Froelich
Hello, I tried to save foo and only foo with x:saveState but it's not working the action method is NOT CALLED. now my jsp looks like that: h:column id=columnBrowsTab1 rendered=#{foo.secondBoolean} x:saveState id=foo value=#{foo}/ h:commandLink

Re: commandLink with action inside Table

2005-09-15 Thread Christian Froelich
: commandLink with action inside Table Datum: Thu, 15 Sep 2005 11:36:08 -0400 Does the action get executed if you remove the 'rendered' attribute? Christian Froelich wrote the following on 9/15/2005 9:00 AM: Thanks for your fast answer! My jsp looks like this: x:tree id=tree value

Re: x:inputCalendar - popup hidden by other elements

2005-09-12 Thread Christian Froelich
Hi, did you also try to add/change z-index attribute of the div containing the Calendar?? Did you also try to add a div surrounding your other components?? Normally this should work... Regards, Christian --- Ursprüngliche Nachricht --- Von: Paul Klaer [EMAIL PROTECTED] An: MyFaces Users

Re: XSL-Transform

2005-09-06 Thread Christian Froelich
Hi there, I'm not sure what you want to do exactly, but I don't think you need to write a new component. Why don't you process the xml documents in java, somewhere in your controller... Perhaps like that: - xml docs are listed inside a table as links - the user klicks on one - xslt process is

Re: ADF and MyFaces, what's the deal ?

2005-08-05 Thread Christian Froelich
Hi, ADF has, like MyFaces, a rich component set: http://www.oracle.com/technology/products/jdev/htdocs/partners/addins/exchange/jsf/doc/tagdoc/core/imageIndex.html http://www.oracle.com/technology/products/jdev/htdocs/partners/addins/exchange/jsf/doc/tagdoc/html/index.html BUT IT'S NOT FREE ...

x:inputCalendar Firefox body onload

2005-08-01 Thread Christian Froelich
Hi, I spent several hours playing with x:inputCalendar and wondering why this component does not work always under Firefox. I figured out that x:inputCalendar doesn't work if it's inside a html-body tag WITH A onload ATTRIBUTE. Then I always got an ugly Javascript Error: jscalendarCrossobj has

RE: Re: x:inputCalendar Firefox body onload

2005-08-01 Thread Christian Froelich
Hi, I already use the latest nightly (20050731)... Regards, Christian -- GMX DSL = Maximale Leistung zum minimalen Preis! 2000 MB nur 2,99, Flatrate ab 4,99 Euro/Monat: http://www.gmx.net/de/go/dsl

RE: x:inputCalendar + Firefox = JS Error

2005-07-28 Thread Christian Froelich
Thanks for reply, I've tested it with the available nightly builds = inputCalendar works now. But I ran into some other problems now: For example the tree2 component doesn't work properly. The + image is only at the leaves... Any ideas? Or has anybody the librarys with a working inputCalendar

RE: RE: x:inputCalendar + Firefox = JS Error

2005-07-28 Thread Christian Froelich
Thank you for your patience...I had an error in my treeNode... key word: isLeaf ... --- Ursprüngliche Nachricht --- Von: Christian Froelich [EMAIL PROTECTED] An: users@myfaces.apache.org Betreff: RE: x:inputCalendar + Firefox = JS Error Datum: Thu, 28 Jul 2005 15:20:46 +0200 (MEST) Thanks

x:inputCalendar + Firefox = JS Error

2005-07-27 Thread Christian Froelich
Hi, I try to use x:inputCalendar in my webApp but I get Javascript errors if I run it with Firefox (1.0.4)... With the InternetExplorer everything works fine... Error displayed in the JS-Console of FF: jscalendarCrossobj has no properties Any ideas?? Thank you and best regards, Christian