You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by gs...@apache.org on 2007/10/16 00:46:23 UTC

svn commit: r584952 [1/5] - in /wicket/trunk/jdk-1.4/wicket-extensions: .settings/ src/main/java/org/apache/wicket/extensions/ajax/markup/html/ src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/ src/main/java/org/apache/wicket/ex...

Author: gseitz
Date: Mon Oct 15 15:46:09 2007
New Revision: 584952

URL: http://svn.apache.org/viewvc?rev=584952&view=rev
Log:
WICKET-1078

Modified:
    wicket/trunk/jdk-1.4/wicket-extensions/.settings/org.eclipse.jdt.core.prefs
    wicket/trunk/jdk-1.4/wicket-extensions/.settings/org.eclipse.jdt.ui.prefs
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/AjaxEditableChoiceLabel.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/AjaxEditableLabel.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/AjaxEditableMultiLineLabel.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/AjaxLazyLoadPanel.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/IndicatingAjaxButton.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/IndicatingAjaxFallbackLink.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/IndicatingAjaxLink.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/IndicatingAjaxSubmitButton.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/WicketAjaxIndicatorAppender.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/AbstractAutoCompleteBehavior.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/AbstractAutoCompleteRenderer.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/AbstractAutoCompleteTextRenderer.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/AutoCompleteBehavior.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/AutoCompleteTextField.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/IAutoCompleteRenderer.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/StringAutoCompleteRenderer.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/form/upload/UploadInfo.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/form/upload/UploadProgressBar.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/form/upload/UploadStatusResource.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/form/upload/UploadWebRequest.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/modal/ModalWindow.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/repeater/data/sort/AjaxFallbackOrderByBorder.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/repeater/data/sort/AjaxFallbackOrderByLink.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/repeater/data/table/AjaxFallbackDefaultDataTable.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/repeater/data/table/AjaxFallbackHeadersToolbar.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/repeater/data/table/AjaxNavigationToolbar.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/tabs/AjaxTabbedPanel.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/breadcrumb/BreadCrumbBar.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/breadcrumb/BreadCrumbLink.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/breadcrumb/BreadCrumbModelListenerSupport.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/breadcrumb/DefaultBreadCrumbsModel.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/breadcrumb/IBreadCrumbModel.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/breadcrumb/IBreadCrumbModelListener.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/breadcrumb/IBreadCrumbParticipant.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/breadcrumb/panel/BreadCrumbPanel.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/breadcrumb/panel/BreadCrumbPanelFactory.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/breadcrumb/panel/BreadCrumbPanelLink.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/breadcrumb/panel/BreadCrumbParticipantDelegate.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/breadcrumb/panel/IBreadCrumbPanelFactory.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/basic/DefaultLinkParser.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/basic/ILinkParser.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/basic/ILinkRenderStrategy.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/basic/LinkParser.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/basic/SmartLinkLabel.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/basic/SmartLinkMultiLineLabel.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/captcha/CaptchaImageResource.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/form/DateTextField.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/form/palette/Palette.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/form/palette/component/AbstractOptions.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/form/palette/component/Choices.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/form/palette/component/Recorder.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/form/select/IOptionRenderer.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/form/select/Select.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/form/select/SelectOption.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/form/select/SelectOptions.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/image/resource/ThumbnailImageResource.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/repeater/data/grid/AbstractDataGridView.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/repeater/data/grid/DataGridView.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/repeater/data/grid/ICellPopulator.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/repeater/data/grid/PropertyPopulator.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/repeater/data/sort/ISortState.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/repeater/data/sort/ISortStateLocator.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/repeater/data/sort/OrderByBorder.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/repeater/data/sort/OrderByLink.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/repeater/data/table/AbstractColumn.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/repeater/data/table/DataTable.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/repeater/data/table/DefaultDataTable.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/repeater/data/table/HeadersToolbar.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/repeater/data/table/IColumn.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/repeater/data/table/IStyledColumn.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/repeater/data/table/NavigationToolbar.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/repeater/data/table/NavigatorLabel.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/repeater/data/table/NoRecordsToolbar.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/repeater/data/table/PropertyColumn.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/repeater/data/table/filter/AbstractFilter.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/repeater/data/table/filter/ChoiceFilter.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/repeater/data/table/filter/ChoiceFilteredPropertyColumn.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/repeater/data/table/filter/FilterForm.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/repeater/data/table/filter/FilterStateModel.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/repeater/data/table/filter/FilterToolbar.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/repeater/data/table/filter/FilteredAbstractColumn.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/repeater/data/table/filter/FilteredPropertyColumn.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/repeater/data/table/filter/GoAndClearFilter.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/repeater/data/table/filter/GoFilter.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/repeater/data/table/filter/IFilterStateLocator.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/repeater/data/table/filter/IFilteredColumn.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/repeater/data/table/filter/NoFilter.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/repeater/data/table/filter/TextFilter.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/repeater/data/table/filter/TextFilteredPropertyColumn.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/repeater/util/SingleSortState.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/repeater/util/SortParam.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/repeater/util/SortableDataProvider.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/tabs/AbstractTab.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/tabs/ITab.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/tabs/PanelCachingTab.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/tabs/TabbedPanel.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/tree/DefaultAbstractTree.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/tree/Tree.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/tree/table/AbstractColumn.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/tree/table/AbstractRenderableColumn.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/tree/table/AbstractTreeColumn.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/tree/table/ColumnLocation.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/tree/table/IColumn.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/tree/table/IRenderable.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/tree/table/MiddleColumnsView.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/tree/table/PropertyRenderableColumn.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/tree/table/PropertyTreeColumn.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/tree/table/TreeTable.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/rating/RatingPanel.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/util/encoding/CharSetMap.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/util/encoding/CharSetUtil.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/validation/validator/RfcCompliantEmailAddressValidator.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/AbstractWizardModel.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/CancelButton.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/FinishButton.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/IDefaultButtonProvider.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/IWizard.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/IWizardModel.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/IWizardStep.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/LastButton.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/NextButton.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/PreviousButton.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/StaticContentStep.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/Wizard.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/WizardButton.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/WizardButtonBar.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/WizardModel.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/WizardStep.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/dynamic/DynamicWizardModel.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/dynamic/DynamicWizardStep.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/dynamic/IDynamicWizardStep.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/test/java/org/apache/wicket/extensions/validation/validator/RfcCompliantEmailValidatorTest.java
    wicket/trunk/jdk-1.4/wicket-extensions/src/test/java/org/apache/wicket/util/license/ApacheLicenceHeaderTest.java

Modified: wicket/trunk/jdk-1.4/wicket-extensions/.settings/org.eclipse.jdt.core.prefs
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket-extensions/.settings/org.eclipse.jdt.core.prefs?rev=584952&r1=584951&r2=584952&view=diff
==============================================================================
--- wicket/trunk/jdk-1.4/wicket-extensions/.settings/org.eclipse.jdt.core.prefs (original)
+++ wicket/trunk/jdk-1.4/wicket-extensions/.settings/org.eclipse.jdt.core.prefs Mon Oct 15 15:46:09 2007
@@ -123,7 +123,7 @@
 org.eclipse.jdt.core.formatter.comment.indent_root_tags=true
 org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags=insert
 org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter=insert
-org.eclipse.jdt.core.formatter.comment.line_length=80
+org.eclipse.jdt.core.formatter.comment.line_length=100
 org.eclipse.jdt.core.formatter.compact_else_if=true
 org.eclipse.jdt.core.formatter.continuation_indentation=2
 org.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer=2
@@ -210,7 +210,7 @@
 org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator=do not insert
 org.eclipse.jdt.core.formatter.insert_space_after_prefix_operator=do not insert
 org.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional=insert
