[ 
https://issues.apache.org/jira/browse/WICKET-811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12517629
 ] 

Gerolf Seitz commented on WICKET-811:
-------------------------------------

got it, and i think we have a little problem here:
yahoo-min.js can only be loaded from the same webserver, if YAHOO_config is 
properly initialized BEFORE yuiloader-beta.js is loaded.
i used the following code for initilization:

YAHOO_config = {
        load: {
                base: 'resources/org.apache.wicket.extensions.yui.YuiLib/'
        }
}

since this code has to be loaded before yuiloader-beta.js, this would need to 
go in a separate file (i named it wicket-loader.js), which would be another 
dependency, right?

well, i'll let you take over from here, if you're ok with that, eelco

> upgrade YUI to 2.3.0 and use yuiloader facilities
> -------------------------------------------------
>
>                 Key: WICKET-811
>                 URL: https://issues.apache.org/jira/browse/WICKET-811
>             Project: Wicket
>          Issue Type: Task
>          Components: wicket-datetime
>    Affects Versions: 1.3.0-beta2
>            Reporter: Gerolf Seitz
>             Fix For: 1.3.0-beta3
>
>         Attachments: sprite.png, yui2.3.0-upgrade.patch
>
>
> beside the replacement of the actual files, the yuiloader facilities should 
> be used to resolve dependencies

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to