Re: [Wicket-user] Reloading the current page

2007-04-11 Thread Martijn Dashorst
On 4/11/07, Jason Roelofs <[EMAIL PROTECTED]> wrote: > How do you do this? I have a form with a few fields that onSubmit I want to > complete redo the page. I know it's not happening by default because there's > a generated string that doesn't change when it's supposed to. You probably show the st

Re: [Wicket-user] Reloading the current page

2007-04-11 Thread Eelco Hillenius
You can reload the page by e.g. calling setReponsePage(MyPage.class) or setReponsePage(new MyPage(foo, bar)); Eelco On 4/11/07, Jason Roelofs <[EMAIL PROTECTED]> wrote: > How do you do this? I have a form with a few fields that onSubmit I want to > complete redo the page. I know it's not happenin