-org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard=do not insert
+org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard=insert
 org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for=insert
 org.eclipse.jdt.core.formatter.insert_space_after_unary_operator=do not insert
 org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter=insert
@@ -296,7 +296,7 @@
 org.eclipse.jdt.core.formatter.insert_space_before_postfix_operator=do not insert
 org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator=do not insert
 org.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional=insert
-org.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard=insert
 org.eclipse.jdt.core.formatter.insert_space_before_semicolon=do not insert
 org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for=do not insert
 org.eclipse.jdt.core.formatter.insert_space_before_unary_operator=do not insert
@@ -313,14 +313,13 @@
 org.eclipse.jdt.core.formatter.keep_imple_if_on_one_line=false
 org.eclipse.jdt.core.formatter.keep_then_statement_on_same_line=false
 org.eclipse.jdt.core.formatter.lineSplit=100
-org.eclipse.jdt.core.formatter.never_indent_block_comments_on_first_column=false
-org.eclipse.jdt.core.formatter.never_indent_line_comments_on_first_column=false
+org.eclipse.jdt.core.formatter.never_indent_block_comments_on_first_column=true
+org.eclipse.jdt.core.formatter.never_indent_line_comments_on_first_column=true
 org.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body=0
 org.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve=2
 org.eclipse.jdt.core.formatter.put_empty_statement_on_new_line=true
 org.eclipse.jdt.core.formatter.tabulation.char=tab
 org.eclipse.jdt.core.formatter.tabulation.size=4
 org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations=false
-org.eclipse.jdt.core.formatter.wrap_before_binary_operator=true
-org.eclipse.jdt.core.incompatibleJDKLevel=ignore
+org.eclipse.jdt.core.formatter.wrap_before_binary_operator=falseorg.eclipse.jdt.core.incompatibleJDKLevel=ignore
 org.eclipse.jdt.core.incompleteClasspath=error

Modified: wicket/trunk/jdk-1.4/wicket-extensions/.settings/org.eclipse.jdt.ui.prefs
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket-extensions/.settings/org.eclipse.jdt.ui.prefs?rev=584952&r1=584951&r2=584952&view=diff
==============================================================================
--- wicket/trunk/jdk-1.4/wicket-extensions/.settings/org.eclipse.jdt.ui.prefs (original)
+++ wicket/trunk/jdk-1.4/wicket-extensions/.settings/org.eclipse.jdt.ui.prefs Mon Oct 15 15:46:09 2007
@@ -13,4 +13,52 @@
 formatter_profile=_Wicket
 formatter_settings_version=11
 internal.default.compliance=default
-org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8"?><templates><template autoinsert\="true" context\="gettercomment_context" deleted\="false" description\="Comment for getter method" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.gettercomment" name\="gettercomment">/**\r\n * @return the ${bare_field_name}\r\n */</template><template autoinsert\="true" context\="settercomment_context" deleted\="false" description\="Comment for setter method" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.settercomment" name\="settercomment">/**\r\n * @param ${param} the ${bare_field_name} to set\r\n */</template><template autoinsert\="true" context\="constructorcomment_context" deleted\="false" description\="Comment for created constructors" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.constructorcomment" name\="constructorcomment">/**\r\n * ${tags}\r\n */</template><template autoinsert\="true" context\="filecomment_conte
 xt" deleted\="false" description\="Comment for created Java files" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.filecomment" name\="filecomment">/**\r\n * \r\n */</template><template autoinsert\="true" context\="typecomment_context" deleted\="false" description\="Comment for created types" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.typecomment" name\="typecomment">/**\r\n * @author ${user}\r\n *\r\n * ${tags}\r\n */</template><template autoinsert\="true" context\="fieldcomment_context" deleted\="false" description\="Comment for fields" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.fieldcomment" name\="fieldcomment">/**\r\n * \r\n */</template><template autoinsert\="true" context\="methodcomment_context" deleted\="false" description\="Comment for non-overriding methods" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.methodcomment" name\="methodcomment">/**\r\n * ${tags}\r\n */</template><template autoinsert\="true" contex
 t\="overridecomment_context" deleted\="false" description\="Comment for overriding methods" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.overridecomment" name\="overridecomment">/* (non-Javadoc)\r\n * ${see_to_overridden}\r\n */</template><template autoinsert\="true" context\="delegatecomment_context" deleted\="false" description\="Comment for delegate methods" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.delegatecomment" name\="delegatecomment">/**\r\n * ${tags}\r\n * ${see_to_target}\r\n */</template><template autoinsert\="false" context\="newtype_context" deleted\="false" description\="Newly created files" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.newtype" name\="newtype">/*\r\n * Licensed to the Apache Software Foundation (ASF) under one or more\r\n * contributor license agreements.  See the NOTICE file distributed with\r\n * this work for additional information regarding copyright ownership.\r\n * The ASF licenses this file t
 o You under the Apache License, Version 2.0\r\n * (the "License"); you may not use this file except in compliance with\r\n * the License.  You may obtain a copy of the License at\r\n *\r\n *      http\://www.apache.org/licenses/LICENSE-2.0\r\n *\r\n * Unless required by applicable law or agreed to in writing, software\r\n * distributed under the License is distributed on an "AS IS" BASIS,\r\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n * See the License for the specific language governing permissions and\r\n * limitations under the License.\r\n */\r\n${filecomment}\r\n${package_declaration}\r\n\r\n${typecomment}\r\n${type_declaration}</template><template autoinsert\="true" context\="classbody_context" deleted\="false" description\="Code in new class type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.classbody" name\="classbody">\r\n</template><template autoinsert\="true" context\="interfacebody_context" deleted\="false"
  description\="Code in new interface type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.interfacebody" name\="interfacebody">\r\n</template><template autoinsert\="true" context\="enumbody_context" deleted\="false" description\="Code in new enum type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.enumbody" name\="enumbody">\r\n</template><template autoinsert\="true" context\="annotationbody_context" deleted\="false" description\="Code in new annotation type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.annotationbody" name\="annotationbody">\r\n</template><template autoinsert\="true" context\="catchblock_context" deleted\="false" description\="Code in new catch blocks" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.catchblock" name\="catchblock">// ${todo} Auto-generated catch block\r\n${exception_var}.printStackTrace();</template><template autoinsert\="true" context\="methodbody_context" deleted\="fals
 e" description\="Code in created method stubs" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.methodbody" name\="methodbody">// ${todo} Auto-generated method stub\r\n${body_statement}</template><template autoinsert\="true" context\="constructorbody_context" deleted\="false" description\="Code in created constructor stubs" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.constructorbody" name\="constructorbody">${body_statement}\r\n// ${todo} Auto-generated constructor stub</template><template autoinsert\="true" context\="getterbody_context" deleted\="false" description\="Code in created getters" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.getterbody" name\="getterbody">return ${field};</template><template autoinsert\="true" context\="setterbody_context" deleted\="false" description\="Code in created setters" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.setterbody" name\="setterbody">${field} \= ${param};</template></template
 s>
