nested ajax requests (AjaxEditableLabel and form)

2007-08-27 Thread fhagen
Hi, I got some problems in my app with a nested ajax request. In my form i'm using a DataTable whick includes AjaxEditableLabel components. The Problem with these combination is that if a label is changed, the rest of the form is conditionally updated. So the label refreshes the whole form:

Re: nested ajax requests (AjaxEditableLabel and form)

2007-08-27 Thread Matej Knopp
What exception? On 8/27/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I got some problems in my app with a nested ajax request. In my form i'm using a DataTable whick includes AjaxEditableLabel components. The Problem with these combination is that if a label is changed, the rest of

Antwort: Re: nested ajax requests (AjaxEditableLabel and form)

2007-08-27 Thread fhagen
of the label isn't changed, everything works fine. Freundliche Grüße / With kind regards Fabian Hagen Matej Knopp [EMAIL PROTECTED] 27.08.2007 10:27 Bitte antworten an users@wicket.apache.org An users@wicket.apache.org Kopie Thema Re: nested ajax requests (AjaxEditableLabel and form

Antwort: Re: Re: nested ajax requests (AjaxEditableLabel and form)

2007-08-27 Thread fhagen
@wicket.apache.org An users@wicket.apache.org Kopie Thema Re: Re: nested ajax requests (AjaxEditableLabel and form) Could you please provide a quick start project that demonstrates this problem? -Matej On 8/27/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Oh, i forgot: 1552733 [http-8080

Re: Re: Re: nested ajax requests (AjaxEditableLabel and form)

2007-08-27 Thread Matej Knopp
: nested ajax requests (AjaxEditableLabel and form) What exception? On 8/27/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I got some problems in my app with a nested ajax request. In my form i'm using a DataTable whick includes AjaxEditableLabel components

Re: Re: Re: Re: nested ajax requests (AjaxEditableLabel and form)

2007-08-27 Thread Matej Knopp
Hagen Matej Knopp [EMAIL PROTECTED] 27.08.2007 11:24 Bitte antworten an users@wicket.apache.org An users@wicket.apache.org Kopie Thema Re: Re: Re: nested ajax requests (AjaxEditableLabel and form) I need a quickstart with as little code as possible but enough to demonstrate