Re: [Wicket-user] Issue of BufferedWebResponse Not Serializable

2006-11-22 Thread Johan Compagner
ignore the stack see this: if (Application.get ().getDebugSettings().getSerializeSessionAttributes()) but having that disabled in development is not recommended because you do then encounters bugs like you do now. johan On 11/22/06, Carfield Yim <[EMAIL PROTECTED]> wrote: On 11/22/06,

Re: [Wicket-user] Issue of BufferedWebResponse Not Serializable

2006-11-21 Thread Carfield Yim
Thanks for the source, especially that introducing a nice way to put dynamic generated image to HTML On 11/22/06, Eelco Hillenius <[EMAIL PROTECTED]> wrote: > On 11/21/06, Carfield Yim <[EMAIL PROTECTED]> wrote: > > When I try to use jcaptcha with wicket, I get the following problem, > > look like

Re: [Wicket-user] Issue of BufferedWebResponse Not Serializable

2006-11-21 Thread Carfield Yim
On 11/22/06, Johan Compagner <[EMAIL PROTECTED]> wrote: > thats a bug somewhere in the code > Response object shouldn't be kept in the session. > Can you figure out where it is being hold on to? > I don't know why jcaptcha need to put something in the session even. And the strange thing is even I