+editor_save_participant_org.eclipse.jdt.ui.postsavelistener.cleanup=true
+org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates><template autoinsert\="false" context\="gettercomment_context" deleted\="false" description\="Comment for getter method" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.gettercomment" name\="gettercomment">/**\r\n * Gets ${bare_field_name}.\r\n * @return ${bare_field_name}\r\n */</template><template autoinsert\="false" context\="settercomment_context" deleted\="false" description\="Comment for setter method" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.settercomment" name\="settercomment">/**\r\n * Sets ${bare_field_name}.\r\n * @param ${param} ${bare_field_name}\r\n */</template><template autoinsert\="false" context\="constructorcomment_context" deleted\="false" description\="Comment for created constructors" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.constructorcomment" name\="constructorcomment">/**\r\n * Construct.\r\n
  * ${tags}\r\n */</template><template autoinsert\="false" context\="filecomment_context" deleted\="false" description\="Comment for created Java files" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.filecomment" name\="filecomment"/><template autoinsert\="false" context\="typecomment_context" deleted\="false" description\="Comment for created types" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.typecomment" name\="typecomment">/**\r\n * @author ${user}\r\n * ${tags}\r\n */</template><template autoinsert\="true" context\="fieldcomment_context" deleted\="false" description\="Comment for fields" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.fieldcomment" name\="fieldcomment">/**\r\n * \r\n */</template><template autoinsert\="true" context\="methodcomment_context" deleted\="false" description\="Comment for non-overriding methods" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.methodcomment" name\="methodcomment">/**\r\n * ${tags}
 \r\n */</template><template autoinsert\="false" context\="overridecomment_context" deleted\="false" description\="Comment for overriding methods" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.overridecomment" name\="overridecomment">/**\r\n * ${see_to_overridden}\r\n */</template><template autoinsert\="false" context\="newtype_context" deleted\="false" description\="Newly created files" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.newtype" name\="newtype">/*\r\n * Licensed to the Apache Software Foundation (ASF) under one or more\r\n * contributor license agreements.  See the NOTICE file distributed with\r\n * this work for additional information regarding copyright ownership.\r\n * The ASF licenses this file to You under the Apache License, Version 2.0\r\n * (the "License"); you may not use this file except in compliance with\r\n * the License.  You may obtain a copy of the License at\r\n *\r\n *      http\://www.apache.org/licenses/LICENSE-2.0\r\
 n *\r\n * Unless required by applicable law or agreed to in writing, software\r\n * distributed under the License is distributed on an "AS IS" BASIS,\r\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n * See the License for the specific language governing permissions and\r\n * limitations under the License.\r\n */\r\n${filecomment}\r\n${package_declaration}\r\n\r\n${typecomment}\r\n${type_declaration}</template><template autoinsert\="false" context\="catchblock_context" deleted\="false" description\="Code in new catch blocks" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.catchblock" name\="catchblock">throw new RuntimeException(${exception_var});</template><template autoinsert\="false" context\="methodbody_context" deleted\="false" description\="Code in created method stubs" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.methodbody" name\="methodbody">${body_statement}</template><template autoinsert\="false" context\="c
 onstructorbody_context" deleted\="false" description\="Code in created constructor stubs" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.constructorbody" name\="constructorbody">${body_statement}</template><template autoinsert\="true" context\="getterbody_context" deleted\="false" description\="Code in created getters" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.getterbody" name\="getterbody">return ${field};</template><template autoinsert\="true" context\="setterbody_context" deleted\="false" description\="Code in created setters" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.setterbody" name\="setterbody">${field} \= ${param};</template><template autoinsert\="true" context\="classbody_context" deleted\="false" description\="Code in new class type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.classbody" name\="classbody">\r\n</template><template autoinsert\="true" context\="interfacebody_context" deleted\="false" 
 description\="Code in new interface type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.interfacebody" name\="interfacebody">\r\n</template><template autoinsert\="true" context\="enumbody_context" deleted\="false" description\="Code in new enum type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.enumbody" name\="enumbody">\r\n</template><template autoinsert\="true" context\="annotationbody_context" deleted\="false" description\="Code in new annotation type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.annotationbody" name\="annotationbody">\r\n</template><template autoinsert\="true" context\="delegatecomment_context" deleted\="false" description\="Comment for delegate methods" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.delegatecomment" name\="delegatecomment">/**\r\n * ${tags}\r\n * ${see_to_target}\r\n */</template></templates>
+sp_cleanup.add_default_serial_version_id=true
+sp_cleanup.add_generated_serial_version_id=false
+sp_cleanup.add_missing_annotations=true
+sp_cleanup.add_missing_deprecated_annotations=true
+sp_cleanup.add_missing_nls_tags=false
+sp_cleanup.add_missing_override_annotations=true
+sp_cleanup.add_serial_version_id=false
+sp_cleanup.always_use_blocks=true
+sp_cleanup.always_use_parentheses_in_expressions=false
+sp_cleanup.always_use_this_for_non_static_field_access=false
+sp_cleanup.always_use_this_for_non_static_method_access=false
+sp_cleanup.convert_to_enhanced_for_loop=false
+sp_cleanup.format_source_code=true
+sp_cleanup.make_local_variable_final=false
+sp_cleanup.make_parameters_final=false
+sp_cleanup.make_private_fields_final=true
+sp_cleanup.make_variable_declarations_final=true
+sp_cleanup.never_use_blocks=false
+sp_cleanup.never_use_parentheses_in_expressions=true
+sp_cleanup.on_save_use_additional_actions=true
+sp_cleanup.organize_imports=true
+sp_cleanup.qualify_static_field_accesses_with_declaring_class=false
+sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true
+sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true
+sp_cleanup.qualify_static_member_accesses_with_declaring_class=true
+sp_cleanup.qualify_static_method_accesses_with_declaring_class=false
+sp_cleanup.remove_private_constructors=true
+sp_cleanup.remove_trailing_whitespaces=true
+sp_cleanup.remove_trailing_whitespaces_all=true
+sp_cleanup.remove_trailing_whitespaces_ignore_empty=false
+sp_cleanup.remove_unnecessary_casts=true
+sp_cleanup.remove_unnecessary_nls_tags=true
+sp_cleanup.remove_unused_imports=true
+sp_cleanup.remove_unused_local_variables=false
+sp_cleanup.remove_unused_private_fields=true
+sp_cleanup.remove_unused_private_members=false
+sp_cleanup.remove_unused_private_methods=true
+sp_cleanup.remove_unused_private_types=true
+sp_cleanup.sort_members=false
+sp_cleanup.sort_members_all=false
+sp_cleanup.use_blocks=false
+sp_cleanup.use_blocks_only_for_return_and_throw=false
+sp_cleanup.use_parentheses_in_expressions=false
+sp_cleanup.use_this_for_non_static_field_access=true
+sp_cleanup.use_this_for_non_static_field_access_only_if_necessary=true
+sp_cleanup.use_this_for_non_static_method_access=true
+sp_cleanup.use_this_for_non_static_method_access_only_if_necessary=true

Modified: wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/AjaxEditableChoiceLabel.java
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/AjaxEditableChoiceLabel.java?rev=584952&r1=584951&r2=584952&view=diff
==============================================================================
--- wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/AjaxEditableChoiceLabel.java (original)
+++ wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/AjaxEditableChoiceLabel.java Mon Oct 15 15:46:09 2007
@@ -33,8 +33,8 @@
 
 
 /**
- * And inplace editor much like {@link AjaxEditableLabel}, but now with support
- * for multi line content and a {@link TextArea text area} as its editor.
+ * And inplace editor much like {@link AjaxEditableLabel}, but now with support for multi line
+ * content and a {@link TextArea text area} as its editor.
  * 
  * @author Eelco Hillenius
  */
@@ -190,11 +190,11 @@
 			protected void onComponentTag(ComponentTag tag)
 			{
 				super.onComponentTag(tag);
-				final String saveCall = "{wicketAjaxGet('" + getCallbackUrl()
-						+ "&save=true&'+this.name+'='+wicketEncode(this.value)); return true;}";
+				final String saveCall = "{wicketAjaxGet('" + getCallbackUrl() +
+						"&save=true&'+this.name+'='+wicketEncode(this.value)); return true;}";
 
-				final String cancelCall = "{wicketAjaxGet('" + getCallbackUrl()
-						+ "&save=false'); return false;}";
+				final String cancelCall = "{wicketAjaxGet('" + getCallbackUrl() +
+						"&save=false'); return false;}";
 
 				tag.put("onchange", saveCall);
 			}

