Re: Form values are not submitted if form-component is initially not visible

2010-09-17 Thread Joachim Rohde
Am 17.09.2010 21:16, schrieb Jeremy Thomerson: Thanks for the answer. But if I'm adding my form to the target the visibility of the components does not change anymore. Anything else I'm overseeing? It should. Did you look in the wicket ajax log window? Did you add form.setOutputMarkupId

Re: Form values are not submitted if form-component is initially not visible

2010-09-17 Thread Jeremy Thomerson
> > Thanks for the answer. But if I'm adding my form to the target the > visibility of the components does not change anymore. Anything else I'm > overseeing? It should. Did you look in the wicket ajax log window? Did you add form.setOutputMarkupId(true) ? -- Jeremy Thomerson http://www.wicket

Re: Form values are not submitted if form-component is initially not visible

2010-09-17 Thread Joachim Rohde
Am 17.09.2010 07:21, schrieb Jeremy Thomerson: On Thu, Sep 16, 2010 at 5:17 PM, Joachim Rohde wrote: I have a listview which is displaying in each row some data within a form, among other things a date (as a label which is initially shown) and a Panel containing a (wiquery-)datepic

Re: Form values are not submitted if form-component is initially not visible

2010-09-16 Thread Jeremy Thomerson
On Thu, Sep 16, 2010 at 5:17 PM, Joachim Rohde wrote: > I have a listview which is displaying in each row some data within a form, > among other things a date (as a label which is initially shown) > and a Panel containing a (wiquery-)datepicker (which is initially hiding). > Each row also has an

Form values are not submitted if form-component is initially not visible

2010-09-16 Thread Joachim Rohde
I have a listview which is displaying in each row some data within a form, among other things a date (as a label which is initially shown) and a Panel containing a (wiquery-)datepicker (which is initially hiding). Each row also has an edit-link (AjaxLink) and a save-link (SubmitLink). After click