Re: [Wicket-user] replace a component by clicking on an Ajax link.

2006-05-03 Thread Martijn Dashorst
Put your form into a panel. This works, but I haven't looked at versioning (yet).public class Index extends QuickStartPage { private Panel panel; /** * Constructor that is invoked when page is invoked without a session. * * @param parameters Page parameters */ public Index(final PageParameters

Re: [Wicket-user] replace a component by clicking on an Ajax link.

2006-05-03 Thread Igor Vaynberg
versioning doesnt come into play because ajax requests are ignored by the back button.-IgorOn 5/3/06, Martijn Dashorst [EMAIL PROTECTED] wrote:Put your form into a panel. This works, but I haven't looked at versioning (yet). public class Index extends QuickStartPage { private Panel panel; /** *

Re: [Wicket-user] replace a component by clicking on an Ajax link.

2006-05-03 Thread Potje rode kool
Its working :D.Thanks!2006/5/3, Martijn Dashorst [EMAIL PROTECTED]: Put your form into a panel. This works, but I haven't looked at versioning (yet).public class Index extends QuickStartPage { private Panel panel; /** * Constructor that is invoked when page is invoked without a session. * *

Re: [Wicket-user] replace a component by clicking on an Ajax link.

2006-05-03 Thread Igor Vaynberg
do it the same way as with a regular link and add the new panel to the ajax target.-IgorOn 5/3/06, Potje rode kool [EMAIL PROTECTED] wrote:Hi,I have a page with some links on the left side of the page, on the right side of the page I want to display a form. Depend on which link is clicked I want