Modified: wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/AjaxEditableLabel.java
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/AjaxEditableLabel.java?rev=584952&r1=584951&r2=584952&view=diff
==============================================================================
--- wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/AjaxEditableLabel.java (original)
+++ wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/AjaxEditableLabel.java Mon Oct 15 15:46:09 2007
@@ -36,33 +36,30 @@
 
 
 /**
- * An implementation of ajaxified edit-in-place component using a
- * {@link TextField} as it's editor.
+ * An implementation of ajaxified edit-in-place component using a {@link TextField} as it's editor.
  * <p>
  * There are several methods that can be overriden for customization.
  * <ul>
- * <li>{@link #onEdit(AjaxRequestTarget)} is called when the label is clicked
- * and the editor is to be displayed. The default implementation switches the
- * label for the editor and places the curret at the end of the text. </li>
- * <li>{@link #onSubmit(AjaxRequestTarget)} is called when in edit mode, the
- * user submitted new content, that content validated well, and the model value
- * succesfully updated. This implementation also clears any
- * <code>window.status</code> set. </li>
- * <li>{@link #onError(AjaxRequestTarget)} is called when in edit mode, the
- * user submitted new content, but that content did not validate. Get the
- * current input by calling {@link FormComponent#getInput()} on
- * {@link #getEditor()}, and the error message by calling:
+ * <li>{@link #onEdit(AjaxRequestTarget)} is called when the label is clicked and the editor is to
+ * be displayed. The default implementation switches the label for the editor and places the curret
+ * at the end of the text. </li>
+ * <li>{@link #onSubmit(AjaxRequestTarget)} is called when in edit mode, the user submitted new
+ * content, that content validated well, and the model value succesfully updated. This
+ * implementation also clears any <code>window.status</code> set. </li>
+ * <li>{@link #onError(AjaxRequestTarget)} is called when in edit mode, the user submitted new
+ * content, but that content did not validate. Get the current input by calling
+ * {@link FormComponent#getInput()} on {@link #getEditor()}, and the error message by calling:
  * 
  * <pre>
  * String errorMessage = editor.getFeedbackMessage().getMessage();
  * </pre>
  * 
  * The default implementation of this method displays the error message in
- * <code>window.status</code>, redisplays the editor, selects the editor's
- * content and sets the focus on it.
- * <li>{@link #onCancel(AjaxRequestTarget)} is called when in edit mode, the
- * user choose not to submit the contents (he/she pressed espace). The default
- * implementation displays the label again without any further action.</li>
+ * <code>window.status</code>, redisplays the editor, selects the editor's content and sets the
+ * focus on it.
+ * <li>{@link #onCancel(AjaxRequestTarget)} is called when in edit mode, the user choose not to
+ * submit the contents (he/she pressed espace). The default implementation displays the label again
+ * without any further action.</li>
  * </ul>
  * </p>
  * 
@@ -95,19 +92,19 @@
 		protected void onComponentTag(ComponentTag tag)
 		{
 			super.onComponentTag(tag);
-			final String saveCall = "{"
-					+ generateCallbackScript("wicketAjaxGet('" + getCallbackUrl()
-							+ "&save=true&'+this.name+'='+wicketEncode(this.value)")
-					+ "; return false;}";
+			final String saveCall = "{" +
+					generateCallbackScript("wicketAjaxGet('" + getCallbackUrl() +
+							"&save=true&'+this.name+'='+wicketEncode(this.value)") +
+					"; return false;}";
 
 
-			final String cancelCall = "{"
-					+ generateCallbackScript("wicketAjaxGet('" + getCallbackUrl() + "&save=false'")
-					+ "; return false;}";
+			final String cancelCall = "{" +
+					generateCallbackScript("wicketAjaxGet('" + getCallbackUrl() + "&save=false'") +
+					"; return false;}";
 
 
-			final String keypress = "var kc=wicketKeyCode(event); if (kc==27) " + cancelCall
-					+ " else if (kc!=13) { return true; } else " + saveCall;
+			final String keypress = "var kc=wicketKeyCode(event); if (kc==27) " + cancelCall +
+					" else if (kc!=13) { return true; } else " + saveCall;
 
 			tag.put("onblur", saveCall);
 			tag.put("onkeypress", keypress);
@@ -184,10 +181,9 @@
 	}
 
 	/**
-	 * Adds a validator to this form component. A model must be available for
-	 * this component before Validators can be added. Either add this Component
-	 * to its parent (already having a Model), or provide one before this call
-	 * via constructor {@link #AjaxEditableLabel(String,IModel)} or
+	 * Adds a validator to this form component. A model must be available for this component before
+	 * Validators can be added. Either add this Component to its parent (already having a Model), or
+	 * provide one before this call via constructor {@link #AjaxEditableLabel(String,IModel)} or
 	 * {@link #setModel(IModel)}.
 	 * 
 	 * @param validator
@@ -201,8 +197,8 @@
 	}
 
 	/**
-	 * The value will be made available to the validator property by means of
-	 * ${label}. It does not have any specific meaning to FormComponent itself.
+	 * The value will be made available to the validator property by means of ${label}. It does not
+	 * have any specific meaning to FormComponent itself.
 	 * 
 	 * @param labelModel
 	 * @return this for chaining
@@ -237,8 +233,8 @@
 	}
 
 	/**
-	 * Sets the type that will be used when updating the model for this
-	 * component. If no type is specified String type is assumed.
+	 * Sets the type that will be used when updating the model for this component. If no type is
+	 * specified String type is assumed.
 	 * 
 	 * @param type
 	 * @return this for chaining
@@ -341,8 +337,8 @@
 	}
 
 	/**
-	 * Invoked when the label is in edit mode, and received a cancel event.
-	 * Typically, nothing should be done here.
+	 * Invoked when the label is in edit mode, and received a cancel event. Typically, nothing
+	 * should be done here.
 	 * 
 	 * @param target
 	 *            the ajax request target
@@ -367,16 +363,15 @@
 		target.addComponent(AjaxEditableLabel.this);
 		// put focus on the textfield and stupid explorer hack to move the
 		// caret to the end
-		target.appendJavascript("{ var el=wicketGet('" + editor.getMarkupId() + "');"
-				+ "   if (el.createTextRange) { "
-				+ "     var v = el.value; var r = el.createTextRange(); "
-				+ "     r.moveStart('character', v.length); r.select(); } }");
+		target.appendJavascript("{ var el=wicketGet('" + editor.getMarkupId() + "');" +
+				"   if (el.createTextRange) { " +
+				"     var v = el.value; var r = el.createTextRange(); " +
+				"     r.moveStart('character', v.length); r.select(); } }");
 		target.focusComponent(editor);
 	}
 
 	/**
-	 * Invoked when the label is in edit mode, received a new input, but that
-	 * input didn't validate
+	 * Invoked when the label is in edit mode, received a new input, but that input didn't validate
 	 * 
 	 * @param target
 	 *            the ajax request target
@@ -386,8 +381,8 @@
 		Serializable errorMessage = editor.getFeedbackMessage().getMessage();
 		if (errorMessage instanceof String)
 		{
-			target.appendJavascript("window.status='"
-					+ JavascriptUtils.escapeQuotes((String)errorMessage) + "';");
+			target.appendJavascript("window.status='" +
+					JavascriptUtils.escapeQuotes((String)errorMessage) + "';");
 		}
 		String editorMarkupId = editor.getMarkupId();
 		target.appendJavascript(editorMarkupId + ".select();");
@@ -396,9 +391,9 @@
 	}
 
 	/**
-	 * Invoked when the editor was succesfully updated. Use this method e.g. to
-	 * persist the changed value. This implemention displays the label and
-	 * clears any window status that might have been set in onError.
+	 * Invoked when the editor was succesfully updated. Use this method e.g. to persist the changed
+	 * value. This implemention displays the label and clears any window status that might have been
+	 * set in onError.
 	 * 
 	 * @param target
 	 *            The ajax request target
@@ -413,8 +408,7 @@
 	}
 
 	/**
-	 * Lazy initialization of the label and editor components and set tempModel
-	 * to null.
+	 * Lazy initialization of the label and editor components and set tempModel to null.
 	 * 
 	 * @param model
 	 *            The model for the label and editor
@@ -457,11 +451,10 @@
 	}
 
 	/**
-	 * Override this to display a different value when the model object is null.
-	 * Default is <code>...</code>
+	 * Override this to display a different value when the model object is null. Default is
+	 * <code>...</code>
 	 * 
-	 * @return The string which should be displayed when the model object is
-	 *         null.
+	 * @return The string which should be displayed when the model object is null.
 	 */
 	protected String defaultNullLabel()
 	{

Modified: wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/AjaxEditableMultiLineLabel.java
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/AjaxEditableMultiLineLabel.java?rev=584952&r1=584951&r2=584952&view=diff
==============================================================================
--- wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/AjaxEditableMultiLineLabel.java (original)
+++ wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/AjaxEditableMultiLineLabel.java Mon Oct 15 15:46:09 2007
@@ -28,8 +28,8 @@
 import org.apache.wicket.model.IModel;
 
 /**
- * And inplace editor much like {@link AjaxEditableLabel}, but now with support
- * for multi line content and a {@link TextArea text area} as its editor.
+ * And inplace editor much like {@link AjaxEditableLabel}, but now with support for multi line
+ * content and a {@link TextArea text area} as its editor.
  * 
  * @author eelcohillenius
  */
@@ -68,7 +68,8 @@
 	}
 
 	/**
-	 * @see org.apache.wicket.extensions.ajax.markup.html.AjaxEditableLabel#newLabel(org.apache.wicket.MarkupContainer, java.lang.String, org.apache.wicket.model.IModel)
+	 * @see org.apache.wicket.extensions.ajax.markup.html.AjaxEditableLabel#newLabel(org.apache.wicket.MarkupContainer,
+	 *      java.lang.String, org.apache.wicket.model.IModel)
 	 */
 	protected Component newLabel(MarkupContainer parent, String componentId, IModel model)
 	{
@@ -94,7 +95,8 @@
 	}
 
 	/**
-	 * @see org.apache.wicket.extensions.ajax.markup.html.AjaxEditableLabel#newEditor(org.apache.wicket.MarkupContainer, java.lang.String, org.apache.wicket.model.IModel)
+	 * @see org.apache.wicket.extensions.ajax.markup.html.AjaxEditableLabel#newEditor(org.apache.wicket.MarkupContainer,
+	 *      java.lang.String, org.apache.wicket.model.IModel)
 	 */
 	protected FormComponent newEditor(MarkupContainer parent, String componentId, IModel model)
 	{
@@ -129,14 +131,14 @@
 			protected void onComponentTag(ComponentTag tag)
 			{
 				super.onComponentTag(tag);
-				final String saveCall = "{wicketAjaxGet('" + getCallbackUrl()
-						+ "&save=true&'+this.name+'='+wicketEncode(this.value)); return true;}";
+				final String saveCall = "{wicketAjaxGet('" + getCallbackUrl() +
+						"&save=true&'+this.name+'='+wicketEncode(this.value)); return true;}";
 
-				final String cancelCall = "{wicketAjaxGet('" + getCallbackUrl()
-						+ "&save=false'); return false;}";
+				final String cancelCall = "{wicketAjaxGet('" + getCallbackUrl() +
+						"&save=false'); return false;}";
 
-				final String keypress = "var kc=wicketKeyCode(event); if (kc==27) " + cancelCall
-						+ "; ";
+				final String keypress = "var kc=wicketKeyCode(event); if (kc==27) " + cancelCall +
+						"; ";
 
 				tag.put("onblur", saveCall);
 				tag.put("onkeypress", keypress);
@@ -188,11 +190,10 @@
 	}
 
 	/**
-	 * Override this to display a different value when the model object is null.
-	 * Default is <code>...</code>
+	 * Override this to display a different value when the model object is null. Default is
+	 * <code>...</code>
 	 * 
-	 * @return The string which should be displayed when the model object is
-	 *         null.
+	 * @return The string which should be displayed when the model object is null.
 	 */
 	protected String defaultNullLabel()
 	{

Modified: wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/AjaxLazyLoadPanel.java
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/AjaxLazyLoadPanel.java?rev=584952&r1=584951&r2=584952&view=diff
==============================================================================
--- wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/AjaxLazyLoadPanel.java (original)
+++ wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/AjaxLazyLoadPanel.java Mon Oct 15 15:46:09 2007
@@ -25,9 +25,9 @@
 import org.apache.wicket.markup.html.panel.Panel;
 
 /**
- * A panel where you can lazy load another panel.
- * This can be used if you have a panel/component that is pretty heavy in creation
- * and you first want to show the user the page and the replace the panel when it is ready.
+ * A panel where you can lazy load another panel. This can be used if you have a panel/component
+ * that is pretty heavy in creation and you first want to show the user the page and the replace the
+ * panel when it is ready.
  * 
  * @author jcompagner
  * 
@@ -36,7 +36,7 @@
 public abstract class AjaxLazyLoadPanel extends Panel
 {
 	private static final long serialVersionUID = 1L;
-	
+
 	/**
 	 * @param id
 	 */
@@ -46,7 +46,7 @@
 		setOutputMarkupId(true);
 		Component loadingComponent = getLoadingComponent("content");
 		add(loadingComponent.setRenderBodyOnly(true));
-		
+
 		loadingComponent.add(new AbstractDefaultAjaxBehavior()
 		{
 			private static final long serialVersionUID = 1L;
@@ -57,7 +57,7 @@
 				AjaxLazyLoadPanel.this.replace(component.setRenderBodyOnly(true));
 				target.addComponent(AjaxLazyLoadPanel.this);
 			}
-		
+
 			public void renderHead(IHeaderResponse response)
 			{
 				super.renderHead(response);
@@ -65,21 +65,25 @@
 			}
 		});
 	}
