Try to make the get and set methods for that property abstract ----- Original Message ----- From: "Edward Scanzano" <[EMAIL PROTECTED]> To: "Tapestry users" <[email protected]>; "john mcteague" <[EMAIL PROTECTED]> Sent: Monday, July 18, 2005 11:50 PM Subject: Re: Strange timeout behavior
> I tried that and I get this exception > > Unable to enhance class > com.intaglio.webclient.site.CFolderList because it > implements a non-abstract write method for property > 'pageParameters'. > > > > --- john mcteague <[EMAIL PROTECTED]> wrote: > > > I had a similar problem recently. The solution was > > to change the > > direction of the parameters from 'in' to 'auto'. > > > > On 7/18/05, Edward Scanzano <[EMAIL PROTECTED]> > > wrote: > > > Hi all, > > > > > > I have a situtation where my application runs > > normally > > > as I click through it. Parameters are being passed > > to > > > components correctly, etc. However, if I let the > > > application sit idle for a short time (maybe 10 > > > minutes, not sure of the exact time) then when I > > click > > > on those same links I get exceptions that are > > caused > > > by component parameters being null. The session > > has > > > not timed out yet. > > > > > > What is causing this? > > > > > > Thanks > > > E > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: > > [EMAIL PROTECTED] > > > For additional commands, e-mail: > > [EMAIL PROTECTED] > > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: > > [EMAIL PROTECTED] > > For additional commands, e-mail: > > [EMAIL PROTECTED] > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
