Show/hide WebMarkupContainer

2008-09-03 Thread Chris Stein
I am having trouble understanding how to achieve the following: Similar to Xing or Google Mail, I want to show a form with AJAX when the user clicks a link on the same page. I first thought that I can achieve this with the AjaxLazyLoadPanel. By now I got the gist that I need to play with an

Re: Show/hide WebMarkupContainer

2008-09-03 Thread Francis De Brabandere
Add the form and set it invisible, after the user clicks the ajax link set the form visible and add it to the response target.addComponent(form); make sure the form has a placeholder form.setOutputMarkupPlaceholderTag(true); On Wed, Sep 3, 2008 at 4:27 PM, Chris Stein [EMAIL PROTECTED] wrote: I

Re: Show/hide WebMarkupContainer

2008-09-03 Thread cstein1206
I got it now! Thanks a ton, guys!!! -- View this message in context: http://www.nabble.com/Show-hide-WebMarkupContainer-tp19290460p19298794.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe