Re: wicket contrib yui

2007-08-29 Thread James McLaughlin
> > IMHO hardwiring is somehow an antipattern for me - maybe we could have a > "setYuiPath" in it that defaults to the delivered YUI but leaves the > possibility to have other YUI versions as well? > Well, its not really hardwired, its just a default fallback used by the static factory methods.

Re: wicket contrib yui

2007-08-29 Thread Korbinian Bachl
Hi Jim, > Yes, my understanding is that 2.3.0 will return most of > YuiHeaderContributor back to the compost pile. Do you think you will > be able to do this? Let me know if you have questions. I'll have a look on this, but this will not be before the weekend however. > Not sure. A few people h

Re: wicket contrib yui

2007-08-28 Thread James McLaughlin
On 8/28/07, Korbinian Bachl <[EMAIL PROTECTED]> wrote: > Hi James, > > i checked out of svn today and changed yui to 2.3.0 - at first, all > seemed ok, but when looking closer its a bit irritating. No doubt. Exactly why I have procrastinated on this for the past month. > > In 2.2 you seem to have

Re: wicket contrib yui

2007-08-28 Thread James McLaughlin
> Also note that we did something similar in wicket-datetime. Maybe, in > some future, it would be great to have all the YUI components > together. For now, we could look whether the projects can at least be > used together without having them bite. A thread of two weeks ago > discussed this. The c

Re: wicket contrib yui

2007-08-28 Thread Korbinian Bachl
Hi James, i checked out of svn today and changed yui to 2.3.0 - at first, all seemed ok, but when looking closer its a bit irritating. In 2.2 you seem to have to attach much JS files to the header, while in 2.3.0 1 (the loader) is enough (as far as I understood it). This means, the big YuiH

Re: wicket contrib yui

2007-08-28 Thread Eelco Hillenius
On 8/27/07, James McLaughlin <[EMAIL PROTECTED]> wrote: > Yes there is. I haven't had much time to see what the impact of the > change would be, but I set up YuiHeaderContributor to be able to > select versions. If you have the time and inclination, you can setup > the 2.3.0 library under org/wicke

Re: wicket contrib yui

2007-08-27 Thread James McLaughlin
Yes there is. I haven't had much time to see what the impact of the change would be, but I set up YuiHeaderContributor to be able to select versions. If you have the time and inclination, you can setup the 2.3.0 library under org/wicketstuff/yui/inc, and include the library with something like this