Re: replace a Form by another Form with Ajax?

2007-09-20 Thread Eelco Hillenius
On 9/20/07, Potje rode kool <[EMAIL PROTECTED]> wrote: > How do I replace a Form by another From by using Ajax? > I understand I have to call setOutputMarkupId(true), but what is more I have > to do? replace it in your component tree (form.parent.replace or form.replaceWith) and tell Wicket's ajax

replace a Form by another Form with Ajax?

2007-09-20 Thread Potje rode kool
How do I replace a Form by another From by using Ajax? I understand I have to call setOutputMarkupId(true), but what is more I have to do? Is there an example about this? Thanks, Evert