Tree Node Selection Events

2004-12-21 Thread Gregg Bolinger
I can't seem to find any documentation on how to handle node selection events with the Tree component. Does anyone have any information on this? Thanks. Gregg

Re: inner dataTable

2004-12-21 Thread Heath Borders
There are bugs with nested datatables, so its probably a good idea to shy away from them for the time being. I'm not really sure what's causing your problem, though. On Tue, 21 Dec 2004 19:25:50 +0100, Gabor Beres <[EMAIL PROTECTED]> wrote: > > > Hi > > > > I have a list property named tea

inner dataTable

2004-12-21 Thread Gabor Beres
Hi   I have a list property named teams. It contains several team that has several contracts (fetched with an orm tool) i’d like to view it like this:           h:column>  

How to fire events in a tree component?

2004-12-21 Thread Adrien FOURES
Hello   I use the treeSelectionListener, for value change node, but how can i catch the event when you open a node, is it possible, what is the interfaces to implements?   Because i use this component for data value, and i can not build all the tree before drawn it (to long for user, to much

Bug in inputCalendar in DataTable

2004-12-21 Thread Ronen Naor
Hi, I am trying to put the component inputCalendar inside a column of DataTable but it does not work for more then one line. It seems that when iterating through the lines, each row iteration makes the calendar component to add a new inputText to itself in addition to the original inputTe

Re: bean getter and setter with parameters.

2004-12-21 Thread Heath Borders
There is no way to achieve this behavior with ValueBindings, which all components need. On Tue, 21 Dec 2004 10:52:39 -0500, Srikanth Madarapu <[EMAIL PROTECTED]> wrote: > Hi > > I have a managed bean with a getter that requires a parameter ( I have a > situation where I need to pass a paramete

bean getter and setter with parameters.

2004-12-21 Thread Srikanth Madarapu
Hi I have a managed bean with a getter that requires a parameter ( I have a situation where I need to pass a parameter to this getter ). What happens when submitting the form, will the property setter be called with the same parameter to the corresponding setter. For example: the managed b

Question about JspTilesViewHandlerImpl

2004-12-21 Thread Sean Schofield
So far I've had some success using JspTilesViewHandlerImpl but I think I might be running into a problem. I'd like to use a series of "nested" tiles. See my sample tiles-defnitions.xml below ... Basically, the "main" section of my one tile refers to another

AW: AW: Working myfaces-examples.tgz

2004-12-21 Thread Otto, Frank
No. Sorry, I have misunderstood your problem. I have downloaded myfaces-examples-1.0.7.tgz, but after installing it, I will get a blank page if I call myfaces example. I use tomcat 5.5 and java 1.5. > -Ursprüngliche Nachricht- > Von: Heath Borders [mailto:[EMAIL PROTECTED] > Gesendet: D

Re: AW: Working myfaces-examples.tgz

2004-12-21 Thread Heath Borders
Are you also running WSAD 5.1.2? On Tue, 21 Dec 2004 07:37:59 +0100, Otto, Frank <[EMAIL PROTECTED]> wrote: > Hi, > > I have the same problem. Is there some solution? > > kind regards, > > Frank > > > -Ursprüngliche Nachricht- > > Von: Heath Borders [mailto:[EMAIL PROTECTED] > > Gesen

JsCookMenu inside a form, does it work?

2004-12-21 Thread Bruno Aranda - Dev
Hi, Does the JsCookMenu work inside a form? My problem is that I want to put this menu between two components that have to be in the same form... any hints? Bruno