, Edwin Mercado <[EMAIL PROTECTED]> wrote:
> It's in the session scope.
>
> -Original Message-
> From: Dennis Byrne [mailto:[EMAIL PROTECTED]
> Sent: Sunday, July 24, 2005 1:22 AM
> To: MyFaces Discussion
> Subject: RE: tree3 component reload
>
>
> W
It's in the session scope.
-Original Message-
From: Dennis Byrne [mailto:[EMAIL PROTECTED]
Sent: Sunday, July 24, 2005 1:22 AM
To: MyFaces Discussion
Subject: RE: tree3 component reload
What scope is your backer in? If it is in request, see if
this "deja vu" effect
Original message
>Date: Sat, 23 Jul 2005 16:09:54 -0400
>From: Edwin Mercado <[EMAIL PROTECTED]>
>Subject: RE: tree3 component reload
>To: MyFaces Discussion
>
>I don't consider this a "bright idea" but a workaround
(i.e., hack)
>to th
(ioex.getCause().toString());
}
return "UpdateViewAction";
}
Edwin
p.s. waiting for a better solution (maybe inside of the tree2 code)
-Original Message-
From: Dennis Byrne [mailto:[EMAIL PROTECTED]
Sent: Saturday, July 23, 2005 1:19 AM
To: MyFaces Discussion
Subject: RE: t
l open a bug so that we
can discuss this at the "tree2 summit" .
Original message
>Date: Fri, 22 Jul 2005 17:44:40 -0400
>From: "Vo, Ky" <[EMAIL PROTECTED]>
>Subject: RE: tree3 component reload
>To: "'MyFaces Discussion'"
treeData.getChildren().add(newNode);
}
TreeNode treeDataRoot = (TreeNode) tree.getValue();
tree.setValue(treeDataRoot);
}
}
-Original Message-----
From: Edwin Mercado [mailto:[EMAIL PROTECTED]
Sent: Friday
Sent: Friday, July 22, 2005 4:34 PM
To: MyFaces Discussion
Subject: Re: tree3 component reload
Can you post the code for your action listener? I'm curious
to see if loadTreeData() is being called after or before you
updating the tree model.
Original message
>Date: Fri, 22 Jul
Can you post the code for your action listener? I'm curious
to see if loadTreeData() is being called after or before you
updating the tree model.
Original message
>Date: Fri, 22 Jul 2005 15:40:22 -0400
>From: Edwin Mercado <[EMAIL PROTECTED]>
>Subject: tree3 co
Hello all,
I'm still baffled by the JSF phases. I'm using a tree3 component
that is a tied to a getTreeData() function to retrieve the current data
from the model. Everytime I select a node, the getTreeData() function is
called 3 times, retrieving the same data every time.
...
public TreeNode
9 matches
Mail list logo