[
https://issues.apache.org/jira/browse/TAPESTRY-1210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jesse Kuhnert resolved TAPESTRY-1210.
-------------------------------------
Resolution: Fixed
Assignee: Jesse Kuhnert
Should render correctly in all situations now.
> Problem with InlineEditBox on persisted page property
> -----------------------------------------------------
>
> Key: TAPESTRY-1210
> URL: https://issues.apache.org/jira/browse/TAPESTRY-1210
> Project: Tapestry
> Issue Type: Bug
> Components: XHR/dhtml/Ajax
> Affects Versions: 4.1.1
> Reporter: Shing Hing Man
> Assigned To: Jesse Kuhnert
> Fix For: 4.1.2
>
> Attachments: TestInlineEditBox.html, TestInlineEditBox.java,
> TestInlineEditBox.page
>
>
> I am using the component InlineEditBox, in Tapestry
> 4.1.2 snapshot (dated 20 Dec 06),
> to edit a persisted (with session scope) property
> called description on page TestInlineEditBox.
> I have noticed the changes done to the property
> description is
> lost if I leave the page TestInlineEditBox and come
> back to it later.
> As the property description is persisted with scope
> session,
> In debug mode, I discovered that component.destroy (in InlineEditBox.script)
> is false.
> Consequently,
> dojo.event.connectOnce(${box}, "onSave",
> function(newValue, oldValue){
> tapestry.bind("${component.updateUrl}",
> {"${component.clientId}":newValue}, true);
> is not rendered.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]