Re: artwork mootip conflict

2009-10-09 Thread nino martinez wael
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




Re: artwork mootip conflict

2009-10-09 Thread nino martinez wael
2009/10/8 vineet semwal vineetsemwal1...@gmail.com

 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 .

 No problem, please add the file yourself, you should be able todo so
afaik.. :)

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



Re: artwork mootip conflict

2009-10-08 Thread nino martinez wael
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



Re: artwork mootip conflict

2009-10-08 Thread Stefan Jozsa
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



Re: artwork mootip conflict

2009-10-08 Thread nino martinez wael
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




Re: artwork mootip conflict

2009-10-08 Thread vineet semwal
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
 
 



quickie.jar
Description: application/java-archive

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Re: artwork mootip conflict

2009-10-08 Thread Stefan Jozsa
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



Re: artwork mootip conflict

2009-10-08 Thread vineet semwal
In the case of mootip ,mootools.v1.11.js  is causing conflict ..
 but your fix works ;)

-- 
regards,
Vineet Semwal

On Thu, Oct 8, 2009 at 8:13 PM, Stefan Jozsa stefan_...@yahoo.com wrote:

 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




artwork mootip conflict

2009-10-07 Thread vineet semwal
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