Sounds as if you have a scope issue. Make sure your tree model stays loaded. I usually use Seam's conversation state or JSF's session state, but you may need request scope. If so, you probably need t:saveState to persist your tree model. Also what myfaces version are you using and what state saving type (client or server)?
-Andrew On 7/26/06, Mike Shaw <[EMAIL PROTECTED]> wrote:
Now I'm seeing very strange problem.. when I click first time on a link, it displays a node name correctley on a second frame when I click second time on any link, it displays whole tree into second frame when I click third time, it displays a node name correctley -- View this message in context: http://www.nabble.com/Tree2-refresh-problem-tf2004577.html#a5510516 Sent from the MyFaces - Users forum at Nabble.com.

