Author: gseitz
Date: Tue Oct 30 16:11:04 2007
New Revision: 590505
URL: http://svn.apache.org/viewvc?rev=590505&view=rev
Log:
WICKET-901: removed getConfigureYUIBasePath()
Modified:
wicket/trunk/jdk-1.4/wicket-datetime/src/main/java/org/apache/wicket/extensions/yui/calendar/DatePicker.java
Modified:
wicket/trunk/jdk-1.4/wicket-datetime/src/main/java/org/apache/wicket/extensions/yui/calendar/DatePicker.java
URL:
http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket-datetime/src/main/java/org/apache/wicket/extensions/yui/calendar/DatePicker.java?rev=590505&r1=590504&r2=590505&view=diff
==============================================================================
---
wicket/trunk/jdk-1.4/wicket-datetime/src/main/java/org/apache/wicket/extensions/yui/calendar/DatePicker.java
(original)
+++
wicket/trunk/jdk-1.4/wicket-datetime/src/main/java/org/apache/wicket/extensions/yui/calendar/DatePicker.java
Tue Oct 30 16:11:04 2007
@@ -52,7 +52,6 @@
import org.apache.wicket.util.template.TextTemplate;
import org.joda.time.DateTime;
-
/**
* Pops up a YUI calendar component so that the user can select a date. On
selection, the date is
* set in the component it is coupled to, after which the popup is closed
again. This behavior can
@@ -407,16 +406,6 @@
protected final String getComponentMarkupId()
{
return component.getMarkupId();
- }
-
-
- /**
- * @return if true, the base path for all YUI components will be set to
- * /resources/org.apache.wicket.extensions.yui.YuiLib/. True by
default.
- */
- protected boolean getConfigureYUIBasePath()
- {
- return true;
}
/**