It could, Artwork uses the
http://www.codesmell.org/blog/2009/08/best-practice-for-building-wicket-components/,
cant remember if mootip does and don't know it the others do. However
it
would probably only give a runtime exception, Can't remember if it has a
utils to evaluate and put in a specific merged resource if the components
have a common ground..

If you just are adding JS and not requesting through Jeremeys wicketstuff
component then youre on your own..

2009/10/8 Stefan Jozsa <stefan_...@yahoo.com>

> Yes, you right, if jquery.js not added then
> no artwork, no jwicket, no jgrowl.
> But, at that time I knew that artwork/jwicket
> included jquery.js, so the JS was available
> even if I removed inclusion from jgrowl.
>
> Anyway, I don't know the way such kind of isue(s)
> can be avoided transparenly
> (that is, NOT like my brutal "workaround").
>
> Stefan
>
> --- On Thu, 10/8/09, vineet semwal <vineetsemwal1...@gmail.com> wrote:
>
> > From: vineet semwal <vineetsemwal1...@gmail.com>
> > Subject: Re: artwork mootip conflict
> > To: users@wicket.apache.org
> > Date: Thursday, October 8, 2009, 5:20 PM
> > Stefan,
> > thank you,
> > your fix works but if the required js files are not added
> > the plugin will not work as good
> > as it should  :(
> >
> > Nino,
> > thank you for creating the wiki ;)
> >
> > i am attaching the example project for the issue which
> > shows a page where stefan's fix is used
> > and other page where it's not used .
> >
> > --
> > regards,
> > Vineet Semwal
> >
> > On Thu, Oct 8, 2009 at 1:59 PM,
> > nino martinez wael <nino.martinez.w...@gmail.com>
> > wrote:
> >
> > I've created a wiki here
> >
> > http://wicketstuff.org/confluence/display/STUFFWIKI/WicketStuff+Artwork
> > so
> >
> > we can accumulate information like this.
> >
> >
> >
> > 2009/10/8 Stefan Jozsa <stefan_...@yahoo.com>
> >
> >
> >
> > > Had similar issue when used artwork and jgrowl in the
> > same time.
> >
> > > Workaround: I removed Javascript (reference) inclusion
> > in
> >
> > > JGrowlFeedbackPanel, that is:
> >
> > >
> >
> > > @Override
> >
> > > public void renderHead(final IHeaderResponse response)
> > {
> >
> > > /*
> >
> > > response.renderJavascriptReference(new
> >
> > >
> > JavascriptResourceReference(JGrowlFeedbackPanel.class,
> >
> > > "jquery-1.3.2.js"));
> >
> > > */
> >
> > > // ...
> >
> > > }
> >
> > >
> >
> > > Stefan
> >
> > >
> >
> > > --- On Thu, 10/8/09, nino martinez wael <nino.martinez.w...@gmail.com>
> >
> > > wrote:
> >
> > >
> >
> > > > From: nino martinez wael <nino.martinez.w...@gmail.com>
> >
> > > > Subject: Re: artwork mootip conflict
> >
> > > > To: users@wicket.apache.org
> >
> > > > Date: Thursday, October 8, 2009, 9:53 AM
> >
> > > > Hi Vinnet
> >
> > > >
> >
> > > > Interesting, could you provide a quickstart
> > project that
> >
> > > > shows this
> >
> > > > behaviour.. It's a lot easier for me to
> > help.. Otherwise I
> >
> > > > might not have
> >
> > > > the time to do so.
> >
> > > >
> >
> > > > regards Nino
> >
> > > >
> >
> > > > 2009/10/7 vineet semwal <vineetsemwal1...@gmail.com>
> >
> > > >
> >
> > > > > I can't say what exactly is causing
> > problem but when i
> >
> > > > am using liquid
> >
> > > > > canvas with mootip(minis) in a page,
> >
> > > > > the liquid canvas fails to render ..
> >
> > > > >
> >
> > > > >
> >
> > > > > --
> >
> > > > > regards,
> >
> > > > > Vineet Semwal
> >
> > > > >
> >
> > > >
> >
> > >
> >
> > >
> >
> > >
> >
> > >
> >
> > >
> > ---------------------------------------------------------------------
> >
> > > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> >
> > > For additional commands, e-mail: users-h...@wicket.apache.org
> >
> > >
> >
> > >
> >
> >
> >
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> > For additional commands, e-mail: users-h...@wicket.apache.org
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

Reply via email to