[Seaside] Re: Problems with expire in Seaside

Avi Bryant avi at beta4.com
Thu Sep 2 00:30:03 CEST 2004


On Sep 2, 2004, at 12:22 AM, Andreas Nilsson wrote:

> Is there any way to override the expire-screen / behaviour in the 
> current framework?
> That's the only advantage i can see with the Forwarder solution.

Sure, just subclass WAApplication and override #handleExpiredRequest:.  
Changing the application class used is somewhat inconvenient, and has 
to be done programmatically rather than through the config app - trace 
through #registerAsApplication: to see how.  But shouldn't be a huge 
deal.

Avi



More information about the Seaside mailing list