Well according to this...

http://tapestry.apache.org/page-navigation.html

I have some options...

so I decided to skip toe convoluted crap

And do this

      void onActivate(Coach bean)
      {
        this.bean = bean;
      }
      
      Coach onPassivate()
      {
        return bean;
      }    

now everything works

yaayyyyyyyy !
                                          

Reply via email to