RE: lang.merge is not a function error

2008-01-14 Thread Karen Schaper
 is the YUI menu from the wicketstuff project? 

No just from YUI

if so, what YUI version does

version 2.2.0

Thanks that must be my problem.



 it use?
 
 i suspect this only happens if the YUI menu js files (yahoo, dom, event,
 menu, ...) are
 loaded before the datepickers yuiloader-beta-min.js.
 yuiloader checks if YAHOO.lang is already available (which it would be if
 the YUI menu
 is loaded first) and reuses it instead of creating a new YAHOO object.
 
 if there is no such method YAHOO.lang.merge prior to 2.4.1 (which 
 is used by
 wicket-datetime),
 then the issue you are experiencing is almost definitely caused 
 by a version
 conflict.
 
   Gerolf
 
 On Jan 14, 2008 2:16 AM, Karen Schaper [EMAIL PROTECTED]
 wrote:
 
  Hello Again,
 
  I am experience a strange issue when using the new date picker in
  conjunction with the YUI menu.  I can use them each alone but when then
  are
  together I get this error in firebug.
 
  The error is lang.merge is not a function which is located in the
  yuiloader-beta-min.js.  This js is located in the wicket-datetime.
 
  I googled lang.merge and is it possible that it should be 
  YAHOO.lang.merge.
 
  Thanks for any help.
 
  I think this is my last problem due to upgrade to wicket 1.3.
 
  Karen.
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: lang.merge is not a function error

2008-01-14 Thread Thomas R. Corbin
On Monday 14 January 2008, Karen Schaper escreveu:
  is the YUI menu from the wicketstuff project?

   No just from YUI

 if so, what YUI version does

   version 2.2.0

 Thanks that must be my problem.

sounds good to me.

have you upgraded wicket?


  it use?
 
  i suspect this only happens if the YUI menu js files (yahoo, dom, event,
  menu, ...) are
  loaded before the datepickers yuiloader-beta-min.js.
  yuiloader checks if YAHOO.lang is already available (which it would be if
  the YUI menu
  is loaded first) and reuses it instead of creating a new YAHOO object.
 
  if there is no such method YAHOO.lang.merge prior to 2.4.1 (which
  is used by
  wicket-datetime),
  then the issue you are experiencing is almost definitely caused
  by a version
  conflict.
 
Gerolf
 
  On Jan 14, 2008 2:16 AM, Karen Schaper [EMAIL PROTECTED]
 
  wrote:
   Hello Again,
  
   I am experience a strange issue when using the new date picker in
   conjunction with the YUI menu.  I can use them each alone but when then
   are
   together I get this error in firebug.
  
   The error is lang.merge is not a function which is located in the
   yuiloader-beta-min.js.  This js is located in the wicket-datetime.
  
   I googled lang.merge and is it possible that it should be 
   YAHOO.lang.merge.
  
   Thanks for any help.
  
   I think this is my last problem due to upgrade to wicket 1.3.
  
   Karen.
  
  
   -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: lang.merge is not a function error

2008-01-13 Thread Gerolf Seitz
is the YUI menu from the wicketstuff project? if so, what YUI version does
it use?

i suspect this only happens if the YUI menu js files (yahoo, dom, event,
menu, ...) are
loaded before the datepickers yuiloader-beta-min.js.
yuiloader checks if YAHOO.lang is already available (which it would be if
the YUI menu
is loaded first) and reuses it instead of creating a new YAHOO object.

if there is no such method YAHOO.lang.merge prior to 2.4.1 (which is used by
wicket-datetime),
then the issue you are experiencing is almost definitely caused by a version
conflict.

  Gerolf

On Jan 14, 2008 2:16 AM, Karen Schaper [EMAIL PROTECTED]
wrote:

 Hello Again,

 I am experience a strange issue when using the new date picker in
 conjunction with the YUI menu.  I can use them each alone but when then
 are
 together I get this error in firebug.

 The error is lang.merge is not a function which is located in the
 yuiloader-beta-min.js.  This js is located in the wicket-datetime.

 I googled lang.merge and is it possible that it should be 
 YAHOO.lang.merge.

 Thanks for any help.

 I think this is my last problem due to upgrade to wicket 1.3.

 Karen.


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]