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
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