* Johan Compagner:
> yes
> 
> the biggest problem and i could solve this easy if i had catched it a bit
> earlier
> is that we have (or had i think eelco cleaned that up)
> 
> "org.apache.wicket:"
> 
> all those strings should be replaced with just "wicket:" because those where
> the "wicket:panel" or "wicket:component"

I'm doing some cleanup with a magic command and came across a
strange thing:

./jdk-1.4/wicket-datetime/src/main/java/org/apache/wicket/extensions/yui/calendar/DatePicker.java

buffer.append("YAHOO.namespace(\"wicket\");\nfunction init");

./jdk-1.4/wicket-datetime/src/main/java/org/apache/wicket/extensions/yui/calendar/AbstractCalendar.java

b.append("YAHOO.namespace(\"org.apache.wicket\");\nfunction init");

Which namespace is right?
-- 
     Jean-Baptiste Quenot
aka  John Banana   Qwerty
http://caraldi.com/jbq/

Reply via email to