Newbie: Problem with Tree2 + CommandLink: ActionListeners not called

2007-02-23 Thread Carsten Kaiser
Hello, I have a severe problem using Shale 1.0.4 with MyFaces 1.1.4 and Tomahawk 1.1.5.: Our UI has the usual structure with a menu part on the top, a navigation tree on the left hand side and a content area right next to it. We are using Standalone Tiles to render the different parts

AW: Newbie: Problem with Tree2 + CommandLink: ActionListeners not called

2007-02-23 Thread Carsten Kaiser
Von: Carsten Kaiser [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 23. Februar 2007 10:51 An: users@myfaces.apache.org Betreff: Newbie: Problem with Tree2 + CommandLink: ActionListeners not called Hello, I have a severe problem using Shale 1.0.4 with MyFaces 1.1.4 and Tomahawk

Re: Tree2 and actionListeners

2005-08-26 Thread Emmanuel Jay
Not sure if this is a tree2 specific problem, I can just see that for some reason the behaviour seems to have changed in my app when I switch to 20050822. Yes the actionListener is called in the APPLY_REQUEST_VALUES(2) phase, and the repopulation is done before that (which means that when I click

Re: Tree2 and actionListeners

2005-08-26 Thread Sean Schofield
I would agree with Mathias that this doesn't seem to be a Tree2 problem, especially if your actionListener is getting called. What do you mean by the repopulation is done before that? The component tree will be recreated and the tree data can be set but it should still be possible to add to the

Re: Tree2 and actionListeners

2005-08-26 Thread Emmanuel Jay
I apologise as it seemed to be a issue in my code :-o Nothing to do with tree 2 in the end... EmmanuelOn 8/26/05, Sean Schofield [EMAIL PROTECTED] wrote: I would agree with Mathias that this doesn't seem to be a Tree2problem, especially if your actionListener is getting called.What do you

Antwort: Tree2 and actionListeners

2005-08-25 Thread mathias . werlitz
Hmm, strange. Are you sure that this is a tree2 specific problem? AFAIK the recent changes in the tree2 should not influence the behaviour of a commandLink. Is the actionListener called at all? Can you determine the phase in which this happens? Does the commandLink behave normally when it is

Tree2 and actionListeners

2005-08-23 Thread Emmanuel Jay
Hi, Just got the 20050822 build and I have problems with my app (I did not have this problem with the 20050802 build). The problem is as follows. I have a tree2 where each item is a commandLink (with immediate set to true) with an actionListener. A click on a tree item should trigger the