You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Shing Hing Man (JIRA)" <ta...@jakarta.apache.org> on 2006/12/21 21:38:21 UTC

[jira] Updated: (TAPESTRY-1210) Problem with InlineEditBox on persisted page property

     [ 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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org