[ http://issues.apache.org/jira/browse/TAPESTRY-1210?page=all ]

Shing Hing Man updated TAPESTRY-1210:
-------------------------------------

    Attachment: TestInlineEditBox.html
                TestInlineEditBox.page
                TestInlineEditBox.java

Source files of the example used.

> Problem with InlineEditBox on persisted page property
> -----------------------------------------------------
>
>                 Key: TAPESTRY-1210
>                 URL: http://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
>         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.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to