-Igor
On 3/30/06,
Stefan Lindner <[EMAIL PROTECTED]> wrote:
Dear Eelco,
you wrote
>A different approach is to use ajax enabled fields so that everytime
>you leave an input field your changes are immediately applied to the
>models. That way it doesn't matter at all which link you click
>anywhere.
I try the 1.2beta2examples "ajax/Form Example: shows ajax form processing"
this leads to the folowing error message (JBoss4.0.4RC2, Java 5_6)
wicket.WicketRuntimeException : Internal error cloning object. Make sure all dependent objects implement Serializable. Class: wicket.examples.ajax.builtin.FormPage
wicket.protocol.http.HttpSessionStore.setAttribute(HttpSessionStore.java:132)
wicket.Session.setAttribute (Session.java:794)
wicket.Session.update(Session.java:845)
wicket.protocol.http.WebSession.update(WebSession.java:116)
wicket.RequestCycle.cleanUp(RequestCycle.java:794)
wicket.RequestCycle.steps(RequestCycle.java :1028)
wicket.RequestCycle.request(RequestCycle.java:452)
wicket.protocol.http.WicketServlet.doGet(WicketServlet.java:210)
javax.servlet.http.HttpServlet.service(HttpServlet.java:697)
javax.servlet.http.HttpServlet.service (HttpServlet.java:810)
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
