On Tue, 2007-12-11 at 08:32 -0800, Ryan Lubke wrote:
> 
> 
> Simon Kitching-4 wrote:
> > 
> > 
> > 
> > If a postback occurs, and there is no matching cached view state
> > available, then the postback effectively gets converted into a "get" type
> > request, ie no postback processing occurs and just the render phase runs.
> > There is no alternative here; postback processing cannot occur if the
> > component tree cannot be recreated.
> > 
> > 
> 
> Actually, for 1.2, this should result in a ViewExpiredException.

Hmm..interesting. Thanks for the info.

There haven't been complaints from the userbase about this? While losing
input data after too many back-buttons is bad, I'm not sure that showing
an error page is better. It's a tough choice..

Reply via email to