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

Jesse Kuhnert resolved TAPESTRY-811.
------------------------------------

    Resolution: Fixed

Refactored PaletteFunctions.js to attach functions to core tapestry object 
using tapestry.palette.<functionName> type semantics. Also deprecated and 
provided backwards compatible versions of the old functions in case anyone is 
using them.

> Palette javascript not compatible with ajax requests
> ----------------------------------------------------
>
>                 Key: TAPESTRY-811
>                 URL: http://issues.apache.org/jira/browse/TAPESTRY-811
>             Project: Tapestry
>          Issue Type: Bug
>          Components: Contrib
>         Environment: ajax request/response
>            Reporter: Jesse Kuhnert
>         Assigned To: Jesse Kuhnert
>             Fix For: 4.1.1
>
>
> The scoping of variables used by the Palette scripts prevents their 
> resolution when the scope changes because of ajax interactions. A fix would 
> be to specify a clear scope on a couple of the key variables via the use of 
> document.<variable name> = instead of <variable name> = .

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