You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wicket.apache.org by Frank Bille <fr...@gmail.com> on 2006/12/14 15:09:50 UTC

Re: [Wicket-autocvs] SF.net SVN: wicket-stuff: [1346] trunk/wicket-contrib-dojo/src/main/java/ wicket/contrib

There is some unit test in wicket2 trunk and wicket1.3 branch to test if you
have the license header in all your files :)

Take a look at this for an example if you want:

http://svn.apache.org/viewvc/incubator/wicket/trunk/wicket/src/test/java/wicket/util/license/ApacheLicenseHeaderTest.java?view=co

Frank


On 12/14/06, vdemay@users.sourceforge.net <vd...@users.sourceforge.net>
wrote:
>
> Revision: 1346
>           http://svn.sourceforge.net/wicket-stuff/?rev=1346&view=rev
> Author:   vdemay
> Date:     2006-12-14 06:03:30 -0800 (Thu, 14 Dec 2006)
>
> Log Message:
> -----------
> Licence headers
>
> Modified Paths:
> --------------
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/AbstractDefaultDojoBehavior.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/AbstractDojoTimerBehavior.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/AbstractRequireDojoBehavior.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/DojoEventBehavior.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/DojoEventBehaviorWithLoading.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/DojoIdConstants.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/DojoPosition.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/DojoSelfUpdatingTimerBehavior.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojodnd/DojoDragContainer.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojodnd/DojoDragContainerHandler.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojodnd/DojoDropContainer.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojodnd/DojoDropContainerHandler.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojofx/DojoFXHandler.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojofx/FXOnClickExploder.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojofx/FXOnClickFader.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojofx/FXOnClickHighlighter.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojofx/FXOnClickSlider.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojofx/FXOnClickWiper.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojofx/FXOnMouseOverFader.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojofx/FXOnMouseOverHighlighter.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/html/list/DojoOrderableListRemover.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/html/list/DojoOrderableListView.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/html/list/DojoOrderableListViewContainer.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/html/list/lazy/DojoLazyLoadingListContainer.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/html/list/lazy/DojoLazyLoadingListContainerHandler.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/html/list/lazy/DojoLazyLoadingRefreshingView.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/html/list/table/DojoSelectableListContainer.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/html/list/table/DojoSelectableListContainerHandler.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/calendar/DojoWeekOrganizer.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/calendar/DojoWeekOrganizerHandler.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/calendar/model/TimeRange.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/calendar/model/TimeRangeModelHelper.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/calendar/model/WeekTimeRange.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/container/AbstractDojoContainer.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/container/DojoSimpleContainer.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/container/DojoSimpleContainerHandler.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/container/DojoSplitContainer.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/container/accordion/DojoAccordionContainer.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/container/accordion/DojoAccordionHandler.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/container/page/DojoPageContainer.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/container/tab/DojoTabContainer.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/container/tab/DojoTabHandler.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/dialog/DojoDialog.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/dialog/DojoDialogCloser.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/dialog/DojoDialogHandler.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/dialog/DojoDialogOpener.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/floatingpane/DojoAbstractFloatingPane.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/floatingpane/DojoFloatingPane.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/floatingpane/DojoFloatingPaneHandler.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/floatingpane/DojoModalFloatingPane.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/floatingpane/DojoModalFloatingPaneHandler.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/form/suggestionlist/DojoInlineSuggestionList.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/form/suggestionlist/DojoInlineSuggestionListHandler.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/form/suggestionlist/DojoRemoteSuggestionList.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/form/suggestionlist/DojoRemoteSuggestionListHandler.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/form/suggestionlist/SuggestionList.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/inlineeditbox/DojoInlineEditBox.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/inlineeditbox/DojoInlineEditBoxHandler.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/percentage/DojoPercentSelector.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/percentage/DojoPercentSelectorHandler.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/percentage/model/PercentageRanges.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/toaster/DojoToaster.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/toaster/DojoToasterHandler.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/tooltip/DojoTooltip.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/tooltip/DojoTooltipHandler.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/templates/DojoPackagedTextTemplate.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/toggle/DojoExplodeToggle.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/toggle/DojoFadeToggle.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/toggle/DojoToggle.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/toggle/DojoWipeToggle.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/widgets/HideWebMarkupContainer.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/widgets/StyleAttribute.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/widgets/StylingWebMarkupContainer.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/markup/html/form/DatePicker.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/markup/html/form/DatePickerHandler.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/markup/html/form/ImmediateCheckBox.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/markup/html/form/ImmediateRadioChoice.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/markup/html/form/ImmediateTextField.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/markup/html/form/sliders/DojoIntegerSlider.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/markup/html/form/sliders/DojoIntegerSliderHandler.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/markup/html/form/sliders/DojoSlider.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/markup/html/form/validation/FXFeedbackIndicator.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/markup/html/form/validation/FXFeedbackIndicatorInitializer.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/markup/html/form/validation/FXTooltipFeedbackPanel.java
>
>     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/markup/html/form/validation/FXValidationAjaxHandler.java
>
> Modified:
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/AbstractDefaultDojoBehavior.java
> ===================================================================
> ---
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/AbstractDefaultDojoBehavior.java        2006-12-14
> 13:26:59 UTC (rev 1345)
> +++
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/AbstractDefaultDojoBehavior.java        2006-12-14
> 14:03:30 UTC (rev 1346)
> @@ -1,19 +1,18 @@
> /*
> - * $Id: DojoAjaxHandler.java 594 2006-02-22 05:54:55 -0800 (Wed, 22 Feb
> 2006)
> - * joco01 $ $Revision$ $Date$
> - *
> - *
> ==============================================================================
> - * Licensed under the Apache License, Version 2.0 (the "License"); you
> may not
> - * use this file except in compliance with the License. You may obtain a
> copy of
> - * the License at
> - *
> - * http://www.apache.org/licenses/LICENSE-2.0
> - *
> + * Licensed to the Apache Software Foundation (ASF) under one or more
> + * contributor license agreements.  See the NOTICE file distributed with
> + * this work for additional information regarding copyright ownership.
> + * The ASF licenses this file to You under the Apache License, Version
> 2.0
> + * (the "License"); you may not use this file except in compliance with
> + * the License.  You may obtain a copy of the License at
> + *
> + *      http://www.apache.org/licenses/LICENSE-2.0
> + *
>   * Unless required by applicable law or agreed to in writing, software
> - * distributed under the License is distributed on an "AS IS" BASIS,
> WITHOUT
> - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See
> the
> - * License for the specific language governing permissions and
> limitations under
> - * the License.
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> implied.
> + * See the License for the specific language governing permissions and
> + * limitations under the License.
>   */
> package wicket.contrib.dojo;
>
>
> Modified:
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/AbstractDojoTimerBehavior.java
> ===================================================================
> ---
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/AbstractDojoTimerBehavior.java  2006-12-14
> 13:26:59 UTC (rev 1345)
> +++
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/AbstractDojoTimerBehavior.java  2006-12-14
> 14:03:30 UTC (rev 1346)
> @@ -1,3 +1,19 @@
> +/*
> + * Licensed to the Apache Software Foundation (ASF) under one or more
> + * contributor license agreements.  See the NOTICE file distributed with
> + * this work for additional information regarding copyright ownership.
> + * The ASF licenses this file to You under the Apache License, Version
> 2.0
> + * (the "License"); you may not use this file except in compliance with
> + * the License.  You may obtain a copy of the License at
> + *
> + *      http://www.apache.org/licenses/LICENSE-2.0
> + *
> + * Unless required by applicable law or agreed to in writing, software
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> implied.
> + * See the License for the specific language governing permissions and
> + * limitations under the License.
> + */
> package wicket.contrib.dojo;
>
> import wicket.ajax.AbstractAjaxTimerBehavior;
> @@ -34,7 +50,7 @@
>         public AbstractDojoTimerBehavior(final Duration updateInterval,
> String loadingId)
>         {
>                 super(updateInterval);
> -               loadingId = loadingId;
> +               this.loadingId = loadingId;
>
>         }
>
>
> Modified:
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/AbstractRequireDojoBehavior.java
> ===================================================================
> ---
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/AbstractRequireDojoBehavior.java        2006-12-14
> 13:26:59 UTC (rev 1345)
> +++
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/AbstractRequireDojoBehavior.java        2006-12-14
> 14:03:30 UTC (rev 1346)
> @@ -1,3 +1,19 @@
> +/*
> + * Licensed to the Apache Software Foundation (ASF) under one or more
> + * contributor license agreements.  See the NOTICE file distributed with
> + * this work for additional information regarding copyright ownership.
> + * The ASF licenses this file to You under the Apache License, Version
> 2.0
> + * (the "License"); you may not use this file except in compliance with
> + * the License.  You may obtain a copy of the License at
> + *
> + *      http://www.apache.org/licenses/LICENSE-2.0
> + *
> + * Unless required by applicable law or agreed to in writing, software
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> implied.
> + * See the License for the specific language governing permissions and
> + * limitations under the License.
> + */
> package wicket.contrib.dojo;
>
> import java.util.ArrayList;
>
> Modified:
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/DojoEventBehavior.java
> ===================================================================
> ---
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/DojoEventBehavior.java  2006-12-14
> 13:26:59 UTC (rev 1345)
> +++
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/DojoEventBehavior.java  2006-12-14
> 14:03:30 UTC (rev 1346)
> @@ -1,3 +1,19 @@
> +/*
> + * Licensed to the Apache Software Foundation (ASF) under one or more
> + * contributor license agreements.  See the NOTICE file distributed with
> + * this work for additional information regarding copyright ownership.
> + * The ASF licenses this file to You under the Apache License, Version
> 2.0
> + * (the "License"); you may not use this file except in compliance with
> + * the License.  You may obtain a copy of the License at
> + *
> + *      http://www.apache.org/licenses/LICENSE-2.0
> + *
> + * Unless required by applicable law or agreed to in writing, software
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> implied.
> + * See the License for the specific language governing permissions and
> + * limitations under the License.
> + */
> package wicket.contrib.dojo;
>
> import wicket.ajax.AjaxEventBehavior;
>
> Modified:
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/DojoEventBehaviorWithLoading.java
> ===================================================================
> ---
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/DojoEventBehaviorWithLoading.java
> 2006-12-14 13:26:59 UTC (rev 1345)
> +++
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/DojoEventBehaviorWithLoading.java
> 2006-12-14 14:03:30 UTC (rev 1346)
> @@ -1,3 +1,19 @@
> +/*
> + * Licensed to the Apache Software Foundation (ASF) under one or more
> + * contributor license agreements.  See the NOTICE file distributed with
> + * this work for additional information regarding copyright ownership.
> + * The ASF licenses this file to You under the Apache License, Version
> 2.0
> + * (the "License"); you may not use this file except in compliance with
> + * the License.  You may obtain a copy of the License at
> + *
> + *      http://www.apache.org/licenses/LICENSE-2.0
> + *
> + * Unless required by applicable law or agreed to in writing, software
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> implied.
> + * See the License for the specific language governing permissions and
> + * limitations under the License.
> + */
> package wicket.contrib.dojo;
>
> import wicket.Component;
>
> Modified:
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/DojoIdConstants.java
> ===================================================================
> ---
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/DojoIdConstants.java    2006-12-14
> 13:26:59 UTC (rev 1345)
> +++
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/DojoIdConstants.java    2006-12-14
> 14:03:30 UTC (rev 1346)
> @@ -1,3 +1,19 @@
> +/*
> + * Licensed to the Apache Software Foundation (ASF) under one or more
> + * contributor license agreements.  See the NOTICE file distributed with
> + * this work for additional information regarding copyright ownership.
> + * The ASF licenses this file to You under the Apache License, Version
> 2.0
> + * (the "License"); you may not use this file except in compliance with
> + * the License.  You may obtain a copy of the License at
> + *
> + *      http://www.apache.org/licenses/LICENSE-2.0
> + *
> + * Unless required by applicable law or agreed to in writing, software
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> implied.
> + * See the License for the specific language governing permissions and
> + * limitations under the License.
> + */
> package wicket.contrib.dojo;
>
>
> @@ -6,8 +22,8 @@
>   * @author vdemay
>   *
>   */
> -public interface DojoIdConstants
> -{
> +public interface DojoIdConstants{
> +
>         public static String DOJO_TYPE                       = "dojoType";
>
>         public static String DOJO_TYPE_DIALOG                = "dialog";
>
> Modified:
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/DojoPosition.java
> ===================================================================
> ---
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/DojoPosition.java
> 2006-12-14 13:26:59 UTC (rev 1345)
> +++
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/DojoPosition.java
> 2006-12-14 14:03:30 UTC (rev 1346)
> @@ -1,3 +1,19 @@
> +/*
> + * Licensed to the Apache Software Foundation (ASF) under one or more
> + * contributor license agreements.  See the NOTICE file distributed with
> + * this work for additional information regarding copyright ownership.
> + * The ASF licenses this file to You under the Apache License, Version
> 2.0
> + * (the "License"); you may not use this file except in compliance with
> + * the License.  You may obtain a copy of the License at
> + *
> + *      http://www.apache.org/licenses/LICENSE-2.0
> + *
> + * Unless required by applicable law or agreed to in writing, software
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> implied.
> + * See the License for the specific language governing permissions and
> + * limitations under the License.
> + */
> package wicket.contrib.dojo;
>
>
>
> Modified:
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/DojoSelfUpdatingTimerBehavior.java
> ===================================================================
> ---
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/DojoSelfUpdatingTimerBehavior.java      2006-12-14
> 13:26:59 UTC (rev 1345)
> +++
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/DojoSelfUpdatingTimerBehavior.java      2006-12-14
> 14:03:30 UTC (rev 1346)
> @@ -1,3 +1,20 @@
> +/*
> + * Licensed to the Apache Software Foundation (ASF) under one or more
> + * contributor license agreements.  See the NOTICE file distributed with
> + * this work for additional information regarding copyright ownership.
> + * The ASF licenses this file to You under the Apache License, Version
> 2.0
> + * (the "License"); you may not use this file except in compliance with
> + * the License.  You may obtain a copy of the License at
> + *
> + *      http://www.apache.org/licenses/LICENSE-2.0
> + *
> + * Unless required by applicable law or agreed to in writing, software
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> implied.
> + * See the License for the specific language governing permissions and
> + * limitations under the License.
> + */
> +
> package wicket.contrib.dojo;
>
> import wicket.ajax.AjaxRequestTarget;
> @@ -7,7 +24,7 @@
>   * Automatically re-renders the component it is attached to via AJAX at a
>   * regular interval.
>   *
> - * @author vdemay
> + * @author Vincent Demay
>   */
> public class DojoSelfUpdatingTimerBehavior extends
> AbstractDojoTimerBehavior
> {
>
> Modified:
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojodnd/DojoDragContainer.java
> ===================================================================
> ---
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojodnd/DojoDragContainer.java  2006-12-14
> 13:26:59 UTC (rev 1345)
> +++
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojodnd/DojoDragContainer.java  2006-12-14
> 14:03:30 UTC (rev 1346)
> @@ -1,3 +1,19 @@
> +/*
> + * Licensed to the Apache Software Foundation (ASF) under one or more
> + * contributor license agreements.  See the NOTICE file distributed with
> + * this work for additional information regarding copyright ownership.
> + * The ASF licenses this file to You under the Apache License, Version
> 2.0
> + * (the "License"); you may not use this file except in compliance with
> + * the License.  You may obtain a copy of the License at
> + *
> + *      http://www.apache.org/licenses/LICENSE-2.0
> + *
> + * Unless required by applicable law or agreed to in writing, software
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> implied.
> + * See the License for the specific language governing permissions and
> + * limitations under the License.
> + */
> package wicket.contrib.dojo.dojodnd;
>
> import wicket.MarkupContainer;
> @@ -5,7 +21,55 @@
>
> /**
>   * Dojo drag container
> - * @author <a href="http://www.demay-fr.net/blog">Vincent Demay</a>
> + * <p>
> + *     A drag container is a HTML container used to define a Drag area.
> + *  This area is associated with a pattern. This pattern is used to know
> + *  if a DojoDragContainer can be drag and drop on a {@link
> DojoDropContainer} which
> + *  contains a list of pattern
> + * </p>
> + * <p>
> + *     <b>Sample</b>
> + *  <pre>
> + *   package wicket.contrib.dojo.examples;
> + *
> + *   import wicket.PageParameters;
> + *   import wicket.contrib.dojo.dojodnd.DojoDragContainer;
> + *   import wicket.contrib.dojo.dojodnd.DojoDropContainer;
> + *   import wicket.markup.html.WebPage;
> + *   import wicket.markup.html.image.Image;
> + *
> + *   public class DnDShower extends WebPage {
> + *
> + *     public DnDShower(PageParameters parameters){
> + *             DojoDropContainer dropContainer = new
> DojoDropContainer(this,"dropContainer"){
> + *
> + *                     public void onDrop(DojoDragContainer container,
> int position) {
> + *                             System.out.println("position = " +
> position);
> + *                             System.out.println("DojoDragContainer" +
> container.getId());
> + *
> + *                     }
> + *
> + *             };
> + *
> + *             DojoDragContainer dragContainer1 = new
> DojoDragContainer(this,"dragContainer1");
> + *             DojoDragContainer dragContainer2 = new
> DojoDragContainer(this,"dragContainer2");
> + *             DojoDragContainer dragContainer3 = new
> DojoDragContainer(this,"dragContainer3");
> + *
> + *             DojoDragContainer dragContainer4 = new
> DojoDragContainer(dropContainer,"dragContainer4");
> + *             DojoDragContainer dragContainer5 = new
> DojoDragContainer(dropContainer,"dragContainer5");
> + *
> + *             new Image(dragContainer1,"pic1");
> + *             new Image(dragContainer2,"pic2");
> + *                     new Image(dragContainer3,"pic3");
> + *             new Image(dragContainer4,"pic4");
> + *             new Image(dragContainer5,"pic5");
> + *     }
> + *   }
> + *
> + *
> + *  </pre>
> + * </p>
> + * @author <a href="http://www.demay-fr.net/blog/index.html/en">Vincent
> Demay</a>
>   *
>   */
> public class DojoDragContainer extends WebMarkupContainer
> @@ -13,6 +77,11 @@
>
>         private String dragId;
>
> +       /**
> +        * Constructor of a drag container
> +        * @param parent parent where to add this widget
> +        * @param id widgte id
> +        */
>         public DojoDragContainer(MarkupContainer parent, String id)
>         {
>                 super(parent, id);
> @@ -22,11 +91,19 @@
>                 add(new DojoDragContainerHandler());
>         }
>
> +       /**
> +        * Drag Pattern
> +        * @param pattern pattern use to allow to be dragged on a
> dropContainer with the same pattern
> +        */
>         public void setDragPattern(String pattern){
>                 this.dragId = pattern;
>         }
>
> -       public String getDragId(){
> +       /**
> +        * return pattern used to allow to be dragged on a dropContainer
> with the same pattern
> +        * @return pattern used to allow to be dragged on a dropContainer
> with the same pattern
> +        */
> +       public String getDragPattern(){
>                 return dragId;
>         }
>
>
> Modified:
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojodnd/DojoDragContainerHandler.java
> ===================================================================
> ---
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojodnd/DojoDragContainerHandler.java
> 2006-12-14 13:26:59 UTC (rev 1345)
> +++
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojodnd/DojoDragContainerHandler.java
> 2006-12-14 14:03:30 UTC (rev 1346)
> @@ -37,7 +37,7 @@
>                 DojoPackagedTextTemplate template = new
> DojoPackagedTextTemplate(this.getClass(), "
> DojoDragContainerHandlerTemplate.js");
>                 HashMap<String, Object> map = new HashMap<String,
> Object>();
>                 map.put("MarkupId", container.getMarkupId());
> -               map.put("DragId", container.getDragId());
> +               map.put("DragId", container.getDragPattern());
>                 response.renderJavascript(template.asString(map),
> template.getWidgetUniqueKey(this.getComponent()));
>         }
>
>
> Modified:
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojodnd/DojoDropContainer.java
> ===================================================================
> ---
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojodnd/DojoDropContainer.java  2006-12-14
> 13:26:59 UTC (rev 1345)
> +++
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojodnd/DojoDropContainer.java  2006-12-14
> 14:03:30 UTC (rev 1346)
> @@ -1,3 +1,19 @@
> +/*
> + * Licensed to the Apache Software Foundation (ASF) under one or more
> + * contributor license agreements.  See the NOTICE file distributed with
> + * this work for additional information regarding copyright ownership.
> + * The ASF licenses this file to You under the Apache License, Version
> 2.0
> + * (the "License"); you may not use this file except in compliance with
> + * the License.  You may obtain a copy of the License at
> + *
> + *      http://www.apache.org/licenses/LICENSE-2.0
> + *
> + * Unless required by applicable law or agreed to in writing, software
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> implied.
> + * See the License for the specific language governing permissions and
> + * limitations under the License.
> + */
> package wicket.contrib.dojo.dojodnd;
>
> import wicket.MarkupContainer;
>
> Modified:
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojodnd/DojoDropContainerHandler.java
> ===================================================================
> ---
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojodnd/DojoDropContainerHandler.java
> 2006-12-14 13:26:59 UTC (rev 1345)
> +++
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojodnd/DojoDropContainerHandler.java
> 2006-12-14 14:03:30 UTC (rev 1346)
> @@ -1,3 +1,19 @@
> +/*
> + * Licensed to the Apache Software Foundation (ASF) under one or more
> + * contributor license agreements.  See the NOTICE file distributed with
> + * this work for additional information regarding copyright ownership.
> + * The ASF licenses this file to You under the Apache License, Version
> 2.0
> + * (the "License"); you may not use this file except in compliance with
> + * the License.  You may obtain a copy of the License at
> + *
> + *      http://www.apache.org/licenses/LICENSE-2.0
> + *
> + * Unless required by applicable law or agreed to in writing, software
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> implied.
> + * See the License for the specific language governing permissions and
> + * limitations under the License.
> + */
> package wicket.contrib.dojo.dojodnd;
>
> import java.util.HashMap;
> @@ -9,10 +25,10 @@
>
> /**
>   * Package class for Dojo DropContainer
> - * @author <a href="http://www.demay-fr.net/blog">Vincent Demay</a>
> + * @author <a href="http://www.demay-fr.net/blog/index.php/en">Vincent
> Demay</a>
>   *
>   */
> -class DojoDropContainerHandler extends AbstractRequireDojoBehavior
> +public class DojoDropContainerHandler extends AbstractRequireDojoBehavior
> {
>         /** container handler is attached to. */
>         private DojoDropContainer container;
>
> Modified:
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojofx/DojoFXHandler.java
> ===================================================================
> ---
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojofx/DojoFXHandler.java
> 2006-12-14 13:26:59 UTC (rev 1345)
> +++
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojofx/DojoFXHandler.java
> 2006-12-14 14:03:30 UTC (rev 1346)
> @@ -1,18 +1,18 @@
> /*
> - * $Id$ $Revision$ $Date$
> - *
> - *
> ==============================================================================
> - * Licensed under the Apache License, Version 2.0 (the "License"); you
> may not
> - * use this file except in compliance with the License. You may obtain a
> copy of
> - * the License at
> - *
> - * http://www.apache.org/licenses/LICENSE-2.0
> - *
> + * Licensed to the Apache Software Foundation (ASF) under one or more
> + * contributor license agreements.  See the NOTICE file distributed with
> + * this work for additional information regarding copyright ownership.
> + * The ASF licenses this file to You under the Apache License, Version
> 2.0
> + * (the "License"); you may not use this file except in compliance with
> + * the License.  You may obtain a copy of the License at
> + *
> + *      http://www.apache.org/licenses/LICENSE-2.0
> + *
>   * Unless required by applicable law or agreed to in writing, software
> - * distributed under the License is distributed on an "AS IS" BASIS,
> WITHOUT
> - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See
> the
> - * License for the specific language governing permissions and
> limitations under
> - * the License.
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> implied.
> + * See the License for the specific language governing permissions and
> + * limitations under the License.
>   */
> package wicket.contrib.dojo.dojofx;
>
>
> Modified:
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojofx/FXOnClickExploder.java
> ===================================================================
> ---
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojofx/FXOnClickExploder.java
> 2006-12-14 13:26:59 UTC (rev 1345)
> +++
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojofx/FXOnClickExploder.java
> 2006-12-14 14:03:30 UTC (rev 1346)
> @@ -1,18 +1,18 @@
> /*
> - * $Id$ $Revision$ $Date$
> - *
> - *
> ==============================================================================
> - * Licensed under the Apache License, Version 2.0 (the "License"); you
> may not
> - * use this file except in compliance with the License. You may obtain a
> copy of
> - * the License at
> - *
> - * http://www.apache.org/licenses/LICENSE-2.0
> - *
> + * Licensed to the Apache Software Foundation (ASF) under one or more
> + * contributor license agreements.  See the NOTICE file distributed with
> + * this work for additional information regarding copyright ownership.
> + * The ASF licenses this file to You under the Apache License, Version
> 2.0
> + * (the "License"); you may not use this file except in compliance with
> + * the License.  You may obtain a copy of the License at
> + *
> + *      http://www.apache.org/licenses/LICENSE-2.0
> + *
>   * Unless required by applicable law or agreed to in writing, software
> - * distributed under the License is distributed on an "AS IS" BASIS,
> WITHOUT
> - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See
> the
> - * License for the specific language governing permissions and
> limitations under
> - * the License.
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> implied.
> + * See the License for the specific language governing permissions and
> + * limitations under the License.
>   */
> package wicket.contrib.dojo.dojofx;
>
>
> Modified:
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojofx/FXOnClickFader.java
> ===================================================================
> ---
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojofx/FXOnClickFader.java      2006-12-14
> 13:26:59 UTC (rev 1345)
> +++
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojofx/FXOnClickFader.java      2006-12-14
> 14:03:30 UTC (rev 1346)
> @@ -1,20 +1,18 @@
> /*
> - * $Id$
> - * $Revision$
> - * $Date$
> - *
> - *
> ==============================================================================
> - * Licensed under the Apache License, Version 2.0 (the "License"); you
> may not
> - * use this file except in compliance with the License. You may obtain a
> copy of
> - * the License at
> - *
> - * http://www.apache.org/licenses/LICENSE-2.0
> - *
> + * Licensed to the Apache Software Foundation (ASF) under one or more
> + * contributor license agreements.  See the NOTICE file distributed with
> + * this work for additional information regarding copyright ownership.
> + * The ASF licenses this file to You under the Apache License, Version
> 2.0
> + * (the "License"); you may not use this file except in compliance with
> + * the License.  You may obtain a copy of the License at
> + *
> + *      http://www.apache.org/licenses/LICENSE-2.0
> + *
>   * Unless required by applicable law or agreed to in writing, software
> - * distributed under the License is distributed on an "AS IS" BASIS,
> WITHOUT
> - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See
> the
> - * License for the specific language governing permissions and
> limitations under
> - * the License.
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> implied.
> + * See the License for the specific language governing permissions and
> + * limitations under the License.
>   */
> package wicket.contrib.dojo.dojofx;
>
>
> Modified:
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojofx/FXOnClickHighlighter.java
> ===================================================================
> ---
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojofx/FXOnClickHighlighter.java        2006-12-14
> 13:26:59 UTC (rev 1345)
> +++
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojofx/FXOnClickHighlighter.java        2006-12-14
> 14:03:30 UTC (rev 1346)
> @@ -1,18 +1,18 @@
> /*
> - * $Id$ $Revision$ $Date$
> - *
> - *
> ==============================================================================
> - * Licensed under the Apache License, Version 2.0 (the "License"); you
> may not
> - * use this file except in compliance with the License. You may obtain a
> copy of
> - * the License at
> - *
> - * http://www.apache.org/licenses/LICENSE-2.0
> - *
> + * Licensed to the Apache Software Foundation (ASF) under one or more
> + * contributor license agreements.  See the NOTICE file distributed with
> + * this work for additional information regarding copyright ownership.
> + * The ASF licenses this file to You under the Apache License, Version
> 2.0
> + * (the "License"); you may not use this file except in compliance with
> + * the License.  You may obtain a copy of the License at
> + *
> + *      http://www.apache.org/licenses/LICENSE-2.0
> + *
>   * Unless required by applicable law or agreed to in writing, software
> - * distributed under the License is distributed on an "AS IS" BASIS,
> WITHOUT
> - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See
> the
> - * License for the specific language governing permissions and
> limitations under
> - * the License.
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> implied.
> + * See the License for the specific language governing permissions and
> + * limitations under the License.
>   */
> package wicket.contrib.dojo.dojofx;
>
>
> Modified:
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojofx/FXOnClickSlider.java
> ===================================================================
> ---
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojofx/FXOnClickSlider.java
> 2006-12-14 13:26:59 UTC (rev 1345)
> +++
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojofx/FXOnClickSlider.java
> 2006-12-14 14:03:30 UTC (rev 1346)
> @@ -1,18 +1,18 @@
> /*
> - * $Id$ $Revision$ $Date$
> - *
> - *
> ==============================================================================
> - * Licensed under the Apache License, Version 2.0 (the "License"); you
> may not
> - * use this file except in compliance with the License. You may obtain a
> copy of
> - * the License at
> - *
> - * http://www.apache.org/licenses/LICENSE-2.0
> - *
> + * Licensed to the Apache Software Foundation (ASF) under one or more
> + * contributor license agreements.  See the NOTICE file distributed with
> + * this work for additional information regarding copyright ownership.
> + * The ASF licenses this file to You under the Apache License, Version
> 2.0
> + * (the "License"); you may not use this file except in compliance with
> + * the License.  You may obtain a copy of the License at
> + *
> + *      http://www.apache.org/licenses/LICENSE-2.0
> + *
>   * Unless required by applicable law or agreed to in writing, software
> - * distributed under the License is distributed on an "AS IS" BASIS,
> WITHOUT
> - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See
> the
> - * License for the specific language governing permissions and
> limitations under
> - * the License.
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> implied.
> + * See the License for the specific language governing permissions and
> + * limitations under the License.
>   */
> package wicket.contrib.dojo.dojofx;
>
>
> Modified:
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojofx/FXOnClickWiper.java
> ===================================================================
> ---
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojofx/FXOnClickWiper.java      2006-12-14
> 13:26:59 UTC (rev 1345)
> +++
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojofx/FXOnClickWiper.java      2006-12-14
> 14:03:30 UTC (rev 1346)
> @@ -1,18 +1,18 @@
> /*
> - * $Id$ $Revision$ $Date$
> - *
> - *
> ==============================================================================
> - * Licensed under the Apache License, Version 2.0 (the "License"); you
> may not
> - * use this file except in compliance with the License. You may obtain a
> copy of
> - * the License at
> - *
> - * http://www.apache.org/licenses/LICENSE-2.0
> - *
> + * Licensed to the Apache Software Foundation (ASF) under one or more
> + * contributor license agreements.  See the NOTICE file distributed with
> + * this work for additional information regarding copyright ownership.
> + * The ASF licenses this file to You under the Apache License, Version
> 2.0
> + * (the "License"); you may not use this file except in compliance with
> + * the License.  You may obtain a copy of the License at
> + *
> + *      http://www.apache.org/licenses/LICENSE-2.0
> + *
>   * Unless required by applicable law or agreed to in writing, software
> - * distributed under the License is distributed on an "AS IS" BASIS,
> WITHOUT
> - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See
> the
> - * License for the specific language governing permissions and
> limitations under
> - * the License.
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> implied.
> + * See the License for the specific language governing permissions and
> + * limitations under the License.
>   */
> package wicket.contrib.dojo.dojofx;
>
>
> Modified:
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojofx/FXOnMouseOverFader.java
> ===================================================================
> ---
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojofx/FXOnMouseOverFader.java  2006-12-14
> 13:26:59 UTC (rev 1345)
> +++
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojofx/FXOnMouseOverFader.java  2006-12-14
> 14:03:30 UTC (rev 1346)
> @@ -1,18 +1,18 @@
> /*
> - * $Id$ $Revision$ $Date$
> - *
> - *
> ==============================================================================
> - * Licensed under the Apache License, Version 2.0 (the "License"); you
> may not
> - * use this file except in compliance with the License. You may obtain a
> copy of
> - * the License at
> - *
> - * http://www.apache.org/licenses/LICENSE-2.0
> - *
> + * Licensed to the Apache Software Foundation (ASF) under one or more
> + * contributor license agreements.  See the NOTICE file distributed with
> + * this work for additional information regarding copyright ownership.
> + * The ASF licenses this file to You under the Apache License, Version
> 2.0
> + * (the "License"); you may not use this file except in compliance with
> + * the License.  You may obtain a copy of the License at
> + *
> + *      http://www.apache.org/licenses/LICENSE-2.0
> + *
>   * Unless required by applicable law or agreed to in writing, software
> - * distributed under the License is distributed on an "AS IS" BASIS,
> WITHOUT
> - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See
> the
> - * License for the specific language governing permissions and
> limitations under
> - * the License.
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> implied.
> + * See the License for the specific language governing permissions and
> + * limitations under the License.
>   */
> package wicket.contrib.dojo.dojofx;
>
>
> Modified:
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojofx/FXOnMouseOverHighlighter.java
> ===================================================================
> ---
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojofx/FXOnMouseOverHighlighter.java    2006-12-14
> 13:26:59 UTC (rev 1345)
> +++
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojofx/FXOnMouseOverHighlighter.java    2006-12-14
> 14:03:30 UTC (rev 1346)
> @@ -1,18 +1,18 @@
> /*
> - * $Id$ $Revision$ $Date$
> - *
> - *
> ==============================================================================
> - * Licensed under the Apache License, Version 2.0 (the "License"); you
> may not
> - * use this file except in compliance with the License. You may obtain a
> copy of
> - * the License at
> - *
> - * http://www.apache.org/licenses/LICENSE-2.0
> - *
> + * Licensed to the Apache Software Foundation (ASF) under one or more
> + * contributor license agreements.  See the NOTICE file distributed with
> + * this work for additional information regarding copyright ownership.
> + * The ASF licenses this file to You under the Apache License, Version
> 2.0
> + * (the "License"); you may not use this file except in compliance with
> + * the License.  You may obtain a copy of the License at
> + *
> + *      http://www.apache.org/licenses/LICENSE-2.0
> + *
>   * Unless required by applicable law or agreed to in writing, software
> - * distributed under the License is distributed on an "AS IS" BASIS,
> WITHOUT
> - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See
> the
> - * License for the specific language governing permissions and
> limitations under
> - * the License.
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> implied.
> + * See the License for the specific language governing permissions and
> + * limitations under the License.
>   */
> package wicket.contrib.dojo.dojofx;
>
>
> Modified:
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/html/list/DojoOrderableListRemover.java
> ===================================================================
> ---
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/html/list/DojoOrderableListRemover.java
> 2006-12-14 13:26:59 UTC (rev 1345)
> +++
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/html/list/DojoOrderableListRemover.java
> 2006-12-14 14:03:30 UTC (rev 1346)
> @@ -1,3 +1,19 @@
> +/*
> + * Licensed to the Apache Software Foundation (ASF) under one or more
> + * contributor license agreements.  See the NOTICE file distributed with
> + * this work for additional information regarding copyright ownership.
> + * The ASF licenses this file to You under the Apache License, Version
> 2.0
> + * (the "License"); you may not use this file except in compliance with
> + * the License.  You may obtain a copy of the License at
> + *
> + *      http://www.apache.org/licenses/LICENSE-2.0
> + *
> + * Unless required by applicable law or agreed to in writing, software
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> implied.
> + * See the License for the specific language governing permissions and
> + * limitations under the License.
> + */
> package wicket.contrib.dojo.html.list;
>
> import java.util.Iterator;
>
> Modified:
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/html/list/DojoOrderableListView.java
> ===================================================================
> ---
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/html/list/DojoOrderableListView.java    2006-12-14
> 13:26:59 UTC (rev 1345)
> +++
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/html/list/DojoOrderableListView.java    2006-12-14
> 14:03:30 UTC (rev 1346)
> @@ -1,3 +1,19 @@
> +/*
> + * Licensed to the Apache Software Foundation (ASF) under one or more
> + * contributor license agreements.  See the NOTICE file distributed with
> + * this work for additional information regarding copyright ownership.
> + * The ASF licenses this file to You under the Apache License, Version
> 2.0
> + * (the "License"); you may not use this file except in compliance with
> + * the License.  You may obtain a copy of the License at
> + *
> + *      http://www.apache.org/licenses/LICENSE-2.0
> + *
> + * Unless required by applicable law or agreed to in writing, software
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> implied.
> + * See the License for the specific language governing permissions and
> + * limitations under the License.
> + */
> package wicket.contrib.dojo.html.list;
>
> import java.util.List;
>
> Modified:
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/html/list/DojoOrderableListViewContainer.java
> ===================================================================
> ---
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/html/list/DojoOrderableListViewContainer.java
> 2006-12-14 13:26:59 UTC (rev 1345)
> +++
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/html/list/DojoOrderableListViewContainer.java
> 2006-12-14 14:03:30 UTC (rev 1346)
> @@ -1,3 +1,19 @@
> +/*
> + * Licensed to the Apache Software Foundation (ASF) under one or more
> + * contributor license agreements.  See the NOTICE file distributed with
> + * this work for additional information regarding copyright ownership.
> + * The ASF licenses this file to You under the Apache License, Version
> 2.0
> + * (the "License"); you may not use this file except in compliance with
> + * the License.  You may obtain a copy of the License at
> + *
> + *      http://www.apache.org/licenses/LICENSE-2.0
> + *
> + * Unless required by applicable law or agreed to in writing, software
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> implied.
> + * See the License for the specific language governing permissions and
> + * limitations under the License.
> + */
> package wicket.contrib.dojo.html.list;
>
> import java.util.Collections;
>
> Modified:
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/html/list/lazy/DojoLazyLoadingListContainer.java
> ===================================================================
> ---
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/html/list/lazy/DojoLazyLoadingListContainer.java        2006-12-14
> 13:26:59 UTC (rev 1345)
> +++
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/html/list/lazy/DojoLazyLoadingListContainer.java        2006-12-14
> 14:03:30 UTC (rev 1346)
> @@ -1,3 +1,19 @@
> +/*
> + * Licensed to the Apache Software Foundation (ASF) under one or more
> + * contributor license agreements.  See the NOTICE file distributed with
> + * this work for additional information regarding copyright ownership.
> + * The ASF licenses this file to You under the Apache License, Version
> 2.0
> + * (the "License"); you may not use this file except in compliance with
> + * the License.  You may obtain a copy of the License at
> + *
> + *      http://www.apache.org/licenses/LICENSE-2.0
> + *
> + * Unless required by applicable law or agreed to in writing, software
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> implied.
> + * See the License for the specific language governing permissions and
> + * limitations under the License.
> + */
> package wicket.contrib.dojo.html.list.lazy;
>
>
>
> Modified:
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/html/list/lazy/DojoLazyLoadingListContainerHandler.java
> ===================================================================
> ---
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/html/list/lazy/DojoLazyLoadingListContainerHandler.java
> 2006-12-14 13:26:59 UTC (rev 1345)
> +++
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/html/list/lazy/DojoLazyLoadingListContainerHandler.java
> 2006-12-14 14:03:30 UTC (rev 1346)
> @@ -1,3 +1,19 @@
> +/*
> + * Licensed to the Apache Software Foundation (ASF) under one or more
> + * contributor license agreements.  See the NOTICE file distributed with
> + * this work for additional information regarding copyright ownership.
> + * The ASF licenses this file to You under the Apache License, Version
> 2.0
> + * (the "License"); you may not use this file except in compliance with
> + * the License.  You may obtain a copy of the License at
> + *
> + *      http://www.apache.org/licenses/LICENSE-2.0
> + *
> + * Unless required by applicable law or agreed to in writing, software
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> implied.
> + * See the License for the specific language governing permissions and
> + * limitations under the License.
> + */
> package wicket.contrib.dojo.html.list.lazy;
>
> import wicket.ResourceReference;
>
> Modified:
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/html/list/lazy/DojoLazyLoadingRefreshingView.java
> ===================================================================
> ---
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/html/list/lazy/DojoLazyLoadingRefreshingView.java
> 2006-12-14 13:26:59 UTC (rev 1345)
> +++
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/html/list/lazy/DojoLazyLoadingRefreshingView.java
> 2006-12-14 14:03:30 UTC (rev 1346)
> @@ -1,3 +1,19 @@
> +/*
> + * Licensed to the Apache Software Foundation (ASF) under one or more
> + * contributor license agreements.  See the NOTICE file distributed with
> + * this work for additional information regarding copyright ownership.
> + * The ASF licenses this file to You under the Apache License, Version
> 2.0
> + * (the "License"); you may not use this file except in compliance with
> + * the License.  You may obtain a copy of the License at
> + *
> + *      http://www.apache.org/licenses/LICENSE-2.0
> + *
> + * Unless required by applicable law or agreed to in writing, software
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> implied.
> + * See the License for the specific language governing permissions and
> + * limitations under the License.
> + */
> package wicket.contrib.dojo.html.list.lazy;
>
> import java.util.ArrayList;
>
> Modified:
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/html/list/table/DojoSelectableListContainer.java
> ===================================================================
> ---
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/html/list/table/DojoSelectableListContainer.java        2006-12-14
> 13:26:59 UTC (rev 1345)
> +++
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/html/list/table/DojoSelectableListContainer.java        2006-12-14
> 14:03:30 UTC (rev 1346)
> @@ -1,3 +1,19 @@
> +/*
> + * Licensed to the Apache Software Foundation (ASF) under one or more
> + * contributor license agreements.  See the NOTICE file distributed with
> + * this work for additional information regarding copyright ownership.
> + * The ASF licenses this file to You under the Apache License, Version
> 2.0
> + * (the "License"); you may not use this file except in compliance with
> + * the License.  You may obtain a copy of the License at
> + *
> + *      http://www.apache.org/licenses/LICENSE-2.0
> + *
> + * Unless required by applicable law or agreed to in writing, software
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> implied.
> + * See the License for the specific language governing permissions and
> + * limitations under the License.
> + */
> package wicket.contrib.dojo.html.list.table;
>
> import java.util.ArrayList;
>
> Modified:
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/html/list/table/DojoSelectableListContainerHandler.java
> ===================================================================
> ---
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/html/list/table/DojoSelectableListContainerHandler.java
> 2006-12-14 13:26:59 UTC (rev 1345)
> +++
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/html/list/table/DojoSelectableListContainerHandler.java
> 2006-12-14 14:03:30 UTC (rev 1346)
> @@ -1,3 +1,19 @@
> +/*
> + * Licensed to the Apache Software Foundation (ASF) under one or more
> + * contributor license agreements.  See the NOTICE file distributed with
> + * this work for additional information regarding copyright ownership.
> + * The ASF licenses this file to You under the Apache License, Version
> 2.0
> + * (the "License"); you may not use this file except in compliance with
> + * the License.  You may obtain a copy of the License at
> + *
> + *      http://www.apache.org/licenses/LICENSE-2.0
> + *
> + * Unless required by applicable law or agreed to in writing, software
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> implied.
> + * See the License for the specific language governing permissions and
> + * limitations under the License.
> + */
> package wicket.contrib.dojo.html.list.table;
>
> import java.util.ArrayList;
>
> Modified:
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/calendar/DojoWeekOrganizer.java
> ===================================================================
> ---
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/calendar/DojoWeekOrganizer.java
> 2006-12-14 13:26:59 UTC (rev 1345)
> +++
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/calendar/DojoWeekOrganizer.java
> 2006-12-14 14:03:30 UTC (rev 1346)
> @@ -1,3 +1,19 @@
> +/*
> + * Licensed to the Apache Software Foundation (ASF) under one or more
> + * contributor license agreements.  See the NOTICE file distributed with
> + * this work for additional information regarding copyright ownership.
> + * The ASF licenses this file to You under the Apache License, Version
> 2.0
> + * (the "License"); you may not use this file except in compliance with
> + * the License.  You may obtain a copy of the License at
> + *
> + *      http://www.apache.org/licenses/LICENSE-2.0
> + *
> + * Unless required by applicable law or agreed to in writing, software
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> implied.
> + * See the License for the specific language governing permissions and
> + * limitations under the License.
> + */
> package wicket.contrib.dojo.markup.html.calendar;
>
> import wicket.Component;
>
> Modified:
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/calendar/DojoWeekOrganizerHandler.java
> ===================================================================
> ---
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/calendar/DojoWeekOrganizerHandler.java      2006-12-14
> 13:26:59 UTC (rev 1345)
> +++
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/calendar/DojoWeekOrganizerHandler.java      2006-12-14
> 14:03:30 UTC (rev 1346)
> @@ -1,3 +1,19 @@
> +/*
> + * Licensed to the Apache Software Foundation (ASF) under one or more
> + * contributor license agreements.  See the NOTICE file distributed with
> + * this work for additional information regarding copyright ownership.
> + * The ASF licenses this file to You under the Apache License, Version
> 2.0
> + * (the "License"); you may not use this file except in compliance with
> + * the License.  You may obtain a copy of the License at
> + *
> + *      http://www.apache.org/licenses/LICENSE-2.0
> + *
> + * Unless required by applicable law or agreed to in writing, software
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> implied.
> + * See the License for the specific language governing permissions and
> + * limitations under the License.
> + */
> package wicket.contrib.dojo.markup.html.calendar;
>
> import wicket.ResourceReference;
>
> Modified:
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/calendar/model/TimeRange.java
> ===================================================================
> ---
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/calendar/model/TimeRange.java
> 2006-12-14 13:26:59 UTC (rev 1345)
> +++
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/calendar/model/TimeRange.java
> 2006-12-14 14:03:30 UTC (rev 1346)
> @@ -1,3 +1,19 @@
> +/*
> + * Licensed to the Apache Software Foundation (ASF) under one or more
> + * contributor license agreements.  See the NOTICE file distributed with
> + * this work for additional information regarding copyright ownership.
> + * The ASF licenses this file to You under the Apache License, Version
> 2.0
> + * (the "License"); you may not use this file except in compliance with
> + * the License.  You may obtain a copy of the License at
> + *
> + *      http://www.apache.org/licenses/LICENSE-2.0
> + *
> + * Unless required by applicable law or agreed to in writing, software
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> implied.
> + * See the License for the specific language governing permissions and
> + * limitations under the License.
> + */
> package wicket.contrib.dojo.markup.html.calendar.model;
>
> import java.io.Serializable;
>
> Modified:
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/calendar/model/TimeRangeModelHelper.java
> ===================================================================
> ---
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/calendar/model/TimeRangeModelHelper.java    2006-12-14
> 13:26:59 UTC (rev 1345)
> +++
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/calendar/model/TimeRangeModelHelper.java    2006-12-14
> 14:03:30 UTC (rev 1346)
> @@ -1,3 +1,19 @@
> +/*
> + * Licensed to the Apache Software Foundation (ASF) under one or more
> + * contributor license agreements.  See the NOTICE file distributed with
> + * this work for additional information regarding copyright ownership.
> + * The ASF licenses this file to You under the Apache License, Version
> 2.0
> + * (the "License"); you may not use this file except in compliance with
> + * the License.  You may obtain a copy of the License at
> + *
> + *      http://www.apache.org/licenses/LICENSE-2.0
> + *
> + * Unless required by applicable law or agreed to in writing, software
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> implied.
> + * See the License for the specific language governing permissions and
> + * limitations under the License.
> + */
> package wicket.contrib.dojo.markup.html.calendar.model;
>
> import java.util.ArrayList;
>
> Modified:
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/calendar/model/WeekTimeRange.java
> ===================================================================
> ---
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/calendar/model/WeekTimeRange.java
> 2006-12-14 13:26:59 UTC (rev 1345)
> +++
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/calendar/model/WeekTimeRange.java
> 2006-12-14 14:03:30 UTC (rev 1346)
> @@ -1,3 +1,19 @@
> +/*
> + * Licensed to the Apache Software Foundation (ASF) under one or more
> + * contributor license agreements.  See the NOTICE file distributed with
> + * this work for additional information regarding copyright ownership.
> + * The ASF licenses this file to You under the Apache License, Version
> 2.0
> + * (the "License"); you may not use this file except in compliance with
> + * the License.  You may obtain a copy of the License at
> + *
> + *      http://www.apache.org/licenses/LICENSE-2.0
> + *
> + * Unless required by applicable law or agreed to in writing, software
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> implied.
> + * See the License for the specific language governing permissions and
> + * limitations under the License.
> + */
> package wicket.contrib.dojo.markup.html.calendar.model;
>
> import java.io.Serializable;
>
> Modified:
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/container/AbstractDojoContainer.java
> ===================================================================
> ---
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/container/AbstractDojoContainer.java        2006-12-14
> 13:26:59 UTC (rev 1345)
> +++
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/container/AbstractDojoContainer.java        2006-12-14
> 14:03:30 UTC (rev 1346)
> @@ -1,3 +1,19 @@
> +/*
> + * Licensed to the Apache Software Foundation (ASF) under one or more
> + * contributor license agreements.  See the NOTICE file distributed with
> + * this work for additional information regarding copyright ownership.
> + * The ASF licenses this file to You under the Apache License, Version
> 2.0
> + * (the "License"); you may not use this file except in compliance with
> + * the License.  You may obtain a copy of the License at
> + *
> + *      http://www.apache.org/licenses/LICENSE-2.0
> + *
> + * Unless required by applicable law or agreed to in writing, software
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> implied.
> + * See the License for the specific language governing permissions and
> + * limitations under the License.
> + */
> package wicket.contrib.dojo.markup.html.container;
>
> import wicket.MarkupContainer;
>
> Modified:
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/container/DojoSimpleContainer.java
> ===================================================================
> ---
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/container/DojoSimpleContainer.java  2006-12-14
> 13:26:59 UTC (rev 1345)
> +++
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/container/DojoSimpleContainer.java  2006-12-14
> 14:03:30 UTC (rev 1346)
> @@ -1,3 +1,19 @@
> +/*
> + * Licensed to the Apache Software Foundation (ASF) under one or more
> + * contributor license agreements.  See the NOTICE file distributed with
> + * this work for additional information regarding copyright ownership.
> + * The ASF licenses this file to You under the Apache License, Version
> 2.0
> + * (the "License"); you may not use this file except in compliance with
> + * the License.  You may obtain a copy of the License at
> + *
> + *      http://www.apache.org/licenses/LICENSE-2.0
> + *
> + * Unless required by applicable law or agreed to in writing, software
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> implied.
> + * See the License for the specific language governing permissions and
> + * limitations under the License.
> + */
> package wicket.contrib.dojo.markup.html.container;
>
> import static wicket.contrib.dojo.DojoIdConstants.DOJO_TYPE;
>
> Modified:
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/container/DojoSimpleContainerHandler.java
> ===================================================================
> ---
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/container/DojoSimpleContainerHandler.java
> 2006-12-14 13:26:59 UTC (rev 1345)
> +++
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/container/DojoSimpleContainerHandler.java
> 2006-12-14 14:03:30 UTC (rev 1346)
> @@ -1,3 +1,19 @@
> +/*
> + * Licensed to the Apache Software Foundation (ASF) under one or more
> + * contributor license agreements.  See the NOTICE file distributed with
> + * this work for additional information regarding copyright ownership.
> + * The ASF licenses this file to You under the Apache License, Version
> 2.0
> + * (the "License"); you may not use this file except in compliance with
> + * the License.  You may obtain a copy of the License at
> + *
> + *      http://www.apache.org/licenses/LICENSE-2.0
> + *
> + * Unless required by applicable law or agreed to in writing, software
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> implied.
> + * See the License for the specific language governing permissions and
> + * limitations under the License.
> + */
> package wicket.contrib.dojo.markup.html.container;
>
> import wicket.ajax.AjaxRequestTarget;
>
> Modified:
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/container/DojoSplitContainer.java
> ===================================================================
> ---
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/container/DojoSplitContainer.java
> 2006-12-14 13:26:59 UTC (rev 1345)
> +++
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/container/DojoSplitContainer.java
> 2006-12-14 14:03:30 UTC (rev 1346)
> @@ -1,3 +1,19 @@
> +/*
> + * Licensed to the Apache Software Foundation (ASF) under one or more
> + * contributor license agreements.  See the NOTICE file distributed with
> + * this work for additional information regarding copyright ownership.
> + * The ASF licenses this file to You under the Apache License, Version
> 2.0
> + * (the "License"); you may not use this file except in compliance with
> + * the License.  You may obtain a copy of the License at
> + *
> + *      http://www.apache.org/licenses/LICENSE-2.0
> + *
> + * Unless required by applicable law or agreed to in writing, software
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> implied.
> + * See the License for the specific language governing permissions and
> + * limitations under the License.
> + */
> package wicket.contrib.dojo.markup.html.container;
>
> import static wicket.contrib.dojo.DojoIdConstants.DOJO_TYPE;
>
> Modified:
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/container/accordion/DojoAccordionContainer.java
> ===================================================================
> ---
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/container/accordion/DojoAccordionContainer.java
> 2006-12-14 13:26:59 UTC (rev 1345)
> +++
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/container/accordion/DojoAccordionContainer.java
> 2006-12-14 14:03:30 UTC (rev 1346)
> @@ -1,3 +1,19 @@
> +/*
> + * Licensed to the Apache Software Foundation (ASF) under one or more
> + * contributor license agreements.  See the NOTICE file distributed with
> + * this work for additional information regarding copyright ownership.
> + * The ASF licenses this file to You under the Apache License, Version
> 2.0
> + * (the "License"); you may not use this file except in compliance with
> + * the License.  You may obtain a copy of the License at
> + *
> + *      http://www.apache.org/licenses/LICENSE-2.0
> + *
> + * Unless required by applicable law or agreed to in writing, software
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> implied.
> + * See the License for the specific language governing permissions and
> + * limitations under the License.
> + */
> package wicket.contrib.dojo.markup.html.container.accordion;
>
> import static wicket.contrib.dojo.DojoIdConstants.DOJO_TYPE;
>
> Modified:
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/container/accordion/DojoAccordionHandler.java
> ===================================================================
> ---
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/container/accordion/DojoAccordionHandler.java
> 2006-12-14 13:26:59 UTC (rev 1345)
> +++
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/container/accordion/DojoAccordionHandler.java
> 2006-12-14 14:03:30 UTC (rev 1346)
> @@ -1,3 +1,19 @@
> +/*
> + * Licensed to the Apache Software Foundation (ASF) under one or more
> + * contributor license agreements.  See the NOTICE file distributed with
> + * this work for additional information regarding copyright ownership.
> + * The ASF licenses this file to You under the Apache License, Version
> 2.0
> + * (the "License"); you may not use this file except in compliance with
> + * the License.  You may obtain a copy of the License at
> + *
> + *      http://www.apache.org/licenses/LICENSE-2.0
> + *
> + * Unless required by applicable law or agreed to in writing, software
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> implied.
> + * See the License for the specific language governing permissions and
> + * limitations under the License.
> + */
> package wicket.contrib.dojo.markup.html.container.accordion;
>
> import wicket.Component;
>
> Modified:
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/container/page/DojoPageContainer.java
> ===================================================================
> ---
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/container/page/DojoPageContainer.java
> 2006-12-14 13:26:59 UTC (rev 1345)
> +++
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/container/page/DojoPageContainer.java
> 2006-12-14 14:03:30 UTC (rev 1346)
> @@ -1,3 +1,19 @@
> +/*
> + * Licensed to the Apache Software Foundation (ASF) under one or more
> + * contributor license agreements.  See the NOTICE file distributed with
> + * this work for additional information regarding copyright ownership.
> + * The ASF licenses this file to You under the Apache License, Version
> 2.0
> + * (the "License"); you may not use this file except in compliance with
> + * the License.  You may obtain a copy of the License at
> + *
> + *      http://www.apache.org/licenses/LICENSE-2.0
> + *
> + * Unless required by applicable law or agreed to in writing, software
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> implied.
> + * See the License for the specific language governing permissions and
> + * limitations under the License.
> + */
> package wicket.contrib.dojo.markup.html.container.page;
>
> import wicket.MarkupContainer;
>
> Modified:
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/container/tab/DojoTabContainer.java
> ===================================================================
> ---
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/container/tab/DojoTabContainer.java
> 2006-12-14 13:26:59 UTC (rev 1345)
> +++
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/container/tab/DojoTabContainer.java
> 2006-12-14 14:03:30 UTC (rev 1346)
> @@ -1,3 +1,19 @@
> +/*
> + * Licensed to the Apache Software Foundation (ASF) under one or more
> + * contributor license agreements.  See the NOTICE file distributed with
> + * this work for additional information regarding copyright ownership.
> + * The ASF licenses this file to You under the Apache License, Version
> 2.0
> + * (the "License"); you may not use this file except in compliance with
> + * the License.  You may obtain a copy of the License at
> + *
> + *      http://www.apache.org/licenses/LICENSE-2.0
> + *
> + * Unless required by applicable law or agreed to in writing, software
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> implied.
> + * See the License for the specific language governing permissions and
> + * limitations under the License.
> + */
> package wicket.contrib.dojo.markup.html.container.tab;
>
> import static wicket.contrib.dojo.DojoIdConstants.DOJO_TYPE;
>
> Modified:
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/container/tab/DojoTabHandler.java
> ===================================================================
> ---
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/container/tab/DojoTabHandler.java
> 2006-12-14 13:26:59 UTC (rev 1345)
> +++
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/container/tab/DojoTabHandler.java
> 2006-12-14 14:03:30 UTC (rev 1346)
> @@ -1,3 +1,19 @@
> +/*
> + * Licensed to the Apache Software Foundation (ASF) under one or more
> + * contributor license agreements.  See the NOTICE file distributed with
> + * this work for additional information regarding copyright ownership.
> + * The ASF licenses this file to You under the Apache License, Version
> 2.0
> + * (the "License"); you may not use this file except in compliance with
> + * the License.  You may obtain a copy of the License at
> + *
> + *      http://www.apache.org/licenses/LICENSE-2.0
> + *
> + * Unless required by applicable law or agreed to in writing, software
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> implied.
> + * See the License for the specific language governing permissions and
> + * limitations under the License.
> + */
> package wicket.contrib.dojo.markup.html.container.tab;
>
> import wicket.Component;
>
> Modified:
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/dialog/DojoDialog.java
> ===================================================================
> ---
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/dialog/DojoDialog.java      2006-12-14
> 13:26:59 UTC (rev 1345)
> +++
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/dialog/DojoDialog.java      2006-12-14
> 14:03:30 UTC (rev 1346)
> @@ -1,3 +1,19 @@
> +/*
> + * Licensed to the Apache Software Foundation (ASF) under one or more
> + * contributor license agreements.  See the NOTICE file distributed with
> + * this work for additional information regarding copyright ownership.
> + * The ASF licenses this file to You under the Apache License, Version
> 2.0
> + * (the "License"); you may not use this file except in compliance with
> + * the License.  You may obtain a copy of the License at
> + *
> + *      http://www.apache.org/licenses/LICENSE-2.0
> + *
> + * Unless required by applicable law or agreed to in writing, software
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> implied.
> + * See the License for the specific language governing permissions and
> + * limitations under the License.
> + */
> package wicket.contrib.dojo.markup.html.dialog;
>
> import static wicket.contrib.dojo.DojoIdConstants.DOJO_TYPE;
>
> Modified:
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/dialog/DojoDialogCloser.java
> ===================================================================
> ---
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/dialog/DojoDialogCloser.java        2006-12-14
> 13:26:59 UTC (rev 1345)
> +++
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/dialog/DojoDialogCloser.java        2006-12-14
> 14:03:30 UTC (rev 1346)
> @@ -1,3 +1,19 @@
> +/*
> + * Licensed to the Apache Software Foundation (ASF) under one or more
> + * contributor license agreements.  See the NOTICE file distributed with
> + * this work for additional information regarding copyright ownership.
> + * The ASF licenses this file to You under the Apache License, Version
> 2.0
> + * (the "License"); you may not use this file except in compliance with
> + * the License.  You may obtain a copy of the License at
> + *
> + *      http://www.apache.org/licenses/LICENSE-2.0
> + *
> + * Unless required by applicable law or agreed to in writing, software
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> implied.
> + * See the License for the specific language governing permissions and
> + * limitations under the License.
> + */
> package wicket.contrib.dojo.markup.html.dialog;
>
> import wicket.AttributeModifier;
> @@ -7,7 +23,7 @@
> import wicket.model.Model;
>
> /**
> - * Link to close \xE0 DojoDialog
> + * Link to close � DojoDialog
>   * @author vdemay
>   *
>   */
>
> Modified:
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/dialog/DojoDialogHandler.java
> ===================================================================
> ---
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/dialog/DojoDialogHandler.java
> 2006-12-14 13:26:59 UTC (rev 1345)
> +++
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/dialog/DojoDialogHandler.java
> 2006-12-14 14:03:30 UTC (rev 1346)
> @@ -1,7 +1,22 @@
> +/*
> + * Licensed to the Apache Software Foundation (ASF) under one or more
> + * contributor license agreements.  See the NOTICE file distributed with
> + * this work for additional information regarding copyright ownership.
> + * The ASF licenses this file to You under the Apache License, Version
> 2.0
> + * (the "License"); you may not use this file except in compliance with
> + * the License.  You may obtain a copy of the License at
> + *
> + *      http://www.apache.org/licenses/LICENSE-2.0
> + *
> + * Unless required by applicable law or agreed to in writing, software
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> implied.
> + * See the License for the specific language governing permissions and
> + * limitations under the License.
> + */
> package wicket.contrib.dojo.markup.html.dialog;
>
> import wicket.ajax.AjaxRequestTarget;
> -import wicket.contrib.dojo.AbstractDefaultDojoBehavior;
> import wicket.contrib.dojo.AbstractRequireDojoBehavior;
> import wicket.contrib.dojo.templates.DojoPackagedTextTemplate;
> import wicket.markup.html.IHeaderResponse;
>
> Modified:
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/dialog/DojoDialogOpener.java
> ===================================================================
> ---
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/dialog/DojoDialogOpener.java        2006-12-14
> 13:26:59 UTC (rev 1345)
> +++
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/dialog/DojoDialogOpener.java        2006-12-14
> 14:03:30 UTC (rev 1346)
> @@ -1,3 +1,19 @@
> +/*
> + * Licensed to the Apache Software Foundation (ASF) under one or more
> + * contributor license agreements.  See the NOTICE file distributed with
> + * this work for additional information regarding copyright ownership.
> + * The ASF licenses this file to You under the Apache License, Version
> 2.0
> + * (the "License"); you may not use this file except in compliance with
> + * the License.  You may obtain a copy of the License at
> + *
> + *      http://www.apache.org/licenses/LICENSE-2.0
> + *
> + * Unless required by applicable law or agreed to in writing, software
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> implied.
> + * See the License for the specific language governing permissions and
> + * limitations under the License.
> + */
> package wicket.contrib.dojo.markup.html.dialog;
>
> import wicket.AttributeModifier;
>
> Modified:
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/floatingpane/DojoAbstractFloatingPane.java
> ===================================================================
> ---
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/floatingpane/DojoAbstractFloatingPane.java  2006-12-14
> 13:26:59 UTC (rev 1345)
> +++
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/floatingpane/DojoAbstractFloatingPane.java  2006-12-14
> 14:03:30 UTC (rev 1346)
> @@ -1,3 +1,19 @@
> +/*
> + * Licensed to the Apache Software Foundation (ASF) under one or more
> + * contributor license agreements.  See the NOTICE file distributed with
> + * this work for additional information regarding copyright ownership.
> + * The ASF licenses this file to You under the Apache License, Version
> 2.0
> + * (the "License"); you may not use this file except in compliance with
> + * the License.  You may obtain a copy of the License at
> + *
> + *      http://www.apache.org/licenses/LICENSE-2.0
> + *
> + * Unless required by applicable law or agreed to in writing, software
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> implied.
> + * See the License for the specific language governing permissions and
> + * limitations under the License.
> + */
> package wicket.contrib.dojo.markup.html.floatingpane;
>
> import wicket.MarkupContainer;
>
> Modified:
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/floatingpane/DojoFloatingPane.java
> ===================================================================
> ---
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/floatingpane/DojoFloatingPane.java  2006-12-14
> 13:26:59 UTC (rev 1345)
> +++
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/floatingpane/DojoFloatingPane.java  2006-12-14
> 14:03:30 UTC (rev 1346)
> @@ -1,3 +1,19 @@
> +/*
> + * Licensed to the Apache Software Foundation (ASF) under one or more
> + * contributor license agreements.  See the NOTICE file distributed with
> + * this work for additional information regarding copyright ownership.
> + * The ASF licenses this file to You under the Apache License, Version
> 2.0
> + * (the "License"); you may not use this file except in compliance with
> + * the License.  You may obtain a copy of the License at
> + *
> + *      http://www.apache.org/licenses/LICENSE-2.0
> + *
> + * Unless required by applicable law or agreed to in writing, software
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> implied.
> + * See the License for the specific language governing permissions and
> + * limitations under the License.
> + */
> package wicket.contrib.dojo.markup.html.floatingpane;
>
> import static wicket.contrib.dojo.DojoIdConstants.DOJO_TYPE;
>
> Modified:
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/floatingpane/DojoFloatingPaneHandler.java
> ===================================================================
> ---
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/floatingpane/DojoFloatingPaneHandler.java
> 2006-12-14 13:26:59 UTC (rev 1345)
> +++
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/floatingpane/DojoFloatingPaneHandler.java
> 2006-12-14 14:03:30 UTC (rev 1346)
> @@ -1,3 +1,19 @@
> +/*
> + * Licensed to the Apache Software Foundation (ASF) under one or more
> + * contributor license agreements.  See the NOTICE file distributed with
> + * this work for additional information regarding copyright ownership.
> + * The ASF licenses this file to You under the Apache License, Version
> 2.0
> + * (the "License"); you may not use this file except in compliance with
> + * the License.  You may obtain a copy of the License at
> + *
> + *      http://www.apache.org/licenses/LICENSE-2.0
> + *
> + * Unless required by applicable law or agreed to in writing, software
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> implied.
> + * See the License for the specific language governing permissions and
> + * limitations under the License.
> + */
> package wicket.contrib.dojo.markup.html.floatingpane;
>
> import wicket.ajax.AjaxRequestTarget;
>
> Modified:
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/floatingpane/DojoModalFloatingPane.java
> ===================================================================
> ---
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/floatingpane/DojoModalFloatingPane.java
> 2006-12-14 13:26:59 UTC (rev 1345)
> +++
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/floatingpane/DojoModalFloatingPane.java
> 2006-12-14 14:03:30 UTC (rev 1346)
> @@ -1,3 +1,19 @@
> +/*
> + * Licensed to the Apache Software Foundation (ASF) under one or more
> + * contributor license agreements.  See the NOTICE file distributed with
> + * this work for additional information regarding copyright ownership.
> + * The ASF licenses this file to You under the Apache License, Version
> 2.0
> + * (the "License"); you may not use this file except in compliance with
> + * the License.  You may obtain a copy of the License at
> + *
> + *      http://www.apache.org/licenses/LICENSE-2.0
> + *
> + * Unless required by applicable law or agreed to in writing, software
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> implied.
> + * See the License for the specific language governing permissions and
> + * limitations under the License.
> + */
> package wicket.contrib.dojo.markup.html.floatingpane;
>
> import static wicket.contrib.dojo.DojoIdConstants.DOJO_TYPE;
>
> Modified:
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/floatingpane/DojoModalFloatingPaneHandler.java
> ===================================================================
> ---
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/floatingpane/DojoModalFloatingPaneHandler.java      2006-12-14
> 13:26:59 UTC (rev 1345)
> +++
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/floatingpane/DojoModalFloatingPaneHandler.java      2006-12-14
> 14:03:30 UTC (rev 1346)
> @@ -1,3 +1,19 @@
> +/*
> + * Licensed to the Apache Software Foundation (ASF) under one or more
> + * contributor license agreements.  See the NOTICE file distributed with
> + * this work for additional information regarding copyright ownership.
> + * The ASF licenses this file to You under the Apache License, Version
> 2.0
> + * (the "License"); you may not use this file except in compliance with
> + * the License.  You may obtain a copy of the License at
> + *
> + *      http://www.apache.org/licenses/LICENSE-2.0
> + *
> + * Unless required by applicable law or agreed to in writing, software
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> implied.
> + * See the License for the specific language governing permissions and
> + * limitations under the License.
> + */
> package wicket.contrib.dojo.markup.html.floatingpane;
>
> import wicket.ajax.AjaxRequestTarget;
> @@ -2,3 +18,2 @@
> import wicket.contrib.dojo.AbstractRequireDojoBehavior;
> -import wicket.markup.html.IHeaderResponse;
>
>
> Modified:
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/form/suggestionlist/DojoInlineSuggestionList.java
> ===================================================================
> ---
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/form/suggestionlist/DojoInlineSuggestionList.java
> 2006-12-14 13:26:59 UTC (rev 1345)
> +++
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/form/suggestionlist/DojoInlineSuggestionList.java
> 2006-12-14 14:03:30 UTC (rev 1346)
> @@ -1,3 +1,19 @@
> +/*
> + * Licensed to the Apache Software Foundation (ASF) under one or more
> + * contributor license agreements.  See the NOTICE file distributed with
> + * this work for additional information regarding copyright ownership.
> + * The ASF licenses this file to You under the Apache License, Version
> 2.0
> + * (the "License"); you may not use this file except in compliance with
> + * the License.  You may obtain a copy of the License at
> + *
> + *      http://www.apache.org/licenses/LICENSE-2.0
> + *
> + * Unless required by applicable law or agreed to in writing, software
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> implied.
> + * See the License for the specific language governing permissions and
> + * limitations under the License.
> + */
> package wicket.contrib.dojo.markup.html.form.suggestionlist;
>
> import wicket.MarkupContainer;
>
> Modified:
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/form/suggestionlist/DojoInlineSuggestionListHandler.java
> ===================================================================
> ---
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/form/suggestionlist/DojoInlineSuggestionListHandler.java    2006-12-14
> 13:26:59 UTC (rev 1345)
> +++
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/form/suggestionlist/DojoInlineSuggestionListHandler.java    2006-12-14
> 14:03:30 UTC (rev 1346)
> @@ -1,3 +1,19 @@
> +/*
> + * Licensed to the Apache Software Foundation (ASF) under one or more
> + * contributor license agreements.  See the NOTICE file distributed with
> + * this work for additional information regarding copyright ownership.
> + * The ASF licenses this file to You under the Apache License, Version
> 2.0
> + * (the "License"); you may not use this file except in compliance with
> + * the License.  You may obtain a copy of the License at
> + *
> + *      http://www.apache.org/licenses/LICENSE-2.0
> + *
> + * Unless required by applicable law or agreed to in writing, software
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> implied.
> + * See the License for the specific language governing permissions and
> + * limitations under the License.
> + */
> package wicket.contrib.dojo.markup.html.form.suggestionlist;
>
> import wicket.ajax.AjaxRequestTarget;
>
> Modified:
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/form/suggestionlist/DojoRemoteSuggestionList.java
> ===================================================================
> ---
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/form/suggestionlist/DojoRemoteSuggestionList.java
> 2006-12-14 13:26:59 UTC (rev 1345)
> +++
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/form/suggestionlist/DojoRemoteSuggestionList.java
> 2006-12-14 14:03:30 UTC (rev 1346)
> @@ -1,3 +1,19 @@
> +/*
> + * Licensed to the Apache Software Foundation (ASF) under one or more
> + * contributor license agreements.  See the NOTICE file distributed with
> + * this work for additional information regarding copyright ownership.
> + * The ASF licenses this file to You under the Apache License, Version
> 2.0
> + * (the "License"); you may not use this file except in compliance with
> + * the License.  You may obtain a copy of the License at
> + *
> + *      http://www.apache.org/licenses/LICENSE-2.0
> + *
> + * Unless required by applicable law or agreed to in writing, software
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> implied.
> + * See the License for the specific language governing permissions and
> + * limitations under the License.
> + */
> package wicket.contrib.dojo.markup.html.form.suggestionlist;
>
> import static wicket.contrib.dojo.DojoIdConstants.DOJO_TYPE;
>
> Modified:
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/form/suggestionlist/DojoRemoteSuggestionListHandler.java
> ===================================================================
> ---
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/form/suggestionlist/DojoRemoteSuggestionListHandler.java    2006-12-14
> 13:26:59 UTC (rev 1345)
> +++
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/form/suggestionlist/DojoRemoteSuggestionListHandler.java    2006-12-14
> 14:03:30 UTC (rev 1346)
> @@ -1,3 +1,19 @@
> +/*
> + * Licensed to the Apache Software Foundation (ASF) under one or more
> + * contributor license agreements.  See the NOTICE file distributed with
> + * this work for additional information regarding copyright ownership.
> + * The ASF licenses this file to You under the Apache License, Version
> 2.0
> + * (the "License"); you may not use this file except in compliance with
> + * the License.  You may obtain a copy of the License at
> + *
> + *      http://www.apache.org/licenses/LICENSE-2.0
> + *
> + * Unless required by applicable law or agreed to in writing, software
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> implied.
> + * See the License for the specific language governing permissions and
> + * limitations under the License.
> + */
> package wicket.contrib.dojo.markup.html.form.suggestionlist;
>
> import wicket.Page;
>
> Modified:
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/form/suggestionlist/SuggestionList.java
> ===================================================================
> ---
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/form/suggestionlist/SuggestionList.java
> 2006-12-14 13:26:59 UTC (rev 1345)
> +++
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/form/suggestionlist/SuggestionList.java
> 2006-12-14 14:03:30 UTC (rev 1346)
> @@ -1,3 +1,19 @@
> +/*
> + * Licensed to the Apache Software Foundation (ASF) under one or more
> + * contributor license agreements.  See the NOTICE file distributed with
> + * this work for additional information regarding copyright ownership.
> + * The ASF licenses this file to You under the Apache License, Version
> 2.0
> + * (the "License"); you may not use this file except in compliance with
> + * the License.  You may obtain a copy of the License at
> + *
> + *      http://www.apache.org/licenses/LICENSE-2.0
> + *
> + * Unless required by applicable law or agreed to in writing, software
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> implied.
> + * See the License for the specific language governing permissions and
> + * limitations under the License.
> + */
> package wicket.contrib.dojo.markup.html.form.suggestionlist;
>
> import java.util.HashMap;
>
> Modified:
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/inlineeditbox/DojoInlineEditBox.java
> ===================================================================
> ---
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/inlineeditbox/DojoInlineEditBox.java        2006-12-14
> 13:26:59 UTC (rev 1345)
> +++
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/inlineeditbox/DojoInlineEditBox.java        2006-12-14
> 14:03:30 UTC (rev 1346)
> @@ -1,3 +1,19 @@
> +/*
> + * Licensed to the Apache Software Foundation (ASF) under one or more
> + * contributor license agreements.  See the NOTICE file distributed with
> + * this work for additional information regarding copyright ownership.
> + * The ASF licenses this file to You under the Apache License, Version
> 2.0
> + * (the "License"); you may not use this file except in compliance with
> + * the License.  You may obtain a copy of the License at
> + *
> + *      http://www.apache.org/licenses/LICENSE-2.0
> + *
> + * Unless required by applicable law or agreed to in writing, software
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> implied.
> + * See the License for the specific language governing permissions and
> + * limitations under the License.
> + */
> package wicket.contrib.dojo.markup.html.inlineeditbox;
>
> import static wicket.contrib.dojo.DojoIdConstants.DOJO_TYPE;
> @@ -3,5 +19,4 @@
> import static
> wicket.contrib.dojo.DojoIdConstants.DOJO_TYPE_INLINE_EDIT_BOX;
> import wicket.MarkupContainer;
> -import wicket.ResourceReference;
> import wicket.ajax.AjaxRequestTarget;
> import wicket.markup.ComponentTag;
>
> Modified:
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/inlineeditbox/DojoInlineEditBoxHandler.java
> ===================================================================
> ---
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/inlineeditbox/DojoInlineEditBoxHandler.java
> 2006-12-14 13:26:59 UTC (rev 1345)
> +++
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/inlineeditbox/DojoInlineEditBoxHandler.java
> 2006-12-14 14:03:30 UTC (rev 1346)
> @@ -1,3 +1,19 @@
> +/*
> + * Licensed to the Apache Software Foundation (ASF) under one or more
> + * contributor license agreements.  See the NOTICE file distributed with
> + * this work for additional information regarding copyright ownership.
> + * The ASF licenses this file to You under the Apache License, Version
> 2.0
> + * (the "License"); you may not use this file except in compliance with
> + * the License.  You may obtain a copy of the License at
> + *
> + *      http://www.apache.org/licenses/LICENSE-2.0
> + *
> + * Unless required by applicable law or agreed to in writing, software
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> implied.
> + * See the License for the specific language governing permissions and
> + * limitations under the License.
> + */
> package wicket.contrib.dojo.markup.html.inlineeditbox;
>
> import java.util.HashMap;
> @@ -11,7 +27,7 @@
>   * Dojo inlineEditBox behavior
>   * @author Gregory Maes
>   */
> -public class DojoInlineEditBoxHandler extends AbstractRequireDojoBehavior
> {
> +class DojoInlineEditBoxHandler extends AbstractRequireDojoBehavior {
>
>         /** connect the onSave function of dojo with the wicket
> callbackUrl */
>         @Override
> @@ -33,6 +49,7 @@
>         }
>
>         /** recover the text value and set it in the model */
> +       @SuppressWarnings("unchecked")
>         @Override
>         protected void respond(AjaxRequestTarget target) {
>                 String textValue =
> getComponent().getRequest().getParameter("newTextValue");
>
> Modified:
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/percentage/DojoPercentSelector.java
> ===================================================================
> ---
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/percentage/DojoPercentSelector.java
> 2006-12-14 13:26:59 UTC (rev 1345)
> +++
> trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/percentage/DojoPercentSelector.java
> 2006-12-14 14:03:30 UTC (rev 1346)
> @@ -1,3 +1,19 @@
> +/*
> + * Licensed to the Apache Software Foundation (ASF) under one or more
> + * contributor license agreements.  See the NOTICE file distributed with
> + * this work for additional information regarding copyright ownership.
> + * The ASF licenses this file to You under the Apache License, Version
> 2.0
> + * (the "License"); you may not use this file except in compliance with
> + * the License.  You may obtain a copy of the License at
> + *
> + *      http://www.apache.org/licenses/LICENSE-2.0
> + *
> + * Unless required by applicable law or agreed to in writing, software
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> implied.
> + * See the License for the specific language governing permissions and
> + * limitations under the License.
> + */
> package wicket.contrib.dojo.markup.html.percentage;
>
> import static wicket.contrib.dojo.DojoIdConstants.DOJO_TYPE;
> @@ -11,8 +27,32 @@
> import wicket.markup.html.WebMarkupContainer;
> import wicket.model.IModel;
>
> +/**
> + * <p>
> + * Dojo Percent Selector is a widget to select some percentage
> + * dependents each others. The sum of all percentage should be
> + * 100.
> + * </p>
> + * <p>
> + * <p><b>Usage</b>
> + * <pre>
> + * DojoPercentSelector percent = new DojoPercentSelector(this, "percent",
> new Model&lt;PercentageRanges>(ranges));
> + * </pre>
> + * <u>Be carrefull </u>: model associated with this widget should be
> {@link PercentageRanges}. Others models are not allowed.
> + * </p>
> + *
> + * @author Vincent Demay
> + *
> + */
> public class DojoPercentSelector extends WebMarkupContainer {
>
> +       /**
> +        * The widget Constructor
> +        * @param parent parent where the widget will be added
> +        * @param id widget id
> +        * @param model model associated with the widget. <b>Only
> PercentageRange</b>
> +        */
> +       @SuppressWarnings("unchecked")
>         public DojoPercentSelector(MarkupContainer parent, String id,
> IModel<PercentageRanges> model)
>         {
>                 super(parent, id, model);
> @@ -20,6 +60,...
>
> [Message clipped]

Re: Re: [Wicket-autocvs] SF.net SVN: wicket-stuff: [1346] trunk/wicket-contrib-dojo/src/main/java/ wicket/contrib

Posted by Martijn Dashorst <ma...@gmail.com>.
Also,

The revised license header policy of Apache doesn't apply to
non-Apache hosted projects. So you don't/didn't have to re-do the
license headers.

Martijn

On 12/14/06, Frank Bille <fr...@gmail.com> wrote:
> There is some unit test in wicket2 trunk and wicket1.3 branch to test if you
> have the license header in all your files :)
>
> Take a look at this for an example if you want:
>
> http://svn.apache.org/viewvc/incubator/wicket/trunk/wicket/src/test/java/wicket/util/license/ApacheLicenseHeaderTest.java?view=co
>
> Frank
>
>
> On 12/14/06, vdemay@users.sourceforge.net <vd...@users.sourceforge.net>
> wrote:
> >
> > Revision: 1346
> >           http://svn.sourceforge.net/wicket-stuff/?rev=1346&view=rev
> > Author:   vdemay
> > Date:     2006-12-14 06:03:30 -0800 (Thu, 14 Dec 2006)
> >
> > Log Message:
> > -----------
> > Licence headers
> >
> > Modified Paths:
> > --------------
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/AbstractDefaultDojoBehavior.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/AbstractDojoTimerBehavior.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/AbstractRequireDojoBehavior.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/DojoEventBehavior.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/DojoEventBehaviorWithLoading.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/DojoIdConstants.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/DojoPosition.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/DojoSelfUpdatingTimerBehavior.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojodnd/DojoDragContainer.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojodnd/DojoDragContainerHandler.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojodnd/DojoDropContainer.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojodnd/DojoDropContainerHandler.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojofx/DojoFXHandler.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojofx/FXOnClickExploder.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojofx/FXOnClickFader.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojofx/FXOnClickHighlighter.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojofx/FXOnClickSlider.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojofx/FXOnClickWiper.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojofx/FXOnMouseOverFader.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojofx/FXOnMouseOverHighlighter.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/html/list/DojoOrderableListRemover.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/html/list/DojoOrderableListView.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/html/list/DojoOrderableListViewContainer.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/html/list/lazy/DojoLazyLoadingListContainer.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/html/list/lazy/DojoLazyLoadingListContainerHandler.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/html/list/lazy/DojoLazyLoadingRefreshingView.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/html/list/table/DojoSelectableListContainer.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/html/list/table/DojoSelectableListContainerHandler.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/calendar/DojoWeekOrganizer.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/calendar/DojoWeekOrganizerHandler.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/calendar/model/TimeRange.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/calendar/model/TimeRangeModelHelper.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/calendar/model/WeekTimeRange.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/container/AbstractDojoContainer.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/container/DojoSimpleContainer.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/container/DojoSimpleContainerHandler.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/container/DojoSplitContainer.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/container/accordion/DojoAccordionContainer.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/container/accordion/DojoAccordionHandler.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/container/page/DojoPageContainer.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/container/tab/DojoTabContainer.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/container/tab/DojoTabHandler.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/dialog/DojoDialog.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/dialog/DojoDialogCloser.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/dialog/DojoDialogHandler.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/dialog/DojoDialogOpener.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/floatingpane/DojoAbstractFloatingPane.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/floatingpane/DojoFloatingPane.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/floatingpane/DojoFloatingPaneHandler.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/floatingpane/DojoModalFloatingPane.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/floatingpane/DojoModalFloatingPaneHandler.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/form/suggestionlist/DojoInlineSuggestionList.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/form/suggestionlist/DojoInlineSuggestionListHandler.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/form/suggestionlist/DojoRemoteSuggestionList.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/form/suggestionlist/DojoRemoteSuggestionListHandler.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/form/suggestionlist/SuggestionList.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/inlineeditbox/DojoInlineEditBox.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/inlineeditbox/DojoInlineEditBoxHandler.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/percentage/DojoPercentSelector.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/percentage/DojoPercentSelectorHandler.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/percentage/model/PercentageRanges.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/toaster/DojoToaster.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/toaster/DojoToasterHandler.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/tooltip/DojoTooltip.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/tooltip/DojoTooltipHandler.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/templates/DojoPackagedTextTemplate.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/toggle/DojoExplodeToggle.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/toggle/DojoFadeToggle.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/toggle/DojoToggle.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/toggle/DojoWipeToggle.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/widgets/HideWebMarkupContainer.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/widgets/StyleAttribute.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/widgets/StylingWebMarkupContainer.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/markup/html/form/DatePicker.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/markup/html/form/DatePickerHandler.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/markup/html/form/ImmediateCheckBox.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/markup/html/form/ImmediateRadioChoice.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/markup/html/form/ImmediateTextField.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/markup/html/form/sliders/DojoIntegerSlider.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/markup/html/form/sliders/DojoIntegerSliderHandler.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/markup/html/form/sliders/DojoSlider.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/markup/html/form/validation/FXFeedbackIndicator.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/markup/html/form/validation/FXFeedbackIndicatorInitializer.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/markup/html/form/validation/FXTooltipFeedbackPanel.java
> >
> >     trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/markup/html/form/validation/FXValidationAjaxHandler.java
> >
> > Modified:
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/AbstractDefaultDojoBehavior.java
> > ===================================================================
> > ---
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/AbstractDefaultDojoBehavior.java        2006-12-14
> > 13:26:59 UTC (rev 1345)
> > +++
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/AbstractDefaultDojoBehavior.java        2006-12-14
> > 14:03:30 UTC (rev 1346)
> > @@ -1,19 +1,18 @@
> > /*
> > - * $Id: DojoAjaxHandler.java 594 2006-02-22 05:54:55 -0800 (Wed, 22 Feb
> > 2006)
> > - * joco01 $ $Revision$ $Date$
> > - *
> > - *
> > ==============================================================================
> > - * Licensed under the Apache License, Version 2.0 (the "License"); you
> > may not
> > - * use this file except in compliance with the License. You may obtain a
> > copy of
> > - * the License at
> > - *
> > - * http://www.apache.org/licenses/LICENSE-2.0
> > - *
> > + * Licensed to the Apache Software Foundation (ASF) under one or more
> > + * contributor license agreements.  See the NOTICE file distributed with
> > + * this work for additional information regarding copyright ownership.
> > + * The ASF licenses this file to You under the Apache License, Version
> > 2.0
> > + * (the "License"); you may not use this file except in compliance with
> > + * the License.  You may obtain a copy of the License at
> > + *
> > + *      http://www.apache.org/licenses/LICENSE-2.0
> > + *
> >   * Unless required by applicable law or agreed to in writing, software
> > - * distributed under the License is distributed on an "AS IS" BASIS,
> > WITHOUT
> > - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See
> > the
> > - * License for the specific language governing permissions and
> > limitations under
> > - * the License.
> > + * distributed under the License is distributed on an "AS IS" BASIS,
> > + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> > implied.
> > + * See the License for the specific language governing permissions and
> > + * limitations under the License.
> >   */
> > package wicket.contrib.dojo;
> >
> >
> > Modified:
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/AbstractDojoTimerBehavior.java
> > ===================================================================
> > ---
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/AbstractDojoTimerBehavior.java  2006-12-14
> > 13:26:59 UTC (rev 1345)
> > +++
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/AbstractDojoTimerBehavior.java  2006-12-14
> > 14:03:30 UTC (rev 1346)
> > @@ -1,3 +1,19 @@
> > +/*
> > + * Licensed to the Apache Software Foundation (ASF) under one or more
> > + * contributor license agreements.  See the NOTICE file distributed with
> > + * this work for additional information regarding copyright ownership.
> > + * The ASF licenses this file to You under the Apache License, Version
> > 2.0
> > + * (the "License"); you may not use this file except in compliance with
> > + * the License.  You may obtain a copy of the License at
> > + *
> > + *      http://www.apache.org/licenses/LICENSE-2.0
> > + *
> > + * Unless required by applicable law or agreed to in writing, software
> > + * distributed under the License is distributed on an "AS IS" BASIS,
> > + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> > implied.
> > + * See the License for the specific language governing permissions and
> > + * limitations under the License.
> > + */
> > package wicket.contrib.dojo;
> >
> > import wicket.ajax.AbstractAjaxTimerBehavior;
> > @@ -34,7 +50,7 @@
> >         public AbstractDojoTimerBehavior(final Duration updateInterval,
> > String loadingId)
> >         {
> >                 super(updateInterval);
> > -               loadingId = loadingId;
> > +               this.loadingId = loadingId;
> >
> >         }
> >
> >
> > Modified:
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/AbstractRequireDojoBehavior.java
> > ===================================================================
> > ---
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/AbstractRequireDojoBehavior.java        2006-12-14
> > 13:26:59 UTC (rev 1345)
> > +++
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/AbstractRequireDojoBehavior.java        2006-12-14
> > 14:03:30 UTC (rev 1346)
> > @@ -1,3 +1,19 @@
> > +/*
> > + * Licensed to the Apache Software Foundation (ASF) under one or more
> > + * contributor license agreements.  See the NOTICE file distributed with
> > + * this work for additional information regarding copyright ownership.
> > + * The ASF licenses this file to You under the Apache License, Version
> > 2.0
> > + * (the "License"); you may not use this file except in compliance with
> > + * the License.  You may obtain a copy of the License at
> > + *
> > + *      http://www.apache.org/licenses/LICENSE-2.0
> > + *
> > + * Unless required by applicable law or agreed to in writing, software
> > + * distributed under the License is distributed on an "AS IS" BASIS,
> > + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> > implied.
> > + * See the License for the specific language governing permissions and
> > + * limitations under the License.
> > + */
> > package wicket.contrib.dojo;
> >
> > import java.util.ArrayList;
> >
> > Modified:
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/DojoEventBehavior.java
> > ===================================================================
> > ---
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/DojoEventBehavior.java  2006-12-14
> > 13:26:59 UTC (rev 1345)
> > +++
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/DojoEventBehavior.java  2006-12-14
> > 14:03:30 UTC (rev 1346)
> > @@ -1,3 +1,19 @@
> > +/*
> > + * Licensed to the Apache Software Foundation (ASF) under one or more
> > + * contributor license agreements.  See the NOTICE file distributed with
> > + * this work for additional information regarding copyright ownership.
> > + * The ASF licenses this file to You under the Apache License, Version
> > 2.0
> > + * (the "License"); you may not use this file except in compliance with
> > + * the License.  You may obtain a copy of the License at
> > + *
> > + *      http://www.apache.org/licenses/LICENSE-2.0
> > + *
> > + * Unless required by applicable law or agreed to in writing, software
> > + * distributed under the License is distributed on an "AS IS" BASIS,
> > + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> > implied.
> > + * See the License for the specific language governing permissions and
> > + * limitations under the License.
> > + */
> > package wicket.contrib.dojo;
> >
> > import wicket.ajax.AjaxEventBehavior;
> >
> > Modified:
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/DojoEventBehaviorWithLoading.java
> > ===================================================================
> > ---
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/DojoEventBehaviorWithLoading.java
> > 2006-12-14 13:26:59 UTC (rev 1345)
> > +++
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/DojoEventBehaviorWithLoading.java
> > 2006-12-14 14:03:30 UTC (rev 1346)
> > @@ -1,3 +1,19 @@
> > +/*
> > + * Licensed to the Apache Software Foundation (ASF) under one or more
> > + * contributor license agreements.  See the NOTICE file distributed with
> > + * this work for additional information regarding copyright ownership.
> > + * The ASF licenses this file to You under the Apache License, Version
> > 2.0
> > + * (the "License"); you may not use this file except in compliance with
> > + * the License.  You may obtain a copy of the License at
> > + *
> > + *      http://www.apache.org/licenses/LICENSE-2.0
> > + *
> > + * Unless required by applicable law or agreed to in writing, software
> > + * distributed under the License is distributed on an "AS IS" BASIS,
> > + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> > implied.
> > + * See the License for the specific language governing permissions and
> > + * limitations under the License.
> > + */
> > package wicket.contrib.dojo;
> >
> > import wicket.Component;
> >
> > Modified:
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/DojoIdConstants.java
> > ===================================================================
> > ---
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/DojoIdConstants.java    2006-12-14
> > 13:26:59 UTC (rev 1345)
> > +++
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/DojoIdConstants.java    2006-12-14
> > 14:03:30 UTC (rev 1346)
> > @@ -1,3 +1,19 @@
> > +/*
> > + * Licensed to the Apache Software Foundation (ASF) under one or more
> > + * contributor license agreements.  See the NOTICE file distributed with
> > + * this work for additional information regarding copyright ownership.
> > + * The ASF licenses this file to You under the Apache License, Version
> > 2.0
> > + * (the "License"); you may not use this file except in compliance with
> > + * the License.  You may obtain a copy of the License at
> > + *
> > + *      http://www.apache.org/licenses/LICENSE-2.0
> > + *
> > + * Unless required by applicable law or agreed to in writing, software
> > + * distributed under the License is distributed on an "AS IS" BASIS,
> > + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> > implied.
> > + * See the License for the specific language governing permissions and
> > + * limitations under the License.
> > + */
> > package wicket.contrib.dojo;
> >
> >
> > @@ -6,8 +22,8 @@
> >   * @author vdemay
> >   *
> >   */
> > -public interface DojoIdConstants
> > -{
> > +public interface DojoIdConstants{
> > +
> >         public static String DOJO_TYPE                       = "dojoType";
> >
> >         public static String DOJO_TYPE_DIALOG                = "dialog";
> >
> > Modified:
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/DojoPosition.java
> > ===================================================================
> > ---
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/DojoPosition.java
> > 2006-12-14 13:26:59 UTC (rev 1345)
> > +++
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/DojoPosition.java
> > 2006-12-14 14:03:30 UTC (rev 1346)
> > @@ -1,3 +1,19 @@
> > +/*
> > + * Licensed to the Apache Software Foundation (ASF) under one or more
> > + * contributor license agreements.  See the NOTICE file distributed with
> > + * this work for additional information regarding copyright ownership.
> > + * The ASF licenses this file to You under the Apache License, Version
> > 2.0
> > + * (the "License"); you may not use this file except in compliance with
> > + * the License.  You may obtain a copy of the License at
> > + *
> > + *      http://www.apache.org/licenses/LICENSE-2.0
> > + *
> > + * Unless required by applicable law or agreed to in writing, software
> > + * distributed under the License is distributed on an "AS IS" BASIS,
> > + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> > implied.
> > + * See the License for the specific language governing permissions and
> > + * limitations under the License.
> > + */
> > package wicket.contrib.dojo;
> >
> >
> >
> > Modified:
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/DojoSelfUpdatingTimerBehavior.java
> > ===================================================================
> > ---
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/DojoSelfUpdatingTimerBehavior.java      2006-12-14
> > 13:26:59 UTC (rev 1345)
> > +++
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/DojoSelfUpdatingTimerBehavior.java      2006-12-14
> > 14:03:30 UTC (rev 1346)
> > @@ -1,3 +1,20 @@
> > +/*
> > + * Licensed to the Apache Software Foundation (ASF) under one or more
> > + * contributor license agreements.  See the NOTICE file distributed with
> > + * this work for additional information regarding copyright ownership.
> > + * The ASF licenses this file to You under the Apache License, Version
> > 2.0
> > + * (the "License"); you may not use this file except in compliance with
> > + * the License.  You may obtain a copy of the License at
> > + *
> > + *      http://www.apache.org/licenses/LICENSE-2.0
> > + *
> > + * Unless required by applicable law or agreed to in writing, software
> > + * distributed under the License is distributed on an "AS IS" BASIS,
> > + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> > implied.
> > + * See the License for the specific language governing permissions and
> > + * limitations under the License.
> > + */
> > +
> > package wicket.contrib.dojo;
> >
> > import wicket.ajax.AjaxRequestTarget;
> > @@ -7,7 +24,7 @@
> >   * Automatically re-renders the component it is attached to via AJAX at a
> >   * regular interval.
> >   *
> > - * @author vdemay
> > + * @author Vincent Demay
> >   */
> > public class DojoSelfUpdatingTimerBehavior extends
> > AbstractDojoTimerBehavior
> > {
> >
> > Modified:
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojodnd/DojoDragContainer.java
> > ===================================================================
> > ---
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojodnd/DojoDragContainer.java  2006-12-14
> > 13:26:59 UTC (rev 1345)
> > +++
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojodnd/DojoDragContainer.java  2006-12-14
> > 14:03:30 UTC (rev 1346)
> > @@ -1,3 +1,19 @@
> > +/*
> > + * Licensed to the Apache Software Foundation (ASF) under one or more
> > + * contributor license agreements.  See the NOTICE file distributed with
> > + * this work for additional information regarding copyright ownership.
> > + * The ASF licenses this file to You under the Apache License, Version
> > 2.0
> > + * (the "License"); you may not use this file except in compliance with
> > + * the License.  You may obtain a copy of the License at
> > + *
> > + *      http://www.apache.org/licenses/LICENSE-2.0
> > + *
> > + * Unless required by applicable law or agreed to in writing, software
> > + * distributed under the License is distributed on an "AS IS" BASIS,
> > + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> > implied.
> > + * See the License for the specific language governing permissions and
> > + * limitations under the License.
> > + */
> > package wicket.contrib.dojo.dojodnd;
> >
> > import wicket.MarkupContainer;
> > @@ -5,7 +21,55 @@
> >
> > /**
> >   * Dojo drag container
> > - * @author <a href="http://www.demay-fr.net/blog">Vincent Demay</a>
> > + * <p>
> > + *     A drag container is a HTML container used to define a Drag area.
> > + *  This area is associated with a pattern. This pattern is used to know
> > + *  if a DojoDragContainer can be drag and drop on a {@link
> > DojoDropContainer} which
> > + *  contains a list of pattern
> > + * </p>
> > + * <p>
> > + *     <b>Sample</b>
> > + *  <pre>
> > + *   package wicket.contrib.dojo.examples;
> > + *
> > + *   import wicket.PageParameters;
> > + *   import wicket.contrib.dojo.dojodnd.DojoDragContainer;
> > + *   import wicket.contrib.dojo.dojodnd.DojoDropContainer;
> > + *   import wicket.markup.html.WebPage;
> > + *   import wicket.markup.html.image.Image;
> > + *
> > + *   public class DnDShower extends WebPage {
> > + *
> > + *     public DnDShower(PageParameters parameters){
> > + *             DojoDropContainer dropContainer = new
> > DojoDropContainer(this,"dropContainer"){
> > + *
> > + *                     public void onDrop(DojoDragContainer container,
> > int position) {
> > + *                             System.out.println("position = " +
> > position);
> > + *                             System.out.println("DojoDragContainer" +
> > container.getId());
> > + *
> > + *                     }
> > + *
> > + *             };
> > + *
> > + *             DojoDragContainer dragContainer1 = new
> > DojoDragContainer(this,"dragContainer1");
> > + *             DojoDragContainer dragContainer2 = new
> > DojoDragContainer(this,"dragContainer2");
> > + *             DojoDragContainer dragContainer3 = new
> > DojoDragContainer(this,"dragContainer3");
> > + *
> > + *             DojoDragContainer dragContainer4 = new
> > DojoDragContainer(dropContainer,"dragContainer4");
> > + *             DojoDragContainer dragContainer5 = new
> > DojoDragContainer(dropContainer,"dragContainer5");
> > + *
> > + *             new Image(dragContainer1,"pic1");
> > + *             new Image(dragContainer2,"pic2");
> > + *                     new Image(dragContainer3,"pic3");
> > + *             new Image(dragContainer4,"pic4");
> > + *             new Image(dragContainer5,"pic5");
> > + *     }
> > + *   }
> > + *
> > + *
> > + *  </pre>
> > + * </p>
> > + * @author <a href="http://www.demay-fr.net/blog/index.html/en">Vincent
> > Demay</a>
> >   *
> >   */
> > public class DojoDragContainer extends WebMarkupContainer
> > @@ -13,6 +77,11 @@
> >
> >         private String dragId;
> >
> > +       /**
> > +        * Constructor of a drag container
> > +        * @param parent parent where to add this widget
> > +        * @param id widgte id
> > +        */
> >         public DojoDragContainer(MarkupContainer parent, String id)
> >         {
> >                 super(parent, id);
> > @@ -22,11 +91,19 @@
> >                 add(new DojoDragContainerHandler());
> >         }
> >
> > +       /**
> > +        * Drag Pattern
> > +        * @param pattern pattern use to allow to be dragged on a
> > dropContainer with the same pattern
> > +        */
> >         public void setDragPattern(String pattern){
> >                 this.dragId = pattern;
> >         }
> >
> > -       public String getDragId(){
> > +       /**
> > +        * return pattern used to allow to be dragged on a dropContainer
> > with the same pattern
> > +        * @return pattern used to allow to be dragged on a dropContainer
> > with the same pattern
> > +        */
> > +       public String getDragPattern(){
> >                 return dragId;
> >         }
> >
> >
> > Modified:
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojodnd/DojoDragContainerHandler.java
> > ===================================================================
> > ---
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojodnd/DojoDragContainerHandler.java
> > 2006-12-14 13:26:59 UTC (rev 1345)
> > +++
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojodnd/DojoDragContainerHandler.java
> > 2006-12-14 14:03:30 UTC (rev 1346)
> > @@ -37,7 +37,7 @@
> >                 DojoPackagedTextTemplate template = new
> > DojoPackagedTextTemplate(this.getClass(), "
> > DojoDragContainerHandlerTemplate.js");
> >                 HashMap<String, Object> map = new HashMap<String,
> > Object>();
> >                 map.put("MarkupId", container.getMarkupId());
> > -               map.put("DragId", container.getDragId());
> > +               map.put("DragId", container.getDragPattern());
> >                 response.renderJavascript(template.asString(map),
> > template.getWidgetUniqueKey(this.getComponent()));
> >         }
> >
> >
> > Modified:
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojodnd/DojoDropContainer.java
> > ===================================================================
> > ---
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojodnd/DojoDropContainer.java  2006-12-14
> > 13:26:59 UTC (rev 1345)
> > +++
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojodnd/DojoDropContainer.java  2006-12-14
> > 14:03:30 UTC (rev 1346)
> > @@ -1,3 +1,19 @@
> > +/*
> > + * Licensed to the Apache Software Foundation (ASF) under one or more
> > + * contributor license agreements.  See the NOTICE file distributed with
> > + * this work for additional information regarding copyright ownership.
> > + * The ASF licenses this file to You under the Apache License, Version
> > 2.0
> > + * (the "License"); you may not use this file except in compliance with
> > + * the License.  You may obtain a copy of the License at
> > + *
> > + *      http://www.apache.org/licenses/LICENSE-2.0
> > + *
> > + * Unless required by applicable law or agreed to in writing, software
> > + * distributed under the License is distributed on an "AS IS" BASIS,
> > + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> > implied.
> > + * See the License for the specific language governing permissions and
> > + * limitations under the License.
> > + */
> > package wicket.contrib.dojo.dojodnd;
> >
> > import wicket.MarkupContainer;
> >
> > Modified:
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojodnd/DojoDropContainerHandler.java
> > ===================================================================
> > ---
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojodnd/DojoDropContainerHandler.java
> > 2006-12-14 13:26:59 UTC (rev 1345)
> > +++
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojodnd/DojoDropContainerHandler.java
> > 2006-12-14 14:03:30 UTC (rev 1346)
> > @@ -1,3 +1,19 @@
> > +/*
> > + * Licensed to the Apache Software Foundation (ASF) under one or more
> > + * contributor license agreements.  See the NOTICE file distributed with
> > + * this work for additional information regarding copyright ownership.
> > + * The ASF licenses this file to You under the Apache License, Version
> > 2.0
> > + * (the "License"); you may not use this file except in compliance with
> > + * the License.  You may obtain a copy of the License at
> > + *
> > + *      http://www.apache.org/licenses/LICENSE-2.0
> > + *
> > + * Unless required by applicable law or agreed to in writing, software
> > + * distributed under the License is distributed on an "AS IS" BASIS,
> > + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> > implied.
> > + * See the License for the specific language governing permissions and
> > + * limitations under the License.
> > + */
> > package wicket.contrib.dojo.dojodnd;
> >
> > import java.util.HashMap;
> > @@ -9,10 +25,10 @@
> >
> > /**
> >   * Package class for Dojo DropContainer
> > - * @author <a href="http://www.demay-fr.net/blog">Vincent Demay</a>
> > + * @author <a href="http://www.demay-fr.net/blog/index.php/en">Vincent
> > Demay</a>
> >   *
> >   */
> > -class DojoDropContainerHandler extends AbstractRequireDojoBehavior
> > +public class DojoDropContainerHandler extends AbstractRequireDojoBehavior
> > {
> >         /** container handler is attached to. */
> >         private DojoDropContainer container;
> >
> > Modified:
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojofx/DojoFXHandler.java
> > ===================================================================
> > ---
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojofx/DojoFXHandler.java
> > 2006-12-14 13:26:59 UTC (rev 1345)
> > +++
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojofx/DojoFXHandler.java
> > 2006-12-14 14:03:30 UTC (rev 1346)
> > @@ -1,18 +1,18 @@
> > /*
> > - * $Id$ $Revision$ $Date$
> > - *
> > - *
> > ==============================================================================
> > - * Licensed under the Apache License, Version 2.0 (the "License"); you
> > may not
> > - * use this file except in compliance with the License. You may obtain a
> > copy of
> > - * the License at
> > - *
> > - * http://www.apache.org/licenses/LICENSE-2.0
> > - *
> > + * Licensed to the Apache Software Foundation (ASF) under one or more
> > + * contributor license agreements.  See the NOTICE file distributed with
> > + * this work for additional information regarding copyright ownership.
> > + * The ASF licenses this file to You under the Apache License, Version
> > 2.0
> > + * (the "License"); you may not use this file except in compliance with
> > + * the License.  You may obtain a copy of the License at
> > + *
> > + *      http://www.apache.org/licenses/LICENSE-2.0
> > + *
> >   * Unless required by applicable law or agreed to in writing, software
> > - * distributed under the License is distributed on an "AS IS" BASIS,
> > WITHOUT
> > - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See
> > the
> > - * License for the specific language governing permissions and
> > limitations under
> > - * the License.
> > + * distributed under the License is distributed on an "AS IS" BASIS,
> > + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> > implied.
> > + * See the License for the specific language governing permissions and
> > + * limitations under the License.
> >   */
> > package wicket.contrib.dojo.dojofx;
> >
> >
> > Modified:
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojofx/FXOnClickExploder.java
> > ===================================================================
> > ---
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojofx/FXOnClickExploder.java
> > 2006-12-14 13:26:59 UTC (rev 1345)
> > +++
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojofx/FXOnClickExploder.java
> > 2006-12-14 14:03:30 UTC (rev 1346)
> > @@ -1,18 +1,18 @@
> > /*
> > - * $Id$ $Revision$ $Date$
> > - *
> > - *
> > ==============================================================================
> > - * Licensed under the Apache License, Version 2.0 (the "License"); you
> > may not
> > - * use this file except in compliance with the License. You may obtain a
> > copy of
> > - * the License at
> > - *
> > - * http://www.apache.org/licenses/LICENSE-2.0
> > - *
> > + * Licensed to the Apache Software Foundation (ASF) under one or more
> > + * contributor license agreements.  See the NOTICE file distributed with
> > + * this work for additional information regarding copyright ownership.
> > + * The ASF licenses this file to You under the Apache License, Version
> > 2.0
> > + * (the "License"); you may not use this file except in compliance with
> > + * the License.  You may obtain a copy of the License at
> > + *
> > + *      http://www.apache.org/licenses/LICENSE-2.0
> > + *
> >   * Unless required by applicable law or agreed to in writing, software
> > - * distributed under the License is distributed on an "AS IS" BASIS,
> > WITHOUT
> > - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See
> > the
> > - * License for the specific language governing permissions and
> > limitations under
> > - * the License.
> > + * distributed under the License is distributed on an "AS IS" BASIS,
> > + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> > implied.
> > + * See the License for the specific language governing permissions and
> > + * limitations under the License.
> >   */
> > package wicket.contrib.dojo.dojofx;
> >
> >
> > Modified:
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojofx/FXOnClickFader.java
> > ===================================================================
> > ---
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojofx/FXOnClickFader.java      2006-12-14
> > 13:26:59 UTC (rev 1345)
> > +++
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojofx/FXOnClickFader.java      2006-12-14
> > 14:03:30 UTC (rev 1346)
> > @@ -1,20 +1,18 @@
> > /*
> > - * $Id$
> > - * $Revision$
> > - * $Date$
> > - *
> > - *
> > ==============================================================================
> > - * Licensed under the Apache License, Version 2.0 (the "License"); you
> > may not
> > - * use this file except in compliance with the License. You may obtain a
> > copy of
> > - * the License at
> > - *
> > - * http://www.apache.org/licenses/LICENSE-2.0
> > - *
> > + * Licensed to the Apache Software Foundation (ASF) under one or more
> > + * contributor license agreements.  See the NOTICE file distributed with
> > + * this work for additional information regarding copyright ownership.
> > + * The ASF licenses this file to You under the Apache License, Version
> > 2.0
> > + * (the "License"); you may not use this file except in compliance with
> > + * the License.  You may obtain a copy of the License at
> > + *
> > + *      http://www.apache.org/licenses/LICENSE-2.0
> > + *
> >   * Unless required by applicable law or agreed to in writing, software
> > - * distributed under the License is distributed on an "AS IS" BASIS,
> > WITHOUT
> > - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See
> > the
> > - * License for the specific language governing permissions and
> > limitations under
> > - * the License.
> > + * distributed under the License is distributed on an "AS IS" BASIS,
> > + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> > implied.
> > + * See the License for the specific language governing permissions and
> > + * limitations under the License.
> >   */
> > package wicket.contrib.dojo.dojofx;
> >
> >
> > Modified:
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojofx/FXOnClickHighlighter.java
> > ===================================================================
> > ---
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojofx/FXOnClickHighlighter.java        2006-12-14
> > 13:26:59 UTC (rev 1345)
> > +++
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojofx/FXOnClickHighlighter.java        2006-12-14
> > 14:03:30 UTC (rev 1346)
> > @@ -1,18 +1,18 @@
> > /*
> > - * $Id$ $Revision$ $Date$
> > - *
> > - *
> > ==============================================================================
> > - * Licensed under the Apache License, Version 2.0 (the "License"); you
> > may not
> > - * use this file except in compliance with the License. You may obtain a
> > copy of
> > - * the License at
> > - *
> > - * http://www.apache.org/licenses/LICENSE-2.0
> > - *
> > + * Licensed to the Apache Software Foundation (ASF) under one or more
> > + * contributor license agreements.  See the NOTICE file distributed with
> > + * this work for additional information regarding copyright ownership.
> > + * The ASF licenses this file to You under the Apache License, Version
> > 2.0
> > + * (the "License"); you may not use this file except in compliance with
> > + * the License.  You may obtain a copy of the License at
> > + *
> > + *      http://www.apache.org/licenses/LICENSE-2.0
> > + *
> >   * Unless required by applicable law or agreed to in writing, software
> > - * distributed under the License is distributed on an "AS IS" BASIS,
> > WITHOUT
> > - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See
> > the
> > - * License for the specific language governing permissions and
> > limitations under
> > - * the License.
> > + * distributed under the License is distributed on an "AS IS" BASIS,
> > + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> > implied.
> > + * See the License for the specific language governing permissions and
> > + * limitations under the License.
> >   */
> > package wicket.contrib.dojo.dojofx;
> >
> >
> > Modified:
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojofx/FXOnClickSlider.java
> > ===================================================================
> > ---
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojofx/FXOnClickSlider.java
> > 2006-12-14 13:26:59 UTC (rev 1345)
> > +++
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojofx/FXOnClickSlider.java
> > 2006-12-14 14:03:30 UTC (rev 1346)
> > @@ -1,18 +1,18 @@
> > /*
> > - * $Id$ $Revision$ $Date$
> > - *
> > - *
> > ==============================================================================
> > - * Licensed under the Apache License, Version 2.0 (the "License"); you
> > may not
> > - * use this file except in compliance with the License. You may obtain a
> > copy of
> > - * the License at
> > - *
> > - * http://www.apache.org/licenses/LICENSE-2.0
> > - *
> > + * Licensed to the Apache Software Foundation (ASF) under one or more
> > + * contributor license agreements.  See the NOTICE file distributed with
> > + * this work for additional information regarding copyright ownership.
> > + * The ASF licenses this file to You under the Apache License, Version
> > 2.0
> > + * (the "License"); you may not use this file except in compliance with
> > + * the License.  You may obtain a copy of the License at
> > + *
> > + *      http://www.apache.org/licenses/LICENSE-2.0
> > + *
> >   * Unless required by applicable law or agreed to in writing, software
> > - * distributed under the License is distributed on an "AS IS" BASIS,
> > WITHOUT
> > - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See
> > the
> > - * License for the specific language governing permissions and
> > limitations under
> > - * the License.
> > + * distributed under the License is distributed on an "AS IS" BASIS,
> > + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> > implied.
> > + * See the License for the specific language governing permissions and
> > + * limitations under the License.
> >   */
> > package wicket.contrib.dojo.dojofx;
> >
> >
> > Modified:
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojofx/FXOnClickWiper.java
> > ===================================================================
> > ---
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojofx/FXOnClickWiper.java      2006-12-14
> > 13:26:59 UTC (rev 1345)
> > +++
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojofx/FXOnClickWiper.java      2006-12-14
> > 14:03:30 UTC (rev 1346)
> > @@ -1,18 +1,18 @@
> > /*
> > - * $Id$ $Revision$ $Date$
> > - *
> > - *
> > ==============================================================================
> > - * Licensed under the Apache License, Version 2.0 (the "License"); you
> > may not
> > - * use this file except in compliance with the License. You may obtain a
> > copy of
> > - * the License at
> > - *
> > - * http://www.apache.org/licenses/LICENSE-2.0
> > - *
> > + * Licensed to the Apache Software Foundation (ASF) under one or more
> > + * contributor license agreements.  See the NOTICE file distributed with
> > + * this work for additional information regarding copyright ownership.
> > + * The ASF licenses this file to You under the Apache License, Version
> > 2.0
> > + * (the "License"); you may not use this file except in compliance with
> > + * the License.  You may obtain a copy of the License at
> > + *
> > + *      http://www.apache.org/licenses/LICENSE-2.0
> > + *
> >   * Unless required by applicable law or agreed to in writing, software
> > - * distributed under the License is distributed on an "AS IS" BASIS,
> > WITHOUT
> > - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See
> > the
> > - * License for the specific language governing permissions and
> > limitations under
> > - * the License.
> > + * distributed under the License is distributed on an "AS IS" BASIS,
> > + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> > implied.
> > + * See the License for the specific language governing permissions and
> > + * limitations under the License.
> >   */
> > package wicket.contrib.dojo.dojofx;
> >
> >
> > Modified:
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojofx/FXOnMouseOverFader.java
> > ===================================================================
> > ---
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojofx/FXOnMouseOverFader.java  2006-12-14
> > 13:26:59 UTC (rev 1345)
> > +++
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojofx/FXOnMouseOverFader.java  2006-12-14
> > 14:03:30 UTC (rev 1346)
> > @@ -1,18 +1,18 @@
> > /*
> > - * $Id$ $Revision$ $Date$
> > - *
> > - *
> > ==============================================================================
> > - * Licensed under the Apache License, Version 2.0 (the "License"); you
> > may not
> > - * use this file except in compliance with the License. You may obtain a
> > copy of
> > - * the License at
> > - *
> > - * http://www.apache.org/licenses/LICENSE-2.0
> > - *
> > + * Licensed to the Apache Software Foundation (ASF) under one or more
> > + * contributor license agreements.  See the NOTICE file distributed with
> > + * this work for additional information regarding copyright ownership.
> > + * The ASF licenses this file to You under the Apache License, Version
> > 2.0
> > + * (the "License"); you may not use this file except in compliance with
> > + * the License.  You may obtain a copy of the License at
> > + *
> > + *      http://www.apache.org/licenses/LICENSE-2.0
> > + *
> >   * Unless required by applicable law or agreed to in writing, software
> > - * distributed under the License is distributed on an "AS IS" BASIS,
> > WITHOUT
> > - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See
> > the
> > - * License for the specific language governing permissions and
> > limitations under
> > - * the License.
> > + * distributed under the License is distributed on an "AS IS" BASIS,
> > + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> > implied.
> > + * See the License for the specific language governing permissions and
> > + * limitations under the License.
> >   */
> > package wicket.contrib.dojo.dojofx;
> >
> >
> > Modified:
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojofx/FXOnMouseOverHighlighter.java
> > ===================================================================
> > ---
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojofx/FXOnMouseOverHighlighter.java    2006-12-14
> > 13:26:59 UTC (rev 1345)
> > +++
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/dojofx/FXOnMouseOverHighlighter.java    2006-12-14
> > 14:03:30 UTC (rev 1346)
> > @@ -1,18 +1,18 @@
> > /*
> > - * $Id$ $Revision$ $Date$
> > - *
> > - *
> > ==============================================================================
> > - * Licensed under the Apache License, Version 2.0 (the "License"); you
> > may not
> > - * use this file except in compliance with the License. You may obtain a
> > copy of
> > - * the License at
> > - *
> > - * http://www.apache.org/licenses/LICENSE-2.0
> > - *
> > + * Licensed to the Apache Software Foundation (ASF) under one or more
> > + * contributor license agreements.  See the NOTICE file distributed with
> > + * this work for additional information regarding copyright ownership.
> > + * The ASF licenses this file to You under the Apache License, Version
> > 2.0
> > + * (the "License"); you may not use this file except in compliance with
> > + * the License.  You may obtain a copy of the License at
> > + *
> > + *      http://www.apache.org/licenses/LICENSE-2.0
> > + *
> >   * Unless required by applicable law or agreed to in writing, software
> > - * distributed under the License is distributed on an "AS IS" BASIS,
> > WITHOUT
> > - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See
> > the
> > - * License for the specific language governing permissions and
> > limitations under
> > - * the License.
> > + * distributed under the License is distributed on an "AS IS" BASIS,
> > + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> > implied.
> > + * See the License for the specific language governing permissions and
> > + * limitations under the License.
> >   */
> > package wicket.contrib.dojo.dojofx;
> >
> >
> > Modified:
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/html/list/DojoOrderableListRemover.java
> > ===================================================================
> > ---
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/html/list/DojoOrderableListRemover.java
> > 2006-12-14 13:26:59 UTC (rev 1345)
> > +++
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/html/list/DojoOrderableListRemover.java
> > 2006-12-14 14:03:30 UTC (rev 1346)
> > @@ -1,3 +1,19 @@
> > +/*
> > + * Licensed to the Apache Software Foundation (ASF) under one or more
> > + * contributor license agreements.  See the NOTICE file distributed with
> > + * this work for additional information regarding copyright ownership.
> > + * The ASF licenses this file to You under the Apache License, Version
> > 2.0
> > + * (the "License"); you may not use this file except in compliance with
> > + * the License.  You may obtain a copy of the License at
> > + *
> > + *      http://www.apache.org/licenses/LICENSE-2.0
> > + *
> > + * Unless required by applicable law or agreed to in writing, software
> > + * distributed under the License is distributed on an "AS IS" BASIS,
> > + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> > implied.
> > + * See the License for the specific language governing permissions and
> > + * limitations under the License.
> > + */
> > package wicket.contrib.dojo.html.list;
> >
> > import java.util.Iterator;
> >
> > Modified:
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/html/list/DojoOrderableListView.java
> > ===================================================================
> > ---
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/html/list/DojoOrderableListView.java    2006-12-14
> > 13:26:59 UTC (rev 1345)
> > +++
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/html/list/DojoOrderableListView.java    2006-12-14
> > 14:03:30 UTC (rev 1346)
> > @@ -1,3 +1,19 @@
> > +/*
> > + * Licensed to the Apache Software Foundation (ASF) under one or more
> > + * contributor license agreements.  See the NOTICE file distributed with
> > + * this work for additional information regarding copyright ownership.
> > + * The ASF licenses this file to You under the Apache License, Version
> > 2.0
> > + * (the "License"); you may not use this file except in compliance with
> > + * the License.  You may obtain a copy of the License at
> > + *
> > + *      http://www.apache.org/licenses/LICENSE-2.0
> > + *
> > + * Unless required by applicable law or agreed to in writing, software
> > + * distributed under the License is distributed on an "AS IS" BASIS,
> > + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> > implied.
> > + * See the License for the specific language governing permissions and
> > + * limitations under the License.
> > + */
> > package wicket.contrib.dojo.html.list;
> >
> > import java.util.List;
> >
> > Modified:
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/html/list/DojoOrderableListViewContainer.java
> > ===================================================================
> > ---
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/html/list/DojoOrderableListViewContainer.java
> > 2006-12-14 13:26:59 UTC (rev 1345)
> > +++
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/html/list/DojoOrderableListViewContainer.java
> > 2006-12-14 14:03:30 UTC (rev 1346)
> > @@ -1,3 +1,19 @@
> > +/*
> > + * Licensed to the Apache Software Foundation (ASF) under one or more
> > + * contributor license agreements.  See the NOTICE file distributed with
> > + * this work for additional information regarding copyright ownership.
> > + * The ASF licenses this file to You under the Apache License, Version
> > 2.0
> > + * (the "License"); you may not use this file except in compliance with
> > + * the License.  You may obtain a copy of the License at
> > + *
> > + *      http://www.apache.org/licenses/LICENSE-2.0
> > + *
> > + * Unless required by applicable law or agreed to in writing, software
> > + * distributed under the License is distributed on an "AS IS" BASIS,
> > + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> > implied.
> > + * See the License for the specific language governing permissions and
> > + * limitations under the License.
> > + */
> > package wicket.contrib.dojo.html.list;
> >
> > import java.util.Collections;
> >
> > Modified:
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/html/list/lazy/DojoLazyLoadingListContainer.java
> > ===================================================================
> > ---
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/html/list/lazy/DojoLazyLoadingListContainer.java        2006-12-14
> > 13:26:59 UTC (rev 1345)
> > +++
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/html/list/lazy/DojoLazyLoadingListContainer.java        2006-12-14
> > 14:03:30 UTC (rev 1346)
> > @@ -1,3 +1,19 @@
> > +/*
> > + * Licensed to the Apache Software Foundation (ASF) under one or more
> > + * contributor license agreements.  See the NOTICE file distributed with
> > + * this work for additional information regarding copyright ownership.
> > + * The ASF licenses this file to You under the Apache License, Version
> > 2.0
> > + * (the "License"); you may not use this file except in compliance with
> > + * the License.  You may obtain a copy of the License at
> > + *
> > + *      http://www.apache.org/licenses/LICENSE-2.0
> > + *
> > + * Unless required by applicable law or agreed to in writing, software
> > + * distributed under the License is distributed on an "AS IS" BASIS,
> > + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> > implied.
> > + * See the License for the specific language governing permissions and
> > + * limitations under the License.
> > + */
> > package wicket.contrib.dojo.html.list.lazy;
> >
> >
> >
> > Modified:
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/html/list/lazy/DojoLazyLoadingListContainerHandler.java
> > ===================================================================
> > ---
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/html/list/lazy/DojoLazyLoadingListContainerHandler.java
> > 2006-12-14 13:26:59 UTC (rev 1345)
> > +++
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/html/list/lazy/DojoLazyLoadingListContainerHandler.java
> > 2006-12-14 14:03:30 UTC (rev 1346)
> > @@ -1,3 +1,19 @@
> > +/*
> > + * Licensed to the Apache Software Foundation (ASF) under one or more
> > + * contributor license agreements.  See the NOTICE file distributed with
> > + * this work for additional information regarding copyright ownership.
> > + * The ASF licenses this file to You under the Apache License, Version
> > 2.0
> > + * (the "License"); you may not use this file except in compliance with
> > + * the License.  You may obtain a copy of the License at
> > + *
> > + *      http://www.apache.org/licenses/LICENSE-2.0
> > + *
> > + * Unless required by applicable law or agreed to in writing, software
> > + * distributed under the License is distributed on an "AS IS" BASIS,
> > + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> > implied.
> > + * See the License for the specific language governing permissions and
> > + * limitations under the License.
> > + */
> > package wicket.contrib.dojo.html.list.lazy;
> >
> > import wicket.ResourceReference;
> >
> > Modified:
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/html/list/lazy/DojoLazyLoadingRefreshingView.java
> > ===================================================================
> > ---
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/html/list/lazy/DojoLazyLoadingRefreshingView.java
> > 2006-12-14 13:26:59 UTC (rev 1345)
> > +++
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/html/list/lazy/DojoLazyLoadingRefreshingView.java
> > 2006-12-14 14:03:30 UTC (rev 1346)
> > @@ -1,3 +1,19 @@
> > +/*
> > + * Licensed to the Apache Software Foundation (ASF) under one or more
> > + * contributor license agreements.  See the NOTICE file distributed with
> > + * this work for additional information regarding copyright ownership.
> > + * The ASF licenses this file to You under the Apache License, Version
> > 2.0
> > + * (the "License"); you may not use this file except in compliance with
> > + * the License.  You may obtain a copy of the License at
> > + *
> > + *      http://www.apache.org/licenses/LICENSE-2.0
> > + *
> > + * Unless required by applicable law or agreed to in writing, software
> > + * distributed under the License is distributed on an "AS IS" BASIS,
> > + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> > implied.
> > + * See the License for the specific language governing permissions and
> > + * limitations under the License.
> > + */
> > package wicket.contrib.dojo.html.list.lazy;
> >
> > import java.util.ArrayList;
> >
> > Modified:
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/html/list/table/DojoSelectableListContainer.java
> > ===================================================================
> > ---
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/html/list/table/DojoSelectableListContainer.java        2006-12-14
> > 13:26:59 UTC (rev 1345)
> > +++
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/html/list/table/DojoSelectableListContainer.java        2006-12-14
> > 14:03:30 UTC (rev 1346)
> > @@ -1,3 +1,19 @@
> > +/*
> > + * Licensed to the Apache Software Foundation (ASF) under one or more
> > + * contributor license agreements.  See the NOTICE file distributed with
> > + * this work for additional information regarding copyright ownership.
> > + * The ASF licenses this file to You under the Apache License, Version
> > 2.0
> > + * (the "License"); you may not use this file except in compliance with
> > + * the License.  You may obtain a copy of the License at
> > + *
> > + *      http://www.apache.org/licenses/LICENSE-2.0
> > + *
> > + * Unless required by applicable law or agreed to in writing, software
> > + * distributed under the License is distributed on an "AS IS" BASIS,
> > + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> > implied.
> > + * See the License for the specific language governing permissions and
> > + * limitations under the License.
> > + */
> > package wicket.contrib.dojo.html.list.table;
> >
> > import java.util.ArrayList;
> >
> > Modified:
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/html/list/table/DojoSelectableListContainerHandler.java
> > ===================================================================
> > ---
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/html/list/table/DojoSelectableListContainerHandler.java
> > 2006-12-14 13:26:59 UTC (rev 1345)
> > +++
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/html/list/table/DojoSelectableListContainerHandler.java
> > 2006-12-14 14:03:30 UTC (rev 1346)
> > @@ -1,3 +1,19 @@
> > +/*
> > + * Licensed to the Apache Software Foundation (ASF) under one or more
> > + * contributor license agreements.  See the NOTICE file distributed with
> > + * this work for additional information regarding copyright ownership.
> > + * The ASF licenses this file to You under the Apache License, Version
> > 2.0
> > + * (the "License"); you may not use this file except in compliance with
> > + * the License.  You may obtain a copy of the License at
> > + *
> > + *      http://www.apache.org/licenses/LICENSE-2.0
> > + *
> > + * Unless required by applicable law or agreed to in writing, software
> > + * distributed under the License is distributed on an "AS IS" BASIS,
> > + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> > implied.
> > + * See the License for the specific language governing permissions and
> > + * limitations under the License.
> > + */
> > package wicket.contrib.dojo.html.list.table;
> >
> > import java.util.ArrayList;
> >
> > Modified:
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/calendar/DojoWeekOrganizer.java
> > ===================================================================
> > ---
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/calendar/DojoWeekOrganizer.java
> > 2006-12-14 13:26:59 UTC (rev 1345)
> > +++
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/calendar/DojoWeekOrganizer.java
> > 2006-12-14 14:03:30 UTC (rev 1346)
> > @@ -1,3 +1,19 @@
> > +/*
> > + * Licensed to the Apache Software Foundation (ASF) under one or more
> > + * contributor license agreements.  See the NOTICE file distributed with
> > + * this work for additional information regarding copyright ownership.
> > + * The ASF licenses this file to You under the Apache License, Version
> > 2.0
> > + * (the "License"); you may not use this file except in compliance with
> > + * the License.  You may obtain a copy of the License at
> > + *
> > + *      http://www.apache.org/licenses/LICENSE-2.0
> > + *
> > + * Unless required by applicable law or agreed to in writing, software
> > + * distributed under the License is distributed on an "AS IS" BASIS,
> > + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> > implied.
> > + * See the License for the specific language governing permissions and
> > + * limitations under the License.
> > + */
> > package wicket.contrib.dojo.markup.html.calendar;
> >
> > import wicket.Component;
> >
> > Modified:
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/calendar/DojoWeekOrganizerHandler.java
> > ===================================================================
> > ---
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/calendar/DojoWeekOrganizerHandler.java      2006-12-14
> > 13:26:59 UTC (rev 1345)
> > +++
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/calendar/DojoWeekOrganizerHandler.java      2006-12-14
> > 14:03:30 UTC (rev 1346)
> > @@ -1,3 +1,19 @@
> > +/*
> > + * Licensed to the Apache Software Foundation (ASF) under one or more
> > + * contributor license agreements.  See the NOTICE file distributed with
> > + * this work for additional information regarding copyright ownership.
> > + * The ASF licenses this file to You under the Apache License, Version
> > 2.0
> > + * (the "License"); you may not use this file except in compliance with
> > + * the License.  You may obtain a copy of the License at
> > + *
> > + *      http://www.apache.org/licenses/LICENSE-2.0
> > + *
> > + * Unless required by applicable law or agreed to in writing, software
> > + * distributed under the License is distributed on an "AS IS" BASIS,
> > + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> > implied.
> > + * See the License for the specific language governing permissions and
> > + * limitations under the License.
> > + */
> > package wicket.contrib.dojo.markup.html.calendar;
> >
> > import wicket.ResourceReference;
> >
> > Modified:
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/calendar/model/TimeRange.java
> > ===================================================================
> > ---
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/calendar/model/TimeRange.java
> > 2006-12-14 13:26:59 UTC (rev 1345)
> > +++
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/calendar/model/TimeRange.java
> > 2006-12-14 14:03:30 UTC (rev 1346)
> > @@ -1,3 +1,19 @@
> > +/*
> > + * Licensed to the Apache Software Foundation (ASF) under one or more
> > + * contributor license agreements.  See the NOTICE file distributed with
> > + * this work for additional information regarding copyright ownership.
> > + * The ASF licenses this file to You under the Apache License, Version
> > 2.0
> > + * (the "License"); you may not use this file except in compliance with
> > + * the License.  You may obtain a copy of the License at
> > + *
> > + *      http://www.apache.org/licenses/LICENSE-2.0
> > + *
> > + * Unless required by applicable law or agreed to in writing, software
> > + * distributed under the License is distributed on an "AS IS" BASIS,
> > + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> > implied.
> > + * See the License for the specific language governing permissions and
> > + * limitations under the License.
> > + */
> > package wicket.contrib.dojo.markup.html.calendar.model;
> >
> > import java.io.Serializable;
> >
> > Modified:
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/calendar/model/TimeRangeModelHelper.java
> > ===================================================================
> > ---
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/calendar/model/TimeRangeModelHelper.java    2006-12-14
> > 13:26:59 UTC (rev 1345)
> > +++
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/calendar/model/TimeRangeModelHelper.java    2006-12-14
> > 14:03:30 UTC (rev 1346)
> > @@ -1,3 +1,19 @@
> > +/*
> > + * Licensed to the Apache Software Foundation (ASF) under one or more
> > + * contributor license agreements.  See the NOTICE file distributed with
> > + * this work for additional information regarding copyright ownership.
> > + * The ASF licenses this file to You under the Apache License, Version
> > 2.0
> > + * (the "License"); you may not use this file except in compliance with
> > + * the License.  You may obtain a copy of the License at
> > + *
> > + *      http://www.apache.org/licenses/LICENSE-2.0
> > + *
> > + * Unless required by applicable law or agreed to in writing, software
> > + * distributed under the License is distributed on an "AS IS" BASIS,
> > + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> > implied.
> > + * See the License for the specific language governing permissions and
> > + * limitations under the License.
> > + */
> > package wicket.contrib.dojo.markup.html.calendar.model;
> >
> > import java.util.ArrayList;
> >
> > Modified:
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/calendar/model/WeekTimeRange.java
> > ===================================================================
> > ---
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/calendar/model/WeekTimeRange.java
> > 2006-12-14 13:26:59 UTC (rev 1345)
> > +++
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/calendar/model/WeekTimeRange.java
> > 2006-12-14 14:03:30 UTC (rev 1346)
> > @@ -1,3 +1,19 @@
> > +/*
> > + * Licensed to the Apache Software Foundation (ASF) under one or more
> > + * contributor license agreements.  See the NOTICE file distributed with
> > + * this work for additional information regarding copyright ownership.
> > + * The ASF licenses this file to You under the Apache License, Version
> > 2.0
> > + * (the "License"); you may not use this file except in compliance with
> > + * the License.  You may obtain a copy of the License at
> > + *
> > + *      http://www.apache.org/licenses/LICENSE-2.0
> > + *
> > + * Unless required by applicable law or agreed to in writing, software
> > + * distributed under the License is distributed on an "AS IS" BASIS,
> > + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> > implied.
> > + * See the License for the specific language governing permissions and
> > + * limitations under the License.
> > + */
> > package wicket.contrib.dojo.markup.html.calendar.model;
> >
> > import java.io.Serializable;
> >
> > Modified:
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/container/AbstractDojoContainer.java
> > ===================================================================
> > ---
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/container/AbstractDojoContainer.java        2006-12-14
> > 13:26:59 UTC (rev 1345)
> > +++
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/container/AbstractDojoContainer.java        2006-12-14
> > 14:03:30 UTC (rev 1346)
> > @@ -1,3 +1,19 @@
> > +/*
> > + * Licensed to the Apache Software Foundation (ASF) under one or more
> > + * contributor license agreements.  See the NOTICE file distributed with
> > + * this work for additional information regarding copyright ownership.
> > + * The ASF licenses this file to You under the Apache License, Version
> > 2.0
> > + * (the "License"); you may not use this file except in compliance with
> > + * the License.  You may obtain a copy of the License at
> > + *
> > + *      http://www.apache.org/licenses/LICENSE-2.0
> > + *
> > + * Unless required by applicable law or agreed to in writing, software
> > + * distributed under the License is distributed on an "AS IS" BASIS,
> > + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> > implied.
> > + * See the License for the specific language governing permissions and
> > + * limitations under the License.
> > + */
> > package wicket.contrib.dojo.markup.html.container;
> >
> > import wicket.MarkupContainer;
> >
> > Modified:
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/container/DojoSimpleContainer.java
> > ===================================================================
> > ---
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/container/DojoSimpleContainer.java  2006-12-14
> > 13:26:59 UTC (rev 1345)
> > +++
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/container/DojoSimpleContainer.java  2006-12-14
> > 14:03:30 UTC (rev 1346)
> > @@ -1,3 +1,19 @@
> > +/*
> > + * Licensed to the Apache Software Foundation (ASF) under one or more
> > + * contributor license agreements.  See the NOTICE file distributed with
> > + * this work for additional information regarding copyright ownership.
> > + * The ASF licenses this file to You under the Apache License, Version
> > 2.0
> > + * (the "License"); you may not use this file except in compliance with
> > + * the License.  You may obtain a copy of the License at
> > + *
> > + *      http://www.apache.org/licenses/LICENSE-2.0
> > + *
> > + * Unless required by applicable law or agreed to in writing, software
> > + * distributed under the License is distributed on an "AS IS" BASIS,
> > + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> > implied.
> > + * See the License for the specific language governing permissions and
> > + * limitations under the License.
> > + */
> > package wicket.contrib.dojo.markup.html.container;
> >
> > import static wicket.contrib.dojo.DojoIdConstants.DOJO_TYPE;
> >
> > Modified:
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/container/DojoSimpleContainerHandler.java
> > ===================================================================
> > ---
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/container/DojoSimpleContainerHandler.java
> > 2006-12-14 13:26:59 UTC (rev 1345)
> > +++
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/container/DojoSimpleContainerHandler.java
> > 2006-12-14 14:03:30 UTC (rev 1346)
> > @@ -1,3 +1,19 @@
> > +/*
> > + * Licensed to the Apache Software Foundation (ASF) under one or more
> > + * contributor license agreements.  See the NOTICE file distributed with
> > + * this work for additional information regarding copyright ownership.
> > + * The ASF licenses this file to You under the Apache License, Version
> > 2.0
> > + * (the "License"); you may not use this file except in compliance with
> > + * the License.  You may obtain a copy of the License at
> > + *
> > + *      http://www.apache.org/licenses/LICENSE-2.0
> > + *
> > + * Unless required by applicable law or agreed to in writing, software
> > + * distributed under the License is distributed on an "AS IS" BASIS,
> > + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> > implied.
> > + * See the License for the specific language governing permissions and
> > + * limitations under the License.
> > + */
> > package wicket.contrib.dojo.markup.html.container;
> >
> > import wicket.ajax.AjaxRequestTarget;
> >
> > Modified:
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/container/DojoSplitContainer.java
> > ===================================================================
> > ---
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/container/DojoSplitContainer.java
> > 2006-12-14 13:26:59 UTC (rev 1345)
> > +++
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/container/DojoSplitContainer.java
> > 2006-12-14 14:03:30 UTC (rev 1346)
> > @@ -1,3 +1,19 @@
> > +/*
> > + * Licensed to the Apache Software Foundation (ASF) under one or more
> > + * contributor license agreements.  See the NOTICE file distributed with
> > + * this work for additional information regarding copyright ownership.
> > + * The ASF licenses this file to You under the Apache License, Version
> > 2.0
> > + * (the "License"); you may not use this file except in compliance with
> > + * the License.  You may obtain a copy of the License at
> > + *
> > + *      http://www.apache.org/licenses/LICENSE-2.0
> > + *
> > + * Unless required by applicable law or agreed to in writing, software
> > + * distributed under the License is distributed on an "AS IS" BASIS,
> > + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> > implied.
> > + * See the License for the specific language governing permissions and
> > + * limitations under the License.
> > + */
> > package wicket.contrib.dojo.markup.html.container;
> >
> > import static wicket.contrib.dojo.DojoIdConstants.DOJO_TYPE;
> >
> > Modified:
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/container/accordion/DojoAccordionContainer.java
> > ===================================================================
> > ---
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/container/accordion/DojoAccordionContainer.java
> > 2006-12-14 13:26:59 UTC (rev 1345)
> > +++
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/container/accordion/DojoAccordionContainer.java
> > 2006-12-14 14:03:30 UTC (rev 1346)
> > @@ -1,3 +1,19 @@
> > +/*
> > + * Licensed to the Apache Software Foundation (ASF) under one or more
> > + * contributor license agreements.  See the NOTICE file distributed with
> > + * this work for additional information regarding copyright ownership.
> > + * The ASF licenses this file to You under the Apache License, Version
> > 2.0
> > + * (the "License"); you may not use this file except in compliance with
> > + * the License.  You may obtain a copy of the License at
> > + *
> > + *      http://www.apache.org/licenses/LICENSE-2.0
> > + *
> > + * Unless required by applicable law or agreed to in writing, software
> > + * distributed under the License is distributed on an "AS IS" BASIS,
> > + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> > implied.
> > + * See the License for the specific language governing permissions and
> > + * limitations under the License.
> > + */
> > package wicket.contrib.dojo.markup.html.container.accordion;
> >
> > import static wicket.contrib.dojo.DojoIdConstants.DOJO_TYPE;
> >
> > Modified:
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/container/accordion/DojoAccordionHandler.java
> > ===================================================================
> > ---
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/container/accordion/DojoAccordionHandler.java
> > 2006-12-14 13:26:59 UTC (rev 1345)
> > +++
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/container/accordion/DojoAccordionHandler.java
> > 2006-12-14 14:03:30 UTC (rev 1346)
> > @@ -1,3 +1,19 @@
> > +/*
> > + * Licensed to the Apache Software Foundation (ASF) under one or more
> > + * contributor license agreements.  See the NOTICE file distributed with
> > + * this work for additional information regarding copyright ownership.
> > + * The ASF licenses this file to You under the Apache License, Version
> > 2.0
> > + * (the "License"); you may not use this file except in compliance with
> > + * the License.  You may obtain a copy of the License at
> > + *
> > + *      http://www.apache.org/licenses/LICENSE-2.0
> > + *
> > + * Unless required by applicable law or agreed to in writing, software
> > + * distributed under the License is distributed on an "AS IS" BASIS,
> > + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> > implied.
> > + * See the License for the specific language governing permissions and
> > + * limitations under the License.
> > + */
> > package wicket.contrib.dojo.markup.html.container.accordion;
> >
> > import wicket.Component;
> >
> > Modified:
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/container/page/DojoPageContainer.java
> > ===================================================================
> > ---
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/container/page/DojoPageContainer.java
> > 2006-12-14 13:26:59 UTC (rev 1345)
> > +++
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/container/page/DojoPageContainer.java
> > 2006-12-14 14:03:30 UTC (rev 1346)
> > @@ -1,3 +1,19 @@
> > +/*
> > + * Licensed to the Apache Software Foundation (ASF) under one or more
> > + * contributor license agreements.  See the NOTICE file distributed with
> > + * this work for additional information regarding copyright ownership.
> > + * The ASF licenses this file to You under the Apache License, Version
> > 2.0
> > + * (the "License"); you may not use this file except in compliance with
> > + * the License.  You may obtain a copy of the License at
> > + *
> > + *      http://www.apache.org/licenses/LICENSE-2.0
> > + *
> > + * Unless required by applicable law or agreed to in writing, software
> > + * distributed under the License is distributed on an "AS IS" BASIS,
> > + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> > implied.
> > + * See the License for the specific language governing permissions and
> > + * limitations under the License.
> > + */
> > package wicket.contrib.dojo.markup.html.container.page;
> >
> > import wicket.MarkupContainer;
> >
> > Modified:
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/container/tab/DojoTabContainer.java
> > ===================================================================
> > ---
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/container/tab/DojoTabContainer.java
> > 2006-12-14 13:26:59 UTC (rev 1345)
> > +++
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/container/tab/DojoTabContainer.java
> > 2006-12-14 14:03:30 UTC (rev 1346)
> > @@ -1,3 +1,19 @@
> > +/*
> > + * Licensed to the Apache Software Foundation (ASF) under one or more
> > + * contributor license agreements.  See the NOTICE file distributed with
> > + * this work for additional information regarding copyright ownership.
> > + * The ASF licenses this file to You under the Apache License, Version
> > 2.0
> > + * (the "License"); you may not use this file except in compliance with
> > + * the License.  You may obtain a copy of the License at
> > + *
> > + *      http://www.apache.org/licenses/LICENSE-2.0
> > + *
> > + * Unless required by applicable law or agreed to in writing, software
> > + * distributed under the License is distributed on an "AS IS" BASIS,
> > + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> > implied.
> > + * See the License for the specific language governing permissions and
> > + * limitations under the License.
> > + */
> > package wicket.contrib.dojo.markup.html.container.tab;
> >
> > import static wicket.contrib.dojo.DojoIdConstants.DOJO_TYPE;
> >
> > Modified:
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/container/tab/DojoTabHandler.java
> > ===================================================================
> > ---
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/container/tab/DojoTabHandler.java
> > 2006-12-14 13:26:59 UTC (rev 1345)
> > +++
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/container/tab/DojoTabHandler.java
> > 2006-12-14 14:03:30 UTC (rev 1346)
> > @@ -1,3 +1,19 @@
> > +/*
> > + * Licensed to the Apache Software Foundation (ASF) under one or more
> > + * contributor license agreements.  See the NOTICE file distributed with
> > + * this work for additional information regarding copyright ownership.
> > + * The ASF licenses this file to You under the Apache License, Version
> > 2.0
> > + * (the "License"); you may not use this file except in compliance with
> > + * the License.  You may obtain a copy of the License at
> > + *
> > + *      http://www.apache.org/licenses/LICENSE-2.0
> > + *
> > + * Unless required by applicable law or agreed to in writing, software
> > + * distributed under the License is distributed on an "AS IS" BASIS,
> > + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> > implied.
> > + * See the License for the specific language governing permissions and
> > + * limitations under the License.
> > + */
> > package wicket.contrib.dojo.markup.html.container.tab;
> >
> > import wicket.Component;
> >
> > Modified:
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/dialog/DojoDialog.java
> > ===================================================================
> > ---
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/dialog/DojoDialog.java      2006-12-14
> > 13:26:59 UTC (rev 1345)
> > +++
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/dialog/DojoDialog.java      2006-12-14
> > 14:03:30 UTC (rev 1346)
> > @@ -1,3 +1,19 @@
> > +/*
> > + * Licensed to the Apache Software Foundation (ASF) under one or more
> > + * contributor license agreements.  See the NOTICE file distributed with
> > + * this work for additional information regarding copyright ownership.
> > + * The ASF licenses this file to You under the Apache License, Version
> > 2.0
> > + * (the "License"); you may not use this file except in compliance with
> > + * the License.  You may obtain a copy of the License at
> > + *
> > + *      http://www.apache.org/licenses/LICENSE-2.0
> > + *
> > + * Unless required by applicable law or agreed to in writing, software
> > + * distributed under the License is distributed on an "AS IS" BASIS,
> > + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> > implied.
> > + * See the License for the specific language governing permissions and
> > + * limitations under the License.
> > + */
> > package wicket.contrib.dojo.markup.html.dialog;
> >
> > import static wicket.contrib.dojo.DojoIdConstants.DOJO_TYPE;
> >
> > Modified:
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/dialog/DojoDialogCloser.java
> > ===================================================================
> > ---
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/dialog/DojoDialogCloser.java        2006-12-14
> > 13:26:59 UTC (rev 1345)
> > +++
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/dialog/DojoDialogCloser.java        2006-12-14
> > 14:03:30 UTC (rev 1346)
> > @@ -1,3 +1,19 @@
> > +/*
> > + * Licensed to the Apache Software Foundation (ASF) under one or more
> > + * contributor license agreements.  See the NOTICE file distributed with
> > + * this work for additional information regarding copyright ownership.
> > + * The ASF licenses this file to You under the Apache License, Version
> > 2.0
> > + * (the "License"); you may not use this file except in compliance with
> > + * the License.  You may obtain a copy of the License at
> > + *
> > + *      http://www.apache.org/licenses/LICENSE-2.0
> > + *
> > + * Unless required by applicable law or agreed to in writing, software
> > + * distributed under the License is distributed on an "AS IS" BASIS,
> > + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> > implied.
> > + * See the License for the specific language governing permissions and
> > + * limitations under the License.
> > + */
> > package wicket.contrib.dojo.markup.html.dialog;
> >
> > import wicket.AttributeModifier;
> > @@ -7,7 +23,7 @@
> > import wicket.model.Model;
> >
> > /**
> > - * Link to close \xE0 DojoDialog
> > + * Link to close � DojoDialog
> >   * @author vdemay
> >   *
> >   */
> >
> > Modified:
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/dialog/DojoDialogHandler.java
> > ===================================================================
> > ---
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/dialog/DojoDialogHandler.java
> > 2006-12-14 13:26:59 UTC (rev 1345)
> > +++
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/dialog/DojoDialogHandler.java
> > 2006-12-14 14:03:30 UTC (rev 1346)
> > @@ -1,7 +1,22 @@
> > +/*
> > + * Licensed to the Apache Software Foundation (ASF) under one or more
> > + * contributor license agreements.  See the NOTICE file distributed with
> > + * this work for additional information regarding copyright ownership.
> > + * The ASF licenses this file to You under the Apache License, Version
> > 2.0
> > + * (the "License"); you may not use this file except in compliance with
> > + * the License.  You may obtain a copy of the License at
> > + *
> > + *      http://www.apache.org/licenses/LICENSE-2.0
> > + *
> > + * Unless required by applicable law or agreed to in writing, software
> > + * distributed under the License is distributed on an "AS IS" BASIS,
> > + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> > implied.
> > + * See the License for the specific language governing permissions and
> > + * limitations under the License.
> > + */
> > package wicket.contrib.dojo.markup.html.dialog;
> >
> > import wicket.ajax.AjaxRequestTarget;
> > -import wicket.contrib.dojo.AbstractDefaultDojoBehavior;
> > import wicket.contrib.dojo.AbstractRequireDojoBehavior;
> > import wicket.contrib.dojo.templates.DojoPackagedTextTemplate;
> > import wicket.markup.html.IHeaderResponse;
> >
> > Modified:
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/dialog/DojoDialogOpener.java
> > ===================================================================
> > ---
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/dialog/DojoDialogOpener.java        2006-12-14
> > 13:26:59 UTC (rev 1345)
> > +++
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/dialog/DojoDialogOpener.java        2006-12-14
> > 14:03:30 UTC (rev 1346)
> > @@ -1,3 +1,19 @@
> > +/*
> > + * Licensed to the Apache Software Foundation (ASF) under one or more
> > + * contributor license agreements.  See the NOTICE file distributed with
> > + * this work for additional information regarding copyright ownership.
> > + * The ASF licenses this file to You under the Apache License, Version
> > 2.0
> > + * (the "License"); you may not use this file except in compliance with
> > + * the License.  You may obtain a copy of the License at
> > + *
> > + *      http://www.apache.org/licenses/LICENSE-2.0
> > + *
> > + * Unless required by applicable law or agreed to in writing, software
> > + * distributed under the License is distributed on an "AS IS" BASIS,
> > + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> > implied.
> > + * See the License for the specific language governing permissions and
> > + * limitations under the License.
> > + */
> > package wicket.contrib.dojo.markup.html.dialog;
> >
> > import wicket.AttributeModifier;
> >
> > Modified:
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/floatingpane/DojoAbstractFloatingPane.java
> > ===================================================================
> > ---
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/floatingpane/DojoAbstractFloatingPane.java  2006-12-14
> > 13:26:59 UTC (rev 1345)
> > +++
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/floatingpane/DojoAbstractFloatingPane.java  2006-12-14
> > 14:03:30 UTC (rev 1346)
> > @@ -1,3 +1,19 @@
> > +/*
> > + * Licensed to the Apache Software Foundation (ASF) under one or more
> > + * contributor license agreements.  See the NOTICE file distributed with
> > + * this work for additional information regarding copyright ownership.
> > + * The ASF licenses this file to You under the Apache License, Version
> > 2.0
> > + * (the "License"); you may not use this file except in compliance with
> > + * the License.  You may obtain a copy of the License at
> > + *
> > + *      http://www.apache.org/licenses/LICENSE-2.0
> > + *
> > + * Unless required by applicable law or agreed to in writing, software
> > + * distributed under the License is distributed on an "AS IS" BASIS,
> > + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> > implied.
> > + * See the License for the specific language governing permissions and
> > + * limitations under the License.
> > + */
> > package wicket.contrib.dojo.markup.html.floatingpane;
> >
> > import wicket.MarkupContainer;
> >
> > Modified:
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/floatingpane/DojoFloatingPane.java
> > ===================================================================
> > ---
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/floatingpane/DojoFloatingPane.java  2006-12-14
> > 13:26:59 UTC (rev 1345)
> > +++
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/floatingpane/DojoFloatingPane.java  2006-12-14
> > 14:03:30 UTC (rev 1346)
> > @@ -1,3 +1,19 @@
> > +/*
> > + * Licensed to the Apache Software Foundation (ASF) under one or more
> > + * contributor license agreements.  See the NOTICE file distributed with
> > + * this work for additional information regarding copyright ownership.
> > + * The ASF licenses this file to You under the Apache License, Version
> > 2.0
> > + * (the "License"); you may not use this file except in compliance with
> > + * the License.  You may obtain a copy of the License at
> > + *
> > + *      http://www.apache.org/licenses/LICENSE-2.0
> > + *
> > + * Unless required by applicable law or agreed to in writing, software
> > + * distributed under the License is distributed on an "AS IS" BASIS,
> > + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> > implied.
> > + * See the License for the specific language governing permissions and
> > + * limitations under the License.
> > + */
> > package wicket.contrib.dojo.markup.html.floatingpane;
> >
> > import static wicket.contrib.dojo.DojoIdConstants.DOJO_TYPE;
> >
> > Modified:
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/floatingpane/DojoFloatingPaneHandler.java
> > ===================================================================
> > ---
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/floatingpane/DojoFloatingPaneHandler.java
> > 2006-12-14 13:26:59 UTC (rev 1345)
> > +++
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/floatingpane/DojoFloatingPaneHandler.java
> > 2006-12-14 14:03:30 UTC (rev 1346)
> > @@ -1,3 +1,19 @@
> > +/*
> > + * Licensed to the Apache Software Foundation (ASF) under one or more
> > + * contributor license agreements.  See the NOTICE file distributed with
> > + * this work for additional information regarding copyright ownership.
> > + * The ASF licenses this file to You under the Apache License, Version
> > 2.0
> > + * (the "License"); you may not use this file except in compliance with
> > + * the License.  You may obtain a copy of the License at
> > + *
> > + *      http://www.apache.org/licenses/LICENSE-2.0
> > + *
> > + * Unless required by applicable law or agreed to in writing, software
> > + * distributed under the License is distributed on an "AS IS" BASIS,
> > + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> > implied.
> > + * See the License for the specific language governing permissions and
> > + * limitations under the License.
> > + */
> > package wicket.contrib.dojo.markup.html.floatingpane;
> >
> > import wicket.ajax.AjaxRequestTarget;
> >
> > Modified:
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/floatingpane/DojoModalFloatingPane.java
> > ===================================================================
> > ---
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/floatingpane/DojoModalFloatingPane.java
> > 2006-12-14 13:26:59 UTC (rev 1345)
> > +++
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/floatingpane/DojoModalFloatingPane.java
> > 2006-12-14 14:03:30 UTC (rev 1346)
> > @@ -1,3 +1,19 @@
> > +/*
> > + * Licensed to the Apache Software Foundation (ASF) under one or more
> > + * contributor license agreements.  See the NOTICE file distributed with
> > + * this work for additional information regarding copyright ownership.
> > + * The ASF licenses this file to You under the Apache License, Version
> > 2.0
> > + * (the "License"); you may not use this file except in compliance with
> > + * the License.  You may obtain a copy of the License at
> > + *
> > + *      http://www.apache.org/licenses/LICENSE-2.0
> > + *
> > + * Unless required by applicable law or agreed to in writing, software
> > + * distributed under the License is distributed on an "AS IS" BASIS,
> > + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> > implied.
> > + * See the License for the specific language governing permissions and
> > + * limitations under the License.
> > + */
> > package wicket.contrib.dojo.markup.html.floatingpane;
> >
> > import static wicket.contrib.dojo.DojoIdConstants.DOJO_TYPE;
> >
> > Modified:
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/floatingpane/DojoModalFloatingPaneHandler.java
> > ===================================================================
> > ---
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/floatingpane/DojoModalFloatingPaneHandler.java      2006-12-14
> > 13:26:59 UTC (rev 1345)
> > +++
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/floatingpane/DojoModalFloatingPaneHandler.java      2006-12-14
> > 14:03:30 UTC (rev 1346)
> > @@ -1,3 +1,19 @@
> > +/*
> > + * Licensed to the Apache Software Foundation (ASF) under one or more
> > + * contributor license agreements.  See the NOTICE file distributed with
> > + * this work for additional information regarding copyright ownership.
> > + * The ASF licenses this file to You under the Apache License, Version
> > 2.0
> > + * (the "License"); you may not use this file except in compliance with
> > + * the License.  You may obtain a copy of the License at
> > + *
> > + *      http://www.apache.org/licenses/LICENSE-2.0
> > + *
> > + * Unless required by applicable law or agreed to in writing, software
> > + * distributed under the License is distributed on an "AS IS" BASIS,
> > + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> > implied.
> > + * See the License for the specific language governing permissions and
> > + * limitations under the License.
> > + */
> > package wicket.contrib.dojo.markup.html.floatingpane;
> >
> > import wicket.ajax.AjaxRequestTarget;
> > @@ -2,3 +18,2 @@
> > import wicket.contrib.dojo.AbstractRequireDojoBehavior;
> > -import wicket.markup.html.IHeaderResponse;
> >
> >
> > Modified:
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/form/suggestionlist/DojoInlineSuggestionList.java
> > ===================================================================
> > ---
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/form/suggestionlist/DojoInlineSuggestionList.java
> > 2006-12-14 13:26:59 UTC (rev 1345)
> > +++
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/form/suggestionlist/DojoInlineSuggestionList.java
> > 2006-12-14 14:03:30 UTC (rev 1346)
> > @@ -1,3 +1,19 @@
> > +/*
> > + * Licensed to the Apache Software Foundation (ASF) under one or more
> > + * contributor license agreements.  See the NOTICE file distributed with
> > + * this work for additional information regarding copyright ownership.
> > + * The ASF licenses this file to You under the Apache License, Version
> > 2.0
> > + * (the "License"); you may not use this file except in compliance with
> > + * the License.  You may obtain a copy of the License at
> > + *
> > + *      http://www.apache.org/licenses/LICENSE-2.0
> > + *
> > + * Unless required by applicable law or agreed to in writing, software
> > + * distributed under the License is distributed on an "AS IS" BASIS,
> > + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> > implied.
> > + * See the License for the specific language governing permissions and
> > + * limitations under the License.
> > + */
> > package wicket.contrib.dojo.markup.html.form.suggestionlist;
> >
> > import wicket.MarkupContainer;
> >
> > Modified:
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/form/suggestionlist/DojoInlineSuggestionListHandler.java
> > ===================================================================
> > ---
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/form/suggestionlist/DojoInlineSuggestionListHandler.java    2006-12-14
> > 13:26:59 UTC (rev 1345)
> > +++
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/form/suggestionlist/DojoInlineSuggestionListHandler.java    2006-12-14
> > 14:03:30 UTC (rev 1346)
> > @@ -1,3 +1,19 @@
> > +/*
> > + * Licensed to the Apache Software Foundation (ASF) under one or more
> > + * contributor license agreements.  See the NOTICE file distributed with
> > + * this work for additional information regarding copyright ownership.
> > + * The ASF licenses this file to You under the Apache License, Version
> > 2.0
> > + * (the "License"); you may not use this file except in compliance with
> > + * the License.  You may obtain a copy of the License at
> > + *
> > + *      http://www.apache.org/licenses/LICENSE-2.0
> > + *
> > + * Unless required by applicable law or agreed to in writing, software
> > + * distributed under the License is distributed on an "AS IS" BASIS,
> > + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> > implied.
> > + * See the License for the specific language governing permissions and
> > + * limitations under the License.
> > + */
> > package wicket.contrib.dojo.markup.html.form.suggestionlist;
> >
> > import wicket.ajax.AjaxRequestTarget;
> >
> > Modified:
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/form/suggestionlist/DojoRemoteSuggestionList.java
> > ===================================================================
> > ---
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/form/suggestionlist/DojoRemoteSuggestionList.java
> > 2006-12-14 13:26:59 UTC (rev 1345)
> > +++
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/form/suggestionlist/DojoRemoteSuggestionList.java
> > 2006-12-14 14:03:30 UTC (rev 1346)
> > @@ -1,3 +1,19 @@
> > +/*
> > + * Licensed to the Apache Software Foundation (ASF) under one or more
> > + * contributor license agreements.  See the NOTICE file distributed with
> > + * this work for additional information regarding copyright ownership.
> > + * The ASF licenses this file to You under the Apache License, Version
> > 2.0
> > + * (the "License"); you may not use this file except in compliance with
> > + * the License.  You may obtain a copy of the License at
> > + *
> > + *      http://www.apache.org/licenses/LICENSE-2.0
> > + *
> > + * Unless required by applicable law or agreed to in writing, software
> > + * distributed under the License is distributed on an "AS IS" BASIS,
> > + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> > implied.
> > + * See the License for the specific language governing permissions and
> > + * limitations under the License.
> > + */
> > package wicket.contrib.dojo.markup.html.form.suggestionlist;
> >
> > import static wicket.contrib.dojo.DojoIdConstants.DOJO_TYPE;
> >
> > Modified:
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/form/suggestionlist/DojoRemoteSuggestionListHandler.java
> > ===================================================================
> > ---
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/form/suggestionlist/DojoRemoteSuggestionListHandler.java    2006-12-14
> > 13:26:59 UTC (rev 1345)
> > +++
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/form/suggestionlist/DojoRemoteSuggestionListHandler.java    2006-12-14
> > 14:03:30 UTC (rev 1346)
> > @@ -1,3 +1,19 @@
> > +/*
> > + * Licensed to the Apache Software Foundation (ASF) under one or more
> > + * contributor license agreements.  See the NOTICE file distributed with
> > + * this work for additional information regarding copyright ownership.
> > + * The ASF licenses this file to You under the Apache License, Version
> > 2.0
> > + * (the "License"); you may not use this file except in compliance with
> > + * the License.  You may obtain a copy of the License at
> > + *
> > + *      http://www.apache.org/licenses/LICENSE-2.0
> > + *
> > + * Unless required by applicable law or agreed to in writing, software
> > + * distributed under the License is distributed on an "AS IS" BASIS,
> > + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> > implied.
> > + * See the License for the specific language governing permissions and
> > + * limitations under the License.
> > + */
> > package wicket.contrib.dojo.markup.html.form.suggestionlist;
> >
> > import wicket.Page;
> >
> > Modified:
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/form/suggestionlist/SuggestionList.java
> > ===================================================================
> > ---
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/form/suggestionlist/SuggestionList.java
> > 2006-12-14 13:26:59 UTC (rev 1345)
> > +++
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/form/suggestionlist/SuggestionList.java
> > 2006-12-14 14:03:30 UTC (rev 1346)
> > @@ -1,3 +1,19 @@
> > +/*
> > + * Licensed to the Apache Software Foundation (ASF) under one or more
> > + * contributor license agreements.  See the NOTICE file distributed with
> > + * this work for additional information regarding copyright ownership.
> > + * The ASF licenses this file to You under the Apache License, Version
> > 2.0
> > + * (the "License"); you may not use this file except in compliance with
> > + * the License.  You may obtain a copy of the License at
> > + *
> > + *      http://www.apache.org/licenses/LICENSE-2.0
> > + *
> > + * Unless required by applicable law or agreed to in writing, software
> > + * distributed under the License is distributed on an "AS IS" BASIS,
> > + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> > implied.
> > + * See the License for the specific language governing permissions and
> > + * limitations under the License.
> > + */
> > package wicket.contrib.dojo.markup.html.form.suggestionlist;
> >
> > import java.util.HashMap;
> >
> > Modified:
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/inlineeditbox/DojoInlineEditBox.java
> > ===================================================================
> > ---
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/inlineeditbox/DojoInlineEditBox.java        2006-12-14
> > 13:26:59 UTC (rev 1345)
> > +++
> > trunk/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/inlineeditbox/DojoInlineEditBox.java        2006-12-14
> > 14:03:30 UTC (rev 1346)
> > @@ -1,3 +1,19 @@
> > +/*
> > + * Licensed to the Apache Software Foundation (ASF) under one or more
> > + * contributor license agreements.  See the NOTICE file distributed with
> > + * this work for additional information regarding copyright ownership.
> > + * The ASF licenses this file to You under th...
>
> [Message clipped]


-- 
Vote for Wicket at the http://www.thebeststuffintheworld.com/vote_for/wicket
Wicket 1.2.3 is as easy as 1-2-3. Download Wicket now!
http://wicketframework.org