Re: Extra input field after ajax returning MultiZoneUpdate

2010-04-28 Thread Howard Lewis Ship
I was just asking about that myself; Andreas seems to be taking the lead on it. Basically, Hudson looks to have "hiccupped" and is not building even the the face of new changes in the SVN repo. On Wed, Apr 28, 2010 at 2:45 PM, Adam Derkey wrote: > Thanks for the fix on this. Do you know when a ne

Re: Extra input field after ajax returning MultiZoneUpdate

2010-04-28 Thread Adam Derkey
Thanks for the fix on this. Do you know when a new build will be added to the snapshot repository so I can pin to it? The last build I am seeing in the repository is from 4/22. On Mon, Apr 19, 2010 at 12:41 PM, Howard Lewis Ship wrote: > Please create the issue in Jira. > > On Mon, Apr 19, 2010 a

Re: Extra input field after ajax returning MultiZoneUpdate

2010-04-19 Thread Howard Lewis Ship
Please create the issue in Jira. On Mon, Apr 19, 2010 at 9:29 AM, Adam Derkey wrote: > Should I create a JIRA ticket for this or is there already one created that > I can use to track the progress? > > On Fri, Apr 16, 2010 at 11:06 PM, Howard Lewis Ship wrote: > >> I've been tracking this problem

Re: Extra input field after ajax returning MultiZoneUpdate

2010-04-19 Thread Adam Derkey
Should I create a JIRA ticket for this or is there already one created that I can use to track the progress? On Fri, Apr 16, 2010 at 11:06 PM, Howard Lewis Ship wrote: > I've been tracking this problem; there's a timing issue when Tapestry > adds a hidden field to store the t:formdata; the DOM is

Re: Extra input field after ajax returning MultiZoneUpdate

2010-04-16 Thread Howard Lewis Ship
I've been tracking this problem; there's a timing issue when Tapestry adds a hidden field to store the t:formdata; the DOM is being streamed to characters after the field is added to the DOM, but before it is fully configured. It's deeply tricky stuff. On Fri, Apr 16, 2010 at 11:28 AM, Adam Derk

Re: Extra input field after ajax returning MultiZoneUpdate

2010-04-16 Thread Adam Derkey
Was this the right list to send this to? Should I send to the dev list or open a jira ticket? On Wed, Apr 14, 2010 at 3:58 PM, Adam Derkey wrote: > Using Tapestry 5.2.0-SNAPSHOT > > I'm updating multiple zones after a select on Change event. The JSON > response is including an extra input field