-	
-	
+
+
 	/**
-	 * @param markupId The components markupid.
+	 * @param markupId
+	 *            The components markupid.
 	 * @return The component that must be lazy created.
 	 */
 	public abstract Component getLazyLoadComponent(String markupId);
-	
+
 	/**
-	 * @param markupId The components markupid.
+	 * @param markupId
+	 *            The components markupid.
 	 * @return The component to show while the real component is being created.
 	 */
 	public Component getLoadingComponent(String markupId)
 	{
-		return new Label(markupId,"<img src=\"" + RequestCycle.get().urlFor(AbstractDefaultAjaxBehavior.INDICATOR) + "\"/>").setEscapeModelStrings(false);
+		return new Label(markupId, "<img src=\"" +
+				RequestCycle.get().urlFor(AbstractDefaultAjaxBehavior.INDICATOR) + "\"/>")
+				.setEscapeModelStrings(false);
 	}
 
 }

Modified: wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/IndicatingAjaxButton.java
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/IndicatingAjaxButton.java?rev=584952&r1=584951&r2=584952&view=diff
==============================================================================
--- wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/IndicatingAjaxButton.java (original)
+++ wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/IndicatingAjaxButton.java Mon Oct 15 15:46:09 2007
@@ -22,42 +22,42 @@
 import org.apache.wicket.markup.html.form.Form;
 
 /**
- * A variant of the {@link AjaxButton} that displays a busy indicator while the
- * ajax request is in progress.
- *
+ * A variant of the {@link AjaxButton} that displays a busy indicator while the ajax request is in
+ * progress.
+ * 
  * @author evan
- *
+ * 
  */
