Re: Problem with InlineEditBox on persisted page property

2006-12-21 Thread Jesse Kuhnert
Not sure, but with the amount of emails flying around you'll have a much better chance of this getting looked at if a jira issue is filed. On 12/21/06, Shing Hing Man <[EMAIL PROTECTED]> wrote: In (Tap 4.1.2) InlineEditBox.script : dojo.event.connectOnce(${box}, "onSave", function(newValu

Re: Problem with InlineEditBox on persisted page property

2006-12-21 Thread Shing Hing Man
In (Tap 4.1.2) InlineEditBox.script : dojo.event.connectOnce(${box}, "onSave", function(newValue, oldValue){ tapestry.bind("${component.updateUrl}", {"${component.clientId}":newValue}, true); }); where component.destroy is from AbstractWidget.isDestroy. When I run my TestI