Re: Tapestry 4.1.2 DirectLink updateComponents within a Dialog

2007-03-06 Thread Andreas Andreou
out tomorrow and see if I can find out what's going on when trying to update components within the dialog. > > > > Thanks, > > > > Danny > > > > > > -Original Message- > > From: Jesse Kuhnert [mailto:[EMAIL PROTECTED] > > Sent: Mon 3/5/200

Re: Tapestry 4.1.2 DirectLink updateComponents within a Dialog

2007-03-06 Thread Renat Zubairov
x27;ll check it out tomorrow and see if I can find out what's going on when trying to update components within the dialog. > > Thanks, > > Danny > > > -Original Message- > From: Jesse Kuhnert [mailto:[EMAIL PROTECTED] > Sent: Mon 3/5/2007 9:05 PM > T

Re: Tapestry 4.1.2 DirectLink updateComponents within a Dialog

2007-03-05 Thread Jesse Kuhnert
: Re: Tapestry 4.1.2 DirectLink updateComponents within a Dialog That's odd. I have some pretty complicated components being updated inside of a dialog, though admittedly I normally just specify the dialog as being the thing to update. I can take a look tomorrow to see if there's an

RE: Tapestry 4.1.2 DirectLink updateComponents within a Dialog

2007-03-05 Thread Leffel, Daniel
riginal Message- From: Jesse Kuhnert [mailto:[EMAIL PROTECTED] Sent: Mon 3/5/2007 9:05 PM To: Tapestry users Subject: Re: Tapestry 4.1.2 DirectLink updateComponents within a Dialog That's odd. I have some pretty complicated components being updated inside of a dialog, though admitt

Re: Tapestry 4.1.2 DirectLink updateComponents within a Dialog

2007-03-05 Thread Jesse Kuhnert
That's odd. I have some pretty complicated components being updated inside of a dialog, though admittedly I normally just specify the dialog as being the thing to update. I can take a look tomorrow to see if there's anything obvious I've missed...Did you have something more specific as an example

Tapestry 4.1.2 DirectLink updateComponents within a Dialog

2007-03-05 Thread Leffel, Daniel
Am I doing something wrong? I can't get any components nested within a dialog to update using DirectLink. If I move the very same components outside of the dialog, everything updates correctly using async or json. It doesn't matter whether the dialog is hidden or not. Inside the dialog, nothing