OK I found and fixed the problem. Basically there was a problem with the decode as Heath and I suspected. The problem was specific to tree2. I had a "short-cut" in my processDecodes statement where I wasn't processing decodes for nodes that were not expanded. Well long story short that does not work.
By trying to save the computer some time and aggravation, I caused myself a days worth of time and aggravation :-( On Wed, 9 Mar 2005 16:24:31 -0500, Sean Schofield <[EMAIL PROTECTED]> wrote: > Yeah but I am not hitting the back button. Still that is a good > point. I may have to try with the reference implementation (a slight > pain the way I have things set up now.) Interestingly though > commandLink works fine in my simple example. That is why I suspected > something wrong with my tree. > > sean > > > On Wed, 9 Mar 2005 15:20:26 -0600, Jonathan Eric Miller > <[EMAIL PROTECTED]> wrote: > > This sounds like the same problem that I have when using the Web browser > > back button. i.e. if I click the Web browser back button to return to the > > previous page and then click on a h:commandButton, it redisplays the same > > screen, then, if I click it again, it does what it's supposed to. This is > > different than the behaviour exibited by Sun's RI. > > > > Jon > > > > ----- Original Message ----- > > From: "Sean Schofield" <[EMAIL PROTECTED]> > > To: "MyFaces Discussion" <[email protected]> > > Sent: Wednesday, March 09, 2005 2:57 PM > > Subject: Anyone have trouble with commandLink and navigation > > > > > I'm having some trouble with commandLink. My navigation rules are > > > only working properly the second time I click the link. This is > > > inside of tree2 but maybe somebody has had this problem inside > > > dataTable or one of their custom components? > > > > > > Everything works properly on the second click. Any ideas on why this > > > might be? I tested action method and action listener and problem is > > > the same. > > > > > > TIA, > > > sean > > > > > > > >

