Re: Re-render after AbstractRestartResponseException() not working in Ajax case

2008-03-25 Thread Matthew Young
Done: https://issues.apache.org/jira/browse/WICKET-1450

Re: Re-render after AbstractRestartResponseException() not working in Ajax case

2008-03-25 Thread Johan Compagner
Attach all this to a jira, on the list it is getting lost On 3/25/08, Matthew Young <[EMAIL PROTECTED]> wrote: > I forgot to include the HomePage.html. Here is all the files of my small > test. Please check it out if possible. If you run it with JS off, all is > fine. With JS on, Ajax respon

Re: Re-render after AbstractRestartResponseException() not working in Ajax case

2008-03-24 Thread Matthew Young
I forgot to include the HomePage.html. Here is all the files of my small test. Please check it out if possible. If you run it with JS off, all is fine. With JS on, Ajax response is wrong. HomePage.html: message will be here FEEDBACK HomePage.java: publ

Re: Re-render after AbstractRestartResponseException() not working in Ajax case

2008-03-24 Thread Matthew Young
>So in getObject that is only called in the renderphase in an ajax >request you throw an restart exception? To be very clear, no exception is thrown on re-render, the restart exception is only thrown in the initial render. I trace the Wicket code and it's re-rendering, but the end result on the

Re: Re-render after AbstractRestartResponseException() not working in Ajax case

2008-03-24 Thread Johan Compagner
So in getObject that is only called in the renderphase in an ajax request you throw an restart exception? We dont really support that and i believe that igor had the same kind of thread a few days back. Make a issue for this if you want. On 3/24/08, Matthew Young <[EMAIL PROTECTED]> wrote: > Her

Re-render after AbstractRestartResponseException() not working in Ajax case

2008-03-24 Thread Matthew Young
Here is my test code: public class HomePage extends WebPage { private static final long serialVersionUID = 1L; private String word; public HomePage(final PageParameters parameters) { add(new FeedbackPanel("feedback") { private static final long serialVersionUID