You guessed right...I removed the onPassivate() method and all is well. Thanks!
On Thu, Sep 6, 2012 at 10:36 AM, Lance Java <[email protected]>wrote: > Firstly, I would avoid session usage unless it is definitely required. > Passing the primary key in the URL is a good way of avoiding session usage. > > Secondly, tapestry is most likely adding the primary key to the URL > because: > a) The EditEvent page has an onPassivate() method. > b) The EditEvent page has a property with a @PageActivationContext > annotation > > > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/hide-primary-key-on-call-to-edit-form-tp5716100p5716101.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