-public abstract class IndicatingAjaxButton
-       extends AjaxButton implements IAjaxIndicatorAware {
+public abstract class IndicatingAjaxButton extends AjaxButton implements IAjaxIndicatorAware
+{
 
-       /**
+	/**
 	 * 
 	 */
 	private static final long serialVersionUID = 1L;
 	private final WicketAjaxIndicatorAppender indicatorAppender = new WicketAjaxIndicatorAppender();
 
-       /**
-        *
-        * @param id
-        * @param form
-        */
-       public IndicatingAjaxButton(String id, Form form)
-       {
-               super(id, form);
-               add(indicatorAppender);
-       }
+	/**
+	 * 
+	 * @param id
+	 * @param form
+	 */
+	public IndicatingAjaxButton(String id, Form form)
+	{
+		super(id, form);
+		add(indicatorAppender);
+	}
 
-       protected abstract void onSubmit(AjaxRequestTarget target, Form form);
+	protected abstract void onSubmit(AjaxRequestTarget target, Form form);
 
-       /**
-        * @see IAjaxIndicatorAware#getAjaxIndicatorMarkupId()
-        * @return the markup id of the ajax indicator
-        *
-        */
-       public String getAjaxIndicatorMarkupId()
-       {
-               return indicatorAppender.getMarkupId();
-       }
+	/**
+	 * @see IAjaxIndicatorAware#getAjaxIndicatorMarkupId()
+	 * @return the markup id of the ajax indicator
+	 * 
+	 */
+	public String getAjaxIndicatorMarkupId()
+	{
+		return indicatorAppender.getMarkupId();
+	}
 
 }

Modified: wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/IndicatingAjaxFallbackLink.java
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/IndicatingAjaxFallbackLink.java?rev=584952&r1=584951&r2=584952&view=diff
==============================================================================
--- wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/IndicatingAjaxFallbackLink.java (original)
+++ wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/IndicatingAjaxFallbackLink.java Mon Oct 15 15:46:09 2007
@@ -21,17 +21,19 @@
 import org.apache.wicket.model.IModel;
 
 /**
- * A variant of the {@link AjaxFallbackLink} that displays a busy indicator while the
- * ajax request is in progress.
+ * A variant of the {@link AjaxFallbackLink} that displays a busy indicator while the ajax request
+ * is in progress.
  * 
  * @since 1.2
  * 
  * @author Igor Vaynberg (ivaynberg)
  * 
  */
-public abstract class IndicatingAjaxFallbackLink extends AjaxFallbackLink implements IAjaxIndicatorAware
+public abstract class IndicatingAjaxFallbackLink extends AjaxFallbackLink
+		implements
+			IAjaxIndicatorAware
 {
-	
+
 	/**
 	 * 
 	 */
@@ -40,6 +42,7 @@
 
 	/**
 	 * Constructor
+	 * 
 	 * @param id
 	 */
 	public IndicatingAjaxFallbackLink(String id)
@@ -49,6 +52,7 @@
 
 	/**
 	 * Constructor
+	 * 
 	 * @param id
 	 * @param model
 	 */
@@ -65,5 +69,5 @@
 	{
 		return indicatorAppender.getMarkupId();
 	}
-	
+
 }

Modified: wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/IndicatingAjaxLink.java
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/IndicatingAjaxLink.java?rev=584952&r1=584951&r2=584952&view=diff
==============================================================================
--- wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/IndicatingAjaxLink.java (original)
+++ wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/IndicatingAjaxLink.java Mon Oct 15 15:46:09 2007
@@ -21,8 +21,8 @@
 import org.apache.wicket.model.IModel;
 
 /**
- * A variant of the {@link AjaxLink} that displays a busy indicator while the
- * ajax request is in progress.
+ * A variant of the {@link AjaxLink} that displays a busy indicator while the ajax request is in
+ * progress.
  * 
  * @since 1.2
  * 
@@ -39,6 +39,7 @@
 
 	/**
 	 * Constructor
+	 * 
 	 * @param id
 	 */
 	public IndicatingAjaxLink(String id)
@@ -48,6 +49,7 @@
 
 	/**
 	 * Constructor
+	 * 
 	 * @param id
 	 * @param model
 	 */

Modified: wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/IndicatingAjaxSubmitButton.java
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/IndicatingAjaxSubmitButton.java?rev=584952&r1=584951&r2=584952&view=diff
==============================================================================
--- wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/IndicatingAjaxSubmitButton.java (original)
+++ wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/IndicatingAjaxSubmitButton.java Mon Oct 15 15:46:09 2007
@@ -20,8 +20,8 @@
 import org.apache.wicket.markup.html.form.Form;
 
 /**
- * A variant of the {@link AjaxSubmitButton} that displays a busy indicator
- * while the ajax request is in progress.
+ * A variant of the {@link AjaxSubmitButton} that displays a busy indicator while the ajax request
+ * is in progress.
  * 
  * @author evan
  * @deprecated Use {@link IndicatingAjaxButton} instead.

Modified: wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/WicketAjaxIndicatorAppender.java
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/WicketAjaxIndicatorAppender.java?rev=584952&r1=584951&r2=584952&view=diff
==============================================================================
--- wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/WicketAjaxIndicatorAppender.java (original)
+++ wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/WicketAjaxIndicatorAppender.java Mon Oct 15 15:46:09 2007
@@ -26,9 +26,9 @@
 import org.apache.wicket.markup.html.IHeaderResponse;
 
 /**
- * A behavior that adds a span with wicket's default indicator gif to the end of
- * the component's markup. This span can be used as an ajax busy indicator. For
- * an example usage see {@link IndicatingAjaxLink}
+ * A behavior that adds a span with wicket's default indicator gif to the end of the component's
+ * markup. This span can be used as an ajax busy indicator. For an example usage see
+ * {@link IndicatingAjaxLink}
  * <p>
  * Instances of this behavior must not be shared between components.
  * 
@@ -69,9 +69,8 @@
 
 		if (AjaxRequestTarget.get() != null)
 		{
-			final String javascript = "var e = Wicket.$('"
-					+ getMarkupId()
-					+ "'); if (e != null && typeof(e.parentNode) != 'undefined') e.parentNode.removeChild(e);";
+			final String javascript = "var e = Wicket.$('" + getMarkupId() +
+					"'); if (e != null && typeof(e.parentNode) != 'undefined') e.parentNode.removeChild(e);";
 
 			response.renderJavascript(javascript, null);
 		}
@@ -112,9 +111,8 @@
 	}
 
 	/**
-	 * Returns the markup id attribute of the outer most span of this indicator.
-	 * This is the id of the span that should be hidden or show to hide or show
-	 * the indicator.
+	 * Returns the markup id attribute of the outer most span of this indicator. This is the id of
+	 * the span that should be hidden or show to hide or show the indicator.
 	 * 
 	 * @return markup id of outer most span
 	 */

Modified: wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/AbstractAutoCompleteBehavior.java
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/AbstractAutoCompleteBehavior.java?rev=584952&r1=584951&r2=584952&view=diff
==============================================================================
--- wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/AbstractAutoCompleteBehavior.java (original)
+++ wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/AbstractAutoCompleteBehavior.java Mon Oct 15 15:46:09 2007
@@ -38,6 +38,7 @@
 	private static final long serialVersionUID = 1L;
 
 	protected boolean preselect = false;
+
 	/**
 	 * @see org.apache.wicket.ajax.AbstractDefaultAjaxBehavior#renderHead(org.apache.wicket.markup.html.IHeaderResponse)
 	 */
@@ -67,13 +68,14 @@
 		Response response = getComponent().getResponse();
 		final String id = getComponent().getMarkupId();
 		response.write(JavascriptUtils.SCRIPT_OPEN_TAG);
-		response.write("new Wicket.AutoComplete('" + id + "','" + getCallbackUrl() +"',"+ preselect + ");");
+		response.write("new Wicket.AutoComplete('" + id + "','" + getCallbackUrl() + "'," +
+				preselect + ");");
 		response.write(JavascriptUtils.SCRIPT_CLOSE_TAG);
 	}
 
 	/**
-	 * Callback for the ajax event generated by the javascript. This is where we
-	 * need to generate our response.
+	 * Callback for the ajax event generated by the javascript. This is where we need to generate
+	 * our response.
 	 * 
 	 * @param input
 	 *            the input entered so far

Modified: wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/AbstractAutoCompleteRenderer.java
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/AbstractAutoCompleteRenderer.java?rev=584952&r1=584951&r2=584952&view=diff
==============================================================================
--- wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/AbstractAutoCompleteRenderer.java (original)
+++ wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/AbstractAutoCompleteRenderer.java Mon Oct 15 15:46:09 2007
@@ -19,9 +19,9 @@
 import org.apache.wicket.Response;
 
 /**
- * A renderer that abstracts autoassist specific details and allows subclasses
- * to only render the visual part of the assist instead of having to also render
- * the necessary autoassist javascript hooks.
+ * A renderer that abstracts autoassist specific details and allows subclasses to only render the
+ * visual part of the assist instead of having to also render the necessary autoassist javascript
+ * hooks.
  * 
  * @since 1.2
  * 
@@ -46,11 +46,11 @@
 		if (textValue == null)
 		{
 			throw new IllegalStateException(
-					"A call to textValue(Object) returned an illegal value: null for object: "
-							+ object.toString());
+					"A call to textValue(Object) returned an illegal value: null for object: " +
+							object.toString());
 		}
 		textValue = textValue.replaceAll("\\\"", "&quot;");
-		
+
 		response.write("<li textvalue=\"" + textValue + "\">");
 		renderChoice(object, response, criteria);
 		response.write("</li>");
@@ -74,25 +74,22 @@
 	}
 
 	/**
-	 * Render the visual portion of the assist. Usually the html representing
-	 * the assist choice object is written out to the response use
-	 * {@link Response#write(CharSequence)}
+	 * Render the visual portion of the assist. Usually the html representing the assist choice
+	 * object is written out to the response use {@link Response#write(CharSequence)}
 	 * 
 	 * @param object
 	 *            current assist choice
 	 * @param response
-	 * @param criteria 
+	 * @param criteria
 	 */
 	protected abstract void renderChoice(Object object, Response response, String criteria);
 
 	/**
-	 * Retrieves the text value that will be set on the textbox if this assist
-	 * is selected
+	 * Retrieves the text value that will be set on the textbox if this assist is selected
 	 * 
 	 * @param object
 	 *            assist choice object
-	 * @return the text value that will be set on the textbox if this assist is
-	 *         selected
+	 * @return the text value that will be set on the textbox if this assist is selected
 	 */
 	protected abstract String getTextValue(Object object);
 }

