Re: what is the preferred way to include a javascript library to a wicket project?

2008-04-27 Thread Igor Vaynberg
On Sun, Apr 27, 2008 at 8:06 AM, Vitaly Tsaplin <[EMAIL PROTECTED]> wrote: > -- create a jira issue for the datepicker please > >For the datepicker only? Shouldn't it be done on the component > level and be a part of solid wicket API...? >In fact I do not use the datapicker at all wha

Re: what is the preferred way to include a javascript library to a wicket project?

2008-04-27 Thread Uwe Schäfer
Vitaly Tsaplin schrieb: hi Vitaly Why it should be so complicated... Isn't it better and simpler to be able to just add dependencies by hands overriding the defaults. what is the aspect, that sounds complicated to you? implementation is near to trivial and about ease of use: in most cases

Re: what is the preferred way to include a javascript library to a wicket project?

2008-04-27 Thread Vitaly Tsaplin
-- create a jira issue for the datepicker please For the datepicker only? Shouldn't it be done on the component level and be a part of solid wicket API...? In fact I do not use the datapicker at all what I said was related to the problem that I faced writing my own components. Hi Uw

Re: what is the preferred way to include a javascript library to a wicket project?

2008-04-27 Thread Uwe Schäfer
Vitaly Tsaplin schrieb: -- personally i like to be able to simply include the datepicker and not -- have to worry or research what javascript library it uses. i´ve talked this over with some guys personally, and maybe this was discussed before, but consider this: what if compon

Re: what is the preferred way to include a javascript library to a wicket project?

2008-04-26 Thread Igor Vaynberg
; > > libraries the component uses and let the user add > this libraries to > > > > > > > > > > the web content folder manually on his/her > preferred location? > > > > > > > > > > > &g

Re: what is the preferred way to include a javascript library to a wicket project?

2008-04-26 Thread Vitaly Tsaplin
> > > > > > > > > > > > > > > > > > > > > > > I like that you package your component to run off the > fly, and then you can > > > > > > > > overide so that you yourself can pu

Re: what is the preferred way to include a javascript library to a wicket project?

2008-04-26 Thread Igor Vaynberg
; > > flexibility. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > On Fri, Apr 25, 2008 at 4:51 PM, Nino Saturnino Martinez > Vazquez Wael > > > >

Re: what is the preferred way to include a javascript library to a wicket project?

2008-04-26 Thread Nino Saturnino Martinez Vazquez Wael
e. So what is the preferred way to include a javascript library to a wicket project? Vitaly - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- -Wicket for love N

Re: what is the preferred way to include a javascript library to a wicket project?

2008-04-26 Thread Vitaly Tsaplin
t; > > > > > > > > > > > > > > > > > > > If you just need the javascript library, I also use header > contribution. > > > > > > > > > > > >

Re: what is the preferred way to include a javascript library to a wicket project?

2008-04-26 Thread Igor Vaynberg
gt; > > > > > > > > > > > > > You can also take a look at wicket input events or > datepicker etc... > > > > > > > > > > > > > > If you have your js files locally(in your project) you can >

Re: what is the preferred way to include a javascript library to a wicket project?

2008-04-26 Thread Vitaly Tsaplin
> > > > > > > > > > > > http://wicketstuff.org/confluence/display/STUFFWIKI/wicket-stuff-contrib-input-events > > > > > > > > > > > > Vitaly Tsaplin wrote: > > > > > > > > >

Re: what is the preferred way to include a javascript library to a wicket project?

2008-04-26 Thread Igor Vaynberg
luence/display/STUFFWIKI/wicket-stuff-contrib-input-events > > > > > > > > > > Vitaly Tsaplin wrote: > > > > > > > > > > > > > > > > > > > > > > > > > > > Hi everyo

Re: what is the preferred way to include a javascript library to a wicket project?

2008-04-26 Thread Maurice Marrink
> > > Vitaly Tsaplin wrote: > > > > > > > > > > > > > > > > > > > > > > > > > > > Hi everyone, > > > > > > > > > > > > There are many usecases when it could b

Re: what is the preferred way to include a javascript library to a wicket project?

2008-04-26 Thread Vitaly Tsaplin
There are many usecases when it could be necessary to write some > > > > > javascript by hands directly in the html file. So I need to reference > > > > > the library I use in a head section of my html file. But having a > > > > > reusable component writte

Re: what is the preferred way to include a javascript library to a wicket project?

2008-04-26 Thread Maurice Marrink
> There are many usecases when it could be necessary to write some > > > > javascript by hands directly in the html file. So I need to reference > > > > the library I use in a head section of my html file. But having a > > > &g

Re: what is the preferred way to include a javascript library to a wicket project?

2008-04-25 Thread Nino Saturnino Martinez Vazquez Wael
java which is depending on the same javascript library I use a header contribution to inject a reference to the library that I have somewhere in a java package. So what is the preferred way to include a javascript library to a wicket project

Re: what is the preferred way to include a javascript library to a wicket project?

2008-04-25 Thread Vitaly Tsaplin
ryone, > > > > > > > > There are many usecases when it could be necessary to write some > > > > javascript by hands directly in the html file. So I need to reference > > > > the l

Re: what is the preferred way to include a javascript library to a wicket project?

2008-04-25 Thread Vitaly Tsaplin
y hands directly in the html file. So I need to reference > > the library I use in a head section of my html file. But having a > > reusable component written in java which is depending on the same > > javascript library I use a header contribution to inject a reference > > to the

Re: what is the preferred way to include a javascript library to a wicket project?

2008-04-25 Thread Nino Saturnino Martinez Vazquez Wael
e same javascript library I use a header contribution to inject a reference to the library that I have somewhere in a java package. So what is the preferred way to include a javascript library to a wicket project? Vitaly --

Re: what is the preferred way to include a javascript library to a wicket project?

2008-04-25 Thread Vitaly Tsaplin
file. So I need to reference > > the library I use in a head section of my html file. But having a > > reusable component written in java which is depending on the same > > javascript library I use a header contribution to inject a reference > > to the library that I have somew

Re: what is the preferred way to include a javascript library to a wicket project?

2008-04-25 Thread Nino Saturnino Martinez Vazquez Wael
component written in java which is depending on the same javascript library I use a header contribution to inject a reference to the library that I have somewhere in a java package. So what is the preferred way to include a javascript library to a wicket project? Vitaly

what is the preferred way to include a javascript library to a wicket project?

2008-04-25 Thread Vitaly Tsaplin
library I use a header contribution to inject a reference to the library that I have somewhere in a java package. So what is the preferred way to include a javascript library to a wicket project? Vitaly - To unsubscribe, e-mail