On 29 Oct 2007, at 17:37, Eelco Hillenius wrote:
Is this really just that component that causes the page to serialize? Sounds like a design flaw to me if that is the case... Eelco
Definitely just that component causing the page to be marked stateful. An auto complete field is not _really_ stateful but the way it has been implemented using DefaultAjaxBehaviour which typically change the state of the page.
Also, I was surprised to find that instances of image were stateful if I used the constructor Image(String, String) and I had to override the getStatelessHint.