Modified: wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/AbstractAutoCompleteTextRenderer.java
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/AbstractAutoCompleteTextRenderer.java?rev=584952&r1=584951&r2=584952&view=diff
==============================================================================
--- wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/AbstractAutoCompleteTextRenderer.java (original)
+++ wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/AbstractAutoCompleteTextRenderer.java Mon Oct 15 15:46:09 2007
@@ -20,11 +20,11 @@
 
 /**
  * Base for text renderers that simply want to show a string
- *
+ * 
  * @since 1.2
- *
+ * 
  * @author Igor Vaynberg (ivaynberg)
- *
+ * 
  */
 public abstract class AbstractAutoCompleteTextRenderer extends AbstractAutoCompleteRenderer
 {

Modified: wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/AutoCompleteBehavior.java
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/AutoCompleteBehavior.java?rev=584952&r1=584951&r2=584952&view=diff
==============================================================================
--- wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/AutoCompleteBehavior.java (original)
+++ wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/AutoCompleteBehavior.java Mon Oct 15 15:46:09 2007
@@ -25,14 +25,13 @@
 
 
 /**
- * This behavior builds on top of {@link AbstractAutoCompleteBehavior} by
- * introducing the concept of a {@link IAutoCompleteRenderer} to make response
- * writing easier.
- *
+ * This behavior builds on top of {@link AbstractAutoCompleteBehavior} by introducing the concept of
+ * a {@link IAutoCompleteRenderer} to make response writing easier.
+ * 
  * @see IAutoCompleteRenderer
- *
+ * 
  * @since 1.2
- *
+ * 
  * @author Igor Vaynberg (ivaynberg)
  * @author Janne Hietam&auml;ki (jannehietamaki)
  */
@@ -44,7 +43,7 @@
 
 	/**
 	 * Constructor
-	 *
+	 * 
 	 * @param renderer
 	 *            renderer that will be used to generate output
 	 */
@@ -56,11 +55,11 @@
 
 	/**
 	 * Constructor
-	 *
+	 * 
 	 * @param renderer
 	 *            renderer that will be used to generate output
 	 * @param preselect
-	 * 		      highlight/preselect the first item in the autocomplete list automatically
+	 *            highlight/preselect the first item in the autocomplete list automatically
 	 */
 	public AutoCompleteBehavior(IAutoCompleteRenderer renderer, boolean preselect)
 	{
@@ -113,10 +112,10 @@
 	}
 
 	/**
-	 * Callback method that should return an iterator over all possiblet
-	 * choice objects. These objects will be passed to the renderer to generate
-	 * output. Usually it is enough to return an iterator over strings.
-	 *
+	 * Callback method that should return an iterator over all possiblet choice objects. These
+	 * objects will be passed to the renderer to generate output. Usually it is enough to return an
+	 * iterator over strings.
+	 * 
 	 * @param input
 	 *            current input
 	 * @return iterator ver all possible choice objects

Modified: wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/AutoCompleteTextField.java
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/AutoCompleteTextField.java?rev=584952&r1=584951&r2=584952&view=diff
==============================================================================
--- wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/AutoCompleteTextField.java (original)
+++ wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/AutoCompleteTextField.java Mon Oct 15 15:46:09 2007
@@ -25,12 +25,12 @@
 
 /**
  * An implementation of a textfield with the autoassist ajax behavior
- *
+ * 
  * @see AutoCompleteBehavior
  * @see IAutoCompleteRenderer
- *
+ * 
  * @since 1.2
- *
+ * 
  * @author Igor Vaynberg (ivaynberg)
  */
 public abstract class AutoCompleteTextField extends TextField
@@ -158,12 +158,12 @@
 	}
 
 	/**
-	 * Callback method that should return an iterator over all possible assist
-	 * choice objects. These objects will be passed to the renderer to generate
-	 * output. Usually it is enough to return an iterator over strings.
-	 *
+	 * Callback method that should return an iterator over all possible assist choice objects. These
+	 * objects will be passed to the renderer to generate output. Usually it is enough to return an
+	 * iterator over strings.
+	 * 
 	 * @see AutoCompleteBehavior#getChoices(String)
-	 *
+	 * 
 	 * @param input
 	 *            current input
 	 * @return iterator ver all possible choice objects

Modified: wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/IAutoCompleteRenderer.java
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/IAutoCompleteRenderer.java?rev=584952&r1=584951&r2=584952&view=diff
==============================================================================
--- wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/IAutoCompleteRenderer.java (original)
+++ wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/IAutoCompleteRenderer.java Mon Oct 15 15:46:09 2007
@@ -22,13 +22,12 @@
 /**
  * A renderer used to generate html output for the {@link AutoCompleteBehavior}.
  * <p>
- * Helper implementations of this interface may abstract the implementation
- * specific details. Direct implementations of this interface should only be
- * used when total control is required.
+ * Helper implementations of this interface may abstract the implementation specific details. Direct
+ * implementations of this interface should only be used when total control is required.
  * <p>
- * The autocompletion value is supplied via an attribute on the first html
- * element named <code>textvalue</code>, if no attribute is found the
- * innerHtml property of the first element will be used instead.
+ * The autocompletion value is supplied via an attribute on the first html element named
+ * <code>textvalue</code>, if no attribute is found the innerHtml property of the first element
+ * will be used instead.
  * 
  * For example:
  * 
@@ -62,8 +61,8 @@
 public interface IAutoCompleteRenderer extends IClusterable
 {
 	/**
-	 * Render the html fragment for the given completion object. Usually the
-	 * html is written out by calling {@link Response#write(CharSequence)}.
+	 * Render the html fragment for the given completion object. Usually the html is written out by
+	 * calling {@link Response#write(CharSequence)}.
 	 * 
 	 * @param object
 	 *            completion choice object
@@ -76,16 +75,16 @@
 
 
 	/**
-	 * Render the html header fragment for the completion. Usually the html is
-	 * written out by calling {@link Response#write(CharSequence)}.
+	 * Render the html header fragment for the completion. Usually the html is written out by
+	 * calling {@link Response#write(CharSequence)}.
 	 * 
 	 * @param response
 	 */
 	void renderHeader(Response response);
 
 	/**
-	 * Render the html footer fragment for the completion. Usually the html is
-	 * written out by calling {@link Response#write(CharSequence)}.
+	 * Render the html footer fragment for the completion. Usually the html is written out by
+	 * calling {@link Response#write(CharSequence)}.
 	 * 
 	 * @param response
 	 */

Modified: wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/StringAutoCompleteRenderer.java
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/StringAutoCompleteRenderer.java?rev=584952&r1=584951&r2=584952&view=diff
==============================================================================
--- wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/StringAutoCompleteRenderer.java (original)
+++ wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/StringAutoCompleteRenderer.java Mon Oct 15 15:46:09 2007
@@ -17,8 +17,8 @@
 package org.apache.wicket.extensions.ajax.markup.html.autocomplete;
 
 /**
- * An renderer that assumes that assist objects are {@link String}s. Great for
- * quickly generating a list of assists.
+ * An renderer that assumes that assist objects are {@link String}s. Great for quickly generating a
+ * list of assists.
  * 
  * @since 1.2
  * 

Modified: wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/form/upload/UploadInfo.java
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/form/upload/UploadInfo.java?rev=584952&r1=584951&r2=584952&view=diff
==============================================================================
--- wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/form/upload/UploadInfo.java (original)
+++ wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/form/upload/UploadInfo.java Mon Oct 15 15:46:09 2007
@@ -124,7 +124,8 @@
 	 */
 	public int getPercentageComplete()
 	{
-		if (totalBytes==0) return 100;
+		if (totalBytes == 0)
+			return 100;
 		return (int)(((double)bytesUploaded / (double)totalBytes) * 100);
 
 	}

Modified: wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/form/upload/UploadProgressBar.java
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/form/upload/UploadProgressBar.java?rev=584952&r1=584951&r2=584952&view=diff
==============================================================================
--- wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/form/upload/UploadProgressBar.java (original)
+++ wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/form/upload/UploadProgressBar.java Mon Oct 15 15:46:09 2007
@@ -32,8 +32,8 @@
 /**
  * A panel to show the progress of an HTTP upload.
  * <p>
- * NB: For this to work, you *must* use an {@link UploadWebRequest}. See the
- * javadoc in that class for details.
+ * NB: For this to work, you *must* use an {@link UploadWebRequest}. See the javadoc in that class
+ * for details.
  * 
  * @author Andrew Lombardi
  */
@@ -64,11 +64,11 @@
 		}
 	}
 
-	private static final ResourceReference JS = new ResourceReference(
-			UploadProgressBar.class, "progressbar.js");
+	private static final ResourceReference JS = new ResourceReference(UploadProgressBar.class,
+			"progressbar.js");
 
-	private static final ResourceReference CSS = new ResourceReference(
-			UploadProgressBar.class, "UploadProgressBar.css");
+	private static final ResourceReference CSS = new ResourceReference(UploadProgressBar.class,
+			"UploadProgressBar.css");
 
 	private static final String RESOURCE_NAME = UploadProgressBar.class.getName();
 
@@ -102,9 +102,10 @@
 
 		if (!(RequestCycle.get().getRequest() instanceof UploadWebRequest))
 		{
-			log.warn("UploadProgressBar will not work without an UploadWebRequest. See the javadoc for details.");
+			log
+					.warn("UploadProgressBar will not work without an UploadWebRequest. See the javadoc for details.");
 		}
-		
+
 		form.add(new AttributeModifier("onsubmit", true, new Model()
 		{
 
@@ -115,13 +116,13 @@
 			{
 				ResourceReference ref = new ResourceReference(RESOURCE_NAME);
 
-				return "var def=new Wicket.WUPB.Def('" + form.getMarkupId() + "', '"
-						+ statusDiv.getMarkupId() + "', '" + barDiv.getMarkupId() + "', '"
-						+ getPage().urlFor(ref) + "'); Wicket.WUPB.start(def); return false;";
+				return "var def=new Wicket.WUPB.Def('" + form.getMarkupId() + "', '" +
+						statusDiv.getMarkupId() + "', '" + barDiv.getMarkupId() + "', '" +
+						getPage().urlFor(ref) + "'); Wicket.WUPB.start(def); return false;";
 			}
 		}));
 	}
-	
+
 	/**
 	 * Override this to provide your own CSS, or return null to avoid including the default.
 	 * 

Modified: wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/form/upload/UploadStatusResource.java
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/form/upload/UploadStatusResource.java?rev=584952&r1=584951&r2=584952&view=diff
==============================================================================
--- wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/form/upload/UploadStatusResource.java (original)
+++ wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/form/upload/UploadStatusResource.java Mon Oct 15 15:46:09 2007
@@ -24,9 +24,9 @@
 
 
 /**
- * A resource that prints out basic statistics about the current upload. This
- * resource is used to feed the progress bar information by the progress bar
- * javascript which requests this resource through ajax.
+ * A resource that prints out basic statistics about the current upload. This resource is used to
+ * feed the progress bar information by the progress bar javascript which requests this resource
+ * through ajax.
  * 
  * @author Andrew Lombardi
  * @author Igor Vaynberg (ivaynberg)
@@ -64,11 +64,11 @@
 			}
 			else
 			{
-				status = "" + info.getPercentageComplete() + "|" + info.getBytesUploadedString()
-						+ "|" + info.getTotalBytesString() + "|" + info.getTransferRateString()
-						+ "|" + info.getRemainingTimeString();
+				status = "" + info.getPercentageComplete() + "|" + info.getBytesUploadedString() +
+						"|" + info.getTotalBytesString() + "|" + info.getTransferRateString() +
+						"|" + info.getRemainingTimeString();
 			}
-			status="<html>|"+status+"|</html>";
+			status = "<html>|" + status + "|</html>";
 		}
 
 		/**

Modified: wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/form/upload/UploadWebRequest.java
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/form/upload/UploadWebRequest.java?rev=584952&r1=584951&r2=584952&view=diff
==============================================================================
--- wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/form/upload/UploadWebRequest.java (original)
+++ wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/form/upload/UploadWebRequest.java Mon Oct 15 15:46:09 2007
@@ -28,11 +28,11 @@
 
 
 /**
- * A request object that stores information about the current upload in session
- * so it is accessible to the {@link UploadProgressBar}.
+ * A request object that stores information about the current upload in session so it is accessible
+ * to the {@link UploadProgressBar}.
  * <p>
- * This request object is necessary for the UploadProgressBar to function
- * properly. It is installed like so:
+ * This request object is necessary for the UploadProgressBar to function properly. It is installed
+ * like so:
  * 
  * <code>
  * class MyApplication extends WebApplication {