svn commit: r945918 - /wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/validation/validator/RangeValidator.java

2010-05-18 Thread ivaynberg
Author: ivaynberg Date: Tue May 18 22:01:12 2010 New Revision: 945918 URL: http://svn.apache.org/viewvc?rev=945918&view=rev Log: WICKET-2869 RangeValidator should use getMinimum and getMaximum Issue: WICKET-2869 Modified: wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wi

svn commit: r945919 - /wicket/trunk/wicket/src/main/java/org/apache/wicket/validation/validator/RangeValidator.java

2010-05-18 Thread ivaynberg
Author: ivaynberg Date: Tue May 18 22:01:35 2010 New Revision: 945919 URL: http://svn.apache.org/viewvc?rev=945919&view=rev Log: WICKET-2869 RangeValidator should use getMinimum and getMaximum Issue: WICKET-2869 Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/valida

svn commit: r945926 - /wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/markup/html/form/ListMultipleChoice.java

2010-05-18 Thread ivaynberg
Author: ivaynberg Date: Tue May 18 22:20:27 2010 New Revision: 945926 URL: http://svn.apache.org/viewvc?rev=945926&view=rev Log: WICKET-2861: getConvertedInput() returns null and selectedValues.addAll tries adding it Issue: WICKET-2861 Modified: wicket/branches/wicket-1.4.x/wicket/src/

svn commit: r945928 - /wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/form/ListMultipleChoice.java

2010-05-18 Thread ivaynberg
Author: ivaynberg Date: Tue May 18 22:21:48 2010 New Revision: 945928 URL: http://svn.apache.org/viewvc?rev=945928&view=rev Log: WICKET-2861 Issue: WICKET-2861 Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/form/ListMultipleChoice.java Modified: wicket/t

svn commit: r945929 - /wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/markup/html/form/ListMultipleChoice.java

2010-05-18 Thread ivaynberg
Author: ivaynberg Date: Tue May 18 22:22:05 2010 New Revision: 945929 URL: http://svn.apache.org/viewvc?rev=945929&view=rev Log: WICKET-2861: getConvertedInput() returns null and selectedValues.addAll tries adding it Modified: wicket/branches/wicket-1.4.x/wicket/src/main/java/org/ap

svn commit: r947325 - /wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/form/CheckBoxMultipleChoice.java

2010-05-22 Thread ivaynberg
Author: ivaynberg Date: Sat May 22 19:17:42 2010 New Revision: 947325 URL: http://svn.apache.org/viewvc?rev=947325&view=rev Log: allow markup id generation control for CheckBoxMultipleChoice Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/

svn commit: r947326 - /wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/markup/html/form/CheckBoxMultipleChoice.java

2010-05-22 Thread ivaynberg
Author: ivaynberg Date: Sat May 22 19:17:49 2010 New Revision: 947326 URL: http://svn.apache.org/viewvc?rev=947326&view=rev Log: allow markup id generation control for CheckBoxMultipleChoice Modified: wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/markup/html/

svn commit: r947492 - in /wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/protocol/http: IRequestLogger.java RequestLogger.java

2010-05-23 Thread ivaynberg
Author: ivaynberg Date: Sun May 23 20:33:53 2010 New Revision: 947492 URL: http://svn.apache.org/viewvc?rev=947492&view=rev Log: WICKET-2884, WICKET-2885 requestlogger tweaks Modified: wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/protocol/http/IRequestLogger.

svn commit: r947497 - /wicket/branches/wicket-1.4.x/wicket-devutils/src/main/java/org/apache/wicket/devutils/inspector/RequestsPage.java

2010-05-23 Thread ivaynberg
Author: ivaynberg Date: Sun May 23 21:20:36 2010 New Revision: 947497 URL: http://svn.apache.org/viewvc?rev=947497&view=rev Log: WICKET-2884, WICKET-2885 requestlogger tweaks Modified: wicket/branches/wicket-1.4.x/wicket-devutils/src/main/java/org/apache/wicket/devutils/inspe

svn commit: r956646 - /wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/markup/resolver/AutoLinkResolver.java

2010-06-21 Thread ivaynberg
Author: ivaynberg Date: Mon Jun 21 17:21:41 2010 New Revision: 956646 URL: http://svn.apache.org/viewvc?rev=956646&view=rev Log: WICKET-2904 variations don't work when using wicket:link with images Issue: WICKET-2904 Modified: wicket/branches/wicket-1.4.x/wicket/src/main/java/o

svn commit: r956647 - /wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/resolver/AutoLinkResolver.java

2010-06-21 Thread ivaynberg
Author: ivaynberg Date: Mon Jun 21 17:26:59 2010 New Revision: 956647 URL: http://svn.apache.org/viewvc?rev=956647&view=rev Log: WICKET-2904 variations don't work when using wicket:link with images Issue: WICKET-2904 Modified: wicket/trunk/wicket/src/main/java/org/apache/wick

svn commit: r958167 - /wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/protocol/http/servlet/WicketSessionFilter.java

2010-06-25 Thread ivaynberg
Author: ivaynberg Date: Sat Jun 26 02:16:37 2010 New Revision: 958167 URL: http://svn.apache.org/viewvc?rev=958167&view=rev Log: WICKET-2902 WicketSessionFilter still broken: you can only locate or create sessions in the context of a request cycle Issue: WICKET-2902 Modified: wi

svn commit: r958168 - /wicket/trunk/wicket/src/main/java/org/apache/wicket/protocol/http/servlet/WicketSessionFilter.java

2010-06-25 Thread ivaynberg
Author: ivaynberg Date: Sat Jun 26 02:18:15 2010 New Revision: 958168 URL: http://svn.apache.org/viewvc?rev=958168&view=rev Log: WICKET-2902 WicketSessionFilter still broken: you can only locate or create sessions in the context of a request cycle Issue: WICKET-2902 Modified: wicket/t

svn commit: r959026 - /wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/protocol/http/request/WebRequestCodingStrategy.java

2010-06-29 Thread ivaynberg
Author: ivaynberg Date: Tue Jun 29 16:47:56 2010 New Revision: 959026 URL: http://svn.apache.org/viewvc?rev=959026&view=rev Log: optimize access to mount map, making webrequestcodingstrategy more concurrent Modified: wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wi

svn commit: r962949 - in /wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/ajax: AjaxRequestTarget.java IAjaxRegionMarkupIdProvider.java

2010-07-10 Thread ivaynberg
Author: ivaynberg Date: Sat Jul 10 23:49:57 2010 New Revision: 962949 URL: http://svn.apache.org/viewvc?rev=962949&view=rev Log: added IAjaxRegionMarkupIdProvider to make working with ajax and behaviors that write directly into the response possible. see javadoc. Added: wicket/bran

svn commit: r962950 - in /wicket/trunk/wicket/src/main/java/org/apache/wicket/ajax: AjaxRequestTarget.java IAjaxRegionMarkupIdProvider.java

2010-07-10 Thread ivaynberg
Author: ivaynberg Date: Sat Jul 10 23:52:02 2010 New Revision: 962950 URL: http://svn.apache.org/viewvc?rev=962950&view=rev Log: forward port IAjaxRegionMarkupIdProvider feature Added: wicket/trunk/wicket/src/main/java/org/apache/wicket/ajax/IAjaxRegionMarkupIdProvider.java (with p

svn commit: r963524 - in /wicket/branches/wicket-1.4.x/wicket: .settings/ src/main/java/org/apache/wicket/ src/test/java/org/apache/wicket/

2010-07-12 Thread ivaynberg
Author: ivaynberg Date: Mon Jul 12 23:21:06 2010 New Revision: 963524 URL: http://svn.apache.org/viewvc?rev=963524&view=rev Log: WICKET-2943 introduce Component#onInitialize() Added: wicket/branches/wicket-1.4.x/wicket/src/test/java/org/apache/wicket/ComponentInitializationTest.

svn commit: r963525 - /wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/Page.java

2010-07-12 Thread ivaynberg
Author: ivaynberg Date: Mon Jul 12 23:27:18 2010 New Revision: 963525 URL: http://svn.apache.org/viewvc?rev=963525&view=rev Log: WICKET-2943 introduce Component#onInitialize() Modified: wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/Page.java Modified: wicket/bran

svn commit: r963531 - in /wicket/branches/wicket-1.4.x/wicket/src: main/java/org/apache/wicket/Page.java test/java/org/apache/wicket/ComponentInitializationTest.java

2010-07-12 Thread ivaynberg
Author: ivaynberg Date: Mon Jul 12 23:39:40 2010 New Revision: 963531 URL: http://svn.apache.org/viewvc?rev=963531&view=rev Log: WICKET-2943 introduce Component#onInitialize() Modified: wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/Page.java wicket/branches/wi

svn commit: r963541 - in /wicket/branches/wicket-1.4.x/wicket/src: main/java/org/apache/wicket/ test/java/org/apache/wicket/

2010-07-12 Thread ivaynberg
Author: ivaynberg Date: Tue Jul 13 01:21:33 2010 New Revision: 963541 URL: http://svn.apache.org/viewvc?rev=963541&view=rev Log: WICKET-2943 introduce Component#onInitialize() Modified: wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/Component.java wicket/bran

svn commit: r963557 - in /wicket/trunk/wicket/src: main/java/org/apache/wicket/Component.java main/java/org/apache/wicket/MarkupContainer.java main/java/org/apache/wicket/Page.java test/java/org/apach

2010-07-12 Thread ivaynberg
Author: ivaynberg Date: Tue Jul 13 01:47:58 2010 New Revision: 963557 URL: http://svn.apache.org/viewvc?rev=963557&view=rev Log: make page#oninitialize() work Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/Component.java wicket/trunk/wicket/src/main/java/org/apache/wi

svn commit: r963565 - /wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/Component.java

2010-07-12 Thread ivaynberg
Author: ivaynberg Date: Tue Jul 13 01:56:25 2010 New Revision: 963565 URL: http://svn.apache.org/viewvc?rev=963565&view=rev Log: javadoc tweak Modified: wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/Component.java Modified: wicket/branches/wicket-1.4.x/wicket

svn commit: r963566 - /wicket/trunk/wicket/src/main/java/org/apache/wicket/Component.java

2010-07-12 Thread ivaynberg
Author: ivaynberg Date: Tue Jul 13 01:56:45 2010 New Revision: 963566 URL: http://svn.apache.org/viewvc?rev=963566&view=rev Log: javadoc tweak Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/Component.java Modified: wicket/trunk/wicket/src/main/java/org/apache/wi

svn commit: r963769 - /wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/Component.java

2010-07-13 Thread ivaynberg
Author: ivaynberg Date: Tue Jul 13 15:56:25 2010 New Revision: 963769 URL: http://svn.apache.org/viewvc?rev=963769&view=rev Log: WICKET-2943 introduce Component#onInitialize() Modified: wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/Component.java Modified: wi

svn commit: r963770 - /wicket/trunk/wicket/src/main/java/org/apache/wicket/Component.java

2010-07-13 Thread ivaynberg
Author: ivaynberg Date: Tue Jul 13 15:56:53 2010 New Revision: 963770 URL: http://svn.apache.org/viewvc?rev=963770&view=rev Log: javadoc tweak Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/Component.java Modified: wicket/trunk/wicket/src/main/java/org/apache/wi

svn commit: r966085 - in /wicket/branches/wicket-1.4.x/wicket/src: main/java/org/apache/wicket/Component.java test/java/org/apache/wicket/ComponentConfigurationTest.java

2010-07-20 Thread ivaynberg
Author: ivaynberg Date: Wed Jul 21 04:59:11 2010 New Revision: 966085 URL: http://svn.apache.org/viewvc?rev=966085&view=rev Log: Component#onConfigure() - Create a new callback to help manage states such as visibility, enabled, etc Issue: WICKET-2955 Added: wicket/branches/wicket-1

svn commit: r966087 - /wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/Component.java

2010-07-20 Thread ivaynberg
Author: ivaynberg Date: Wed Jul 21 05:02:29 2010 New Revision: 966087 URL: http://svn.apache.org/viewvc?rev=966087&view=rev Log: javadoc tweak Modified: wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/Component.java Modified: wicket/branches/wicket-1.4.x/wicket

svn commit: r966088 - in /wicket/trunk/wicket/src: main/java/org/apache/wicket/Component.java test/java/org/apache/wicket/ComponentConfigurationTest.java

2010-07-20 Thread ivaynberg
Author: ivaynberg Date: Wed Jul 21 05:02:38 2010 New Revision: 966088 URL: http://svn.apache.org/viewvc?rev=966088&view=rev Log: Component#onConfigure() - Create a new callback to help manage states such as visibility, enabled, etc Issue: WICKET-2995 Added: wicket/trunk/wicket/src/

svn commit: r966090 - /wicket/trunk/wicket/src/main/java/org/apache/wicket/Component.java

2010-07-20 Thread ivaynberg
Author: ivaynberg Date: Wed Jul 21 05:05:52 2010 New Revision: 966090 URL: http://svn.apache.org/viewvc?rev=966090&view=rev Log: javadoc tweak Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/Component.java Modified: wicket/trunk/wicket/src/main/java/org/apache/wi

svn commit: r966299 - /wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/Component.java

2010-07-21 Thread ivaynberg
Author: ivaynberg Date: Wed Jul 21 16:24:38 2010 New Revision: 966299 URL: http://svn.apache.org/viewvc?rev=966299&view=rev Log: fix javadoc typo Modified: wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/Component.java Modified: wicket/branches/wicket-1.4.x/wicket

svn commit: r966298 - /wicket/trunk/wicket/src/main/java/org/apache/wicket/Component.java

2010-07-21 Thread ivaynberg
Author: ivaynberg Date: Wed Jul 21 16:24:22 2010 New Revision: 966298 URL: http://svn.apache.org/viewvc?rev=966298&view=rev Log: fix javadoc typo Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/Component.java Modified: wicket/trunk/wicket/src/main/java/org/apache/wi

svn commit: r967142 - /wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/form/TextArea.java

2010-07-23 Thread ivaynberg
Author: ivaynberg Date: Fri Jul 23 15:51:43 2010 New Revision: 967142 URL: http://svn.apache.org/viewvc?rev=967142&view=rev Log: Textarea ignores first line in case of blank line Issue: WICKET-2812 Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/form/TextArea.

svn commit: r967145 - in /wicket/trunk/wicket/src/main/java/org/apache/wicket/markup: ComponentTag.java html/list/OddEvenListItem.java

2010-07-23 Thread ivaynberg
Author: ivaynberg Date: Fri Jul 23 15:59:38 2010 New Revision: 967145 URL: http://svn.apache.org/viewvc?rev=967145&view=rev Log: OddEvenListItem should append css attribute instead of replacing/adding it Issue: WICKET-2610 Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/ma

svn commit: r967148 - /wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/markup/ComponentTag.java

2010-07-23 Thread ivaynberg
Author: ivaynberg Date: Fri Jul 23 16:03:38 2010 New Revision: 967148 URL: http://svn.apache.org/viewvc?rev=967148&view=rev Log: util method to make life easier Modified: wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/markup/ComponentTag.java Modified: wicket/bran

svn commit: r608660 - /wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/tabs/TabbedPanel.java

2008-01-03 Thread ivaynberg
Author: ivaynberg Date: Thu Jan 3 14:26:27 2008 New Revision: 608660 URL: http://svn.apache.org/viewvc?rev=608660&view=rev Log: expose tab containers so users can override css classes Modified: wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/

svn commit: r609236 - in /wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/form/upload: UploadProgressBar.java progressbar.js

2008-01-05 Thread ivaynberg
Author: ivaynberg Date: Sat Jan 5 15:22:39 2008 New Revision: 609236 URL: http://svn.apache.org/viewvc?rev=609236&view=rev Log: WICKET-812, WICKET-1194 UploadProgressBar incompatible with submit buttons onSubmit method Modified: wicket/trunk/jdk-1.4/wicket-extensions/src/main/java

svn commit: r609503 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/CheckBox.java

2008-01-06 Thread ivaynberg
Author: ivaynberg Date: Sun Jan 6 19:35:33 2008 New Revision: 609503 URL: http://svn.apache.org/viewvc?rev=609503&view=rev Log: reverted WICKET-1221 Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/CheckBox.java Modified: wicket/trunk/jdk-1.4/wi

svn commit: r610666 - in /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/convert: ConverterLocator.java converters/BigDecimalConverter.java

2008-01-09 Thread ivaynberg
Author: ivaynberg Date: Wed Jan 9 20:23:24 2008 New Revision: 610666 URL: http://svn.apache.org/viewvc?rev=610666&view=rev Log: WICKET-1254 out of the box big decimal converter Added: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/convert/conver

svn commit: r611305 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Localizer.java

2008-01-11 Thread ivaynberg
Author: ivaynberg Date: Fri Jan 11 13:29:32 2008 New Revision: 611305 URL: http://svn.apache.org/viewvc?rev=611305&view=rev Log: WICKET-1274 Localizer.getCacheKey() was not returning specific enough keys which sometimes led to false positive cache hits Modified: wicket/trunk/jdk-1.4/wi

svn commit: r611379 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/upload/MultiFileUploadField.java

2008-01-11 Thread ivaynberg
Author: ivaynberg Date: Fri Jan 11 23:11:09 2008 New Revision: 611379 URL: http://svn.apache.org/viewvc?rev=611379&view=rev Log: always start out in unlimited number of uploads unless specified otherwise Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/

svn commit: r611726 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/ListMultipleChoice.java

2008-01-13 Thread ivaynberg
Author: ivaynberg Date: Sun Jan 13 22:40:58 2008 New Revision: 611726 URL: http://svn.apache.org/viewvc?rev=611726&view=rev Log: WICKET-1270 be a bit more defensive Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/ListMultipleChoice.java Modi

svn commit: r611938 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/ajax/form/AjaxFormChoiceComponentUpdatingBehavior.java

2008-01-14 Thread ivaynberg
Author: ivaynberg Date: Mon Jan 14 13:18:00 2008 New Revision: 611938 URL: http://svn.apache.org/viewvc?rev=611938&view=rev Log: WICKET-1271 AjaxFormChoiceComponentUpdatingBehavior assumes Radio/Choice items are a direct child of the group in the client-side DOM Modified: wicket/trunk

svn commit: r612893 - in /wicket/trunk/jdk-1.4/wicket/src: main/java/org/apache/wicket/util/string/PrependingStringBuffer.java test/java/org/apache/wicket/util/string/PrependingStringBufferTest.java

2008-01-17 Thread ivaynberg
Author: ivaynberg Date: Thu Jan 17 09:57:14 2008 New Revision: 612893 URL: http://svn.apache.org/viewvc?rev=612893&view=rev Log: WICKET-1290 PrependingStringBuffer.equals(Object obj) is not reflexive Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/st

svn commit: r615113 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/FormComponentPanel.java

2008-01-24 Thread ivaynberg
Author: ivaynberg Date: Thu Jan 24 21:41:17 2008 New Revision: 615113 URL: http://svn.apache.org/viewvc?rev=615113&view=rev Log: formcomponentpanel needs to register wicket:panel tag just like panel Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/

svn commit: r615118 - /wicket/trunk/jdk-1.4/wicket/src/test/java/org/apache/wicket/markup/html/form/FormComponentPanelProcessingTest.java

2008-01-24 Thread ivaynberg
Author: ivaynberg Date: Thu Jan 24 21:51:36 2008 New Revision: 615118 URL: http://svn.apache.org/viewvc?rev=615118&view=rev Log: failing unit test for WICKET-1304 Added: wicket/trunk/jdk-1.4/wicket/src/test/java/org/apache/wicket/markup/html/form/FormComponentPanelProcessingTest.

svn commit: r615551 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/request/target/coding/HybridUrlCodingStrategy.java

2008-01-26 Thread ivaynberg
Author: ivaynberg Date: Sat Jan 26 19:12:40 2008 New Revision: 615551 URL: http://svn.apache.org/viewvc?rev=615551&view=rev Log: small tweak to make hybrid url coding strategy a little bit more flexible Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/request/ta

svn commit: r615552 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/request/target/coding/HybridUrlCodingStrategy.java

2008-01-26 Thread ivaynberg
Author: ivaynberg Date: Sat Jan 26 19:14:15 2008 New Revision: 615552 URL: http://svn.apache.org/viewvc?rev=615552&view=rev Log: we need the request target to be public because now there is potential for it to be reused Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wi

svn commit: r616585 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/RequestUtils.java

2008-01-29 Thread ivaynberg
Author: ivaynberg Date: Tue Jan 29 17:58:02 2008 New Revision: 616585 URL: http://svn.apache.org/viewvc?rev=616585&view=rev Log: missing change for previous commit Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/RequestUtils.java Modified: wicket/t

svn commit: r616580 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/RequestCycle.java

2008-01-29 Thread ivaynberg
Author: ivaynberg Date: Tue Jan 29 17:42:20 2008 New Revision: 616580 URL: http://svn.apache.org/viewvc?rev=616580&view=rev Log: allow encoding of extra parameters when generating request listener interface urls Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wi

svn commit: r616823 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/validation/IErrorMessageSource.java

2008-01-30 Thread ivaynberg
Author: ivaynberg Date: Wed Jan 30 10:08:40 2008 New Revision: 616823 URL: http://svn.apache.org/viewvc?rev=616823&view=rev Log: added 2.0 fixme Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/validation/IErrorMessageSource.java Modified: wicket/trunk/jdk-1.4/wi

svn commit: r618373 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/validation/validator/EmailAddressValidator.java

2008-02-04 Thread ivaynberg
Author: ivaynberg Date: Mon Feb 4 10:47:01 2008 New Revision: 618373 URL: http://svn.apache.org/viewvc?rev=618373&view=rev Log: added @see to rfc compliant validator in extensions Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/validation/valid

svn commit: r620083 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/repeater/RepeatingView.java

2008-02-08 Thread ivaynberg
Author: ivaynberg Date: Fri Feb 8 20:38:42 2008 New Revision: 620083 URL: http://svn.apache.org/viewvc?rev=620083&view=rev Log: cleanup Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/repeater/RepeatingView.java Modified: wicket/trunk/jdk-1.4/wicket/src/

svn commit: r620178 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/request/target/coding/QueryStringUrlCodingStrategy.java

2008-02-09 Thread ivaynberg
Author: ivaynberg Date: Sat Feb 9 11:47:26 2008 New Revision: 620178 URL: http://svn.apache.org/viewvc?rev=620178&view=rev Log: WICKET-1321 javadoc fix Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/request/target/coding/QueryStringUrlCodingStrategy.java Modi

svn commit: r620190 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Localizer.java

2008-02-09 Thread ivaynberg
Author: ivaynberg Date: Sat Feb 9 12:27:29 2008 New Revision: 620190 URL: http://svn.apache.org/viewvc?rev=620190&view=rev Log: WICKET-1302 made Localizer.substitutePropertyExpressions() protected Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Localizer.java Modi

svn commit: r620187 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/FormComponent.java

2008-02-09 Thread ivaynberg
Author: ivaynberg Date: Sat Feb 9 12:15:13 2008 New Revision: 620187 URL: http://svn.apache.org/viewvc?rev=620187&view=rev Log: WICKET-1308: introduced overridable FC#shouldTrimInput() to determine whether or not fc will trim input prior to processing it Modified: wicket/trunk/jdk

svn commit: r620181 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/WebApplication.java

2008-02-09 Thread ivaynberg
Author: ivaynberg Date: Sat Feb 9 11:55:41 2008 New Revision: 620181 URL: http://svn.apache.org/viewvc?rev=620181&view=rev Log: WICKET-1317 add support for *wicket.*configuration params in web.xml Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/

svn commit: r620195 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Page.java

2008-02-09 Thread ivaynberg
Author: ivaynberg Date: Sat Feb 9 12:38:35 2008 New Revision: 620195 URL: http://svn.apache.org/viewvc?rev=620195&view=rev Log: WICKET-1269 fixed logging level in Page.checkRendering() Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Page.java Modified: wicket/t

svn commit: r620196 - in /wicket/trunk/jdk-1.4/wicket/src: main/java/org/apache/wicket/session/DefaultPageFactory.java test/java/org/apache/wicket/session/DefaultPageFactoryTest.java

2008-02-09 Thread ivaynberg
Author: ivaynberg Date: Sat Feb 9 12:48:51 2008 New Revision: 620196 URL: http://svn.apache.org/viewvc?rev=620196&view=rev Log: WICKET-1278 Uncaught checked exceptions in page constructor Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/session/DefaultPageFactory.

svn commit: r620191 - in /wicket/trunk/jdk-1.4/wicket/src: main/java/org/apache/wicket/util/string/PrependingStringBuffer.java test/java/org/apache/wicket/util/string/PrependingStringBufferTest.java

2008-02-09 Thread ivaynberg
Author: ivaynberg Date: Sat Feb 9 12:32:02 2008 New Revision: 620191 URL: http://svn.apache.org/viewvc?rev=620191&view=rev Log: WICKET-1294 PrependingStringBuffer.hashCode() doesn't meet its contract Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/ut

svn commit: r620193 - in /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form: ListChoice.java PasswordTextField.java

2008-02-09 Thread ivaynberg
Author: ivaynberg Date: Sat Feb 9 12:33:34 2008 New Revision: 620193 URL: http://svn.apache.org/viewvc?rev=620193&view=rev Log: WICKET-1297 relaxing finals on oncomponenttag() Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/ListChoice.java wi

svn commit: r620523 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/Form.java

2008-02-11 Thread ivaynberg
Author: ivaynberg Date: Mon Feb 11 08:38:25 2008 New Revision: 620523 URL: http://svn.apache.org/viewvc?rev=620523&view=rev Log: WICKET-1166 Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/Form.java Modified: wicket/trunk/jdk-1.4/wicket/src/main/

svn commit: r627611 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/resource/PropertiesFactory.java

2008-02-13 Thread ivaynberg
Author: ivaynberg Date: Wed Feb 13 15:20:29 2008 New Revision: 627611 URL: http://svn.apache.org/viewvc?rev=627611&view=rev Log: cleaned up code in #load() Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/resource/PropertiesFactory.java Modified: wicket/trunk/jdk

svn commit: r628563 - /wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/form/palette/Palette.html

2008-02-17 Thread ivaynberg
Author: ivaynberg Date: Sun Feb 17 14:12:10 2008 New Revision: 628563 URL: http://svn.apache.org/viewvc?rev=628563&view=rev Log: WICKET-1353 Modified: wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/form/palette/Palette.html Modified: wi

svn commit: r629303 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/FormComponent.java

2008-02-19 Thread ivaynberg
Author: ivaynberg Date: Tue Feb 19 17:31:38 2008 New Revision: 629303 URL: http://svn.apache.org/viewvc?rev=629303&view=rev Log: javadoc improvement Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/FormComponent.java Modified: wicket/trunk/jdk

svn commit: r631113 - /wicket/trunk/jdk-1.4/wicket-ioc/pom.xml

2008-02-25 Thread ivaynberg
Author: ivaynberg Date: Mon Feb 25 23:32:11 2008 New Revision: 631113 URL: http://svn.apache.org/viewvc?rev=631113&view=rev Log: dont need direct ref on asm since cglib-nodep embeds it Modified: wicket/trunk/jdk-1.4/wicket-ioc/pom.xml Modified: wicket/trunk/jdk-1.4/wicket-ioc/pom.xml

svn commit: r631114 - /wicket/trunk/jdk-1.4/wicket-spring/pom.xml

2008-02-25 Thread ivaynberg
Author: ivaynberg Date: Mon Feb 25 23:32:55 2008 New Revision: 631114 URL: http://svn.apache.org/viewvc?rev=631114&view=rev Log: dont need direct ref on asm since cglib-nodep embeds it Modified: wicket/trunk/jdk-1.4/wicket-spring/pom.xml Modified: wicket/trunk/jdk-1.4/wicket-spring/pom

svn commit: r631115 - /wicket/trunk/jdk-1.4/wicket-spring/pom.xml

2008-02-25 Thread ivaynberg
Author: ivaynberg Date: Mon Feb 25 23:35:00 2008 New Revision: 631115 URL: http://svn.apache.org/viewvc?rev=631115&view=rev Log: pom cleanup Modified: wicket/trunk/jdk-1.4/wicket-spring/pom.xml Modified: wicket/trunk/jdk-1.4/wicket-spring/pom.xml URL: http://svn.apache.org/viewvc/wi

svn commit: r631799 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/repeater/data/GridView.java

2008-02-27 Thread ivaynberg
Author: ivaynberg Date: Wed Feb 27 17:16:31 2008 New Revision: 631799 URL: http://svn.apache.org/viewvc?rev=631799&view=rev Log: missing else clause Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/repeater/data/GridView.java Modified: wicket/trunk/jdk

svn commit: r634067 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/behavior/AbstractAjaxBehavior.java

2008-03-05 Thread ivaynberg
Author: ivaynberg Date: Wed Mar 5 14:38:08 2008 New Revision: 634067 URL: http://svn.apache.org/viewvc?rev=634067&view=rev Log: relaxed final Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/behavior/AbstractAjaxBehavior.java Modified: wicket/trunk/jdk-1.4/wicket

svn commit: r634378 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Component.java

2008-03-06 Thread ivaynberg
Author: ivaynberg Date: Thu Mar 6 10:59:05 2008 New Revision: 634378 URL: http://svn.apache.org/viewvc?rev=634378&view=rev Log: todo Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Component.java Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wi

svn commit: r634387 - /wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/form/palette/Palette.java

2008-03-06 Thread ivaynberg
Author: ivaynberg Date: Thu Mar 6 11:29:12 2008 New Revision: 634387 URL: http://svn.apache.org/viewvc?rev=634387&view=rev Log: made newrecorder() factory protected instead of private Modified: wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/

svn commit: r635053 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/internal/HeaderResponse.java

2008-03-08 Thread ivaynberg
Author: ivaynberg Date: Sat Mar 8 11:20:47 2008 New Revision: 635053 URL: http://svn.apache.org/viewvc?rev=635053&view=rev Log: WICKET-1396: Add more explicit exception for NPE in HeaderResponse.java Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/inte

svn commit: r635062 - in /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket: markup/html/form/FormComponent.java validation/ValidationError.java

2008-03-08 Thread ivaynberg
Author: ivaynberg Date: Sat Mar 8 11:58:11 2008 New Revision: 635062 URL: http://svn.apache.org/viewvc?rev=635062&view=rev Log: WICKET-1400: FormComponent.error(ivalidationerror) error needs to show tried resource keys Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wi

svn commit: r635083 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/collections/MiniMap.java

2008-03-08 Thread ivaynberg
Author: ivaynberg Date: Sat Mar 8 12:44:09 2008 New Revision: 635083 URL: http://svn.apache.org/viewvc?rev=635083&view=rev Log: WICKET-1383: MiniMap IndexOutOfBoundsException when empty Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/collections/MiniMap.

svn commit: r635132 - /wicket/trunk/jdk-1.5/wicket-examples/src/main/webapp/WEB-INF/web.xml

2008-03-08 Thread ivaynberg
Author: ivaynberg Date: Sat Mar 8 17:25:20 2008 New Revision: 635132 URL: http://svn.apache.org/viewvc?rev=635132&view=rev Log: WICKET-1342: doc Modified: wicket/trunk/jdk-1.5/wicket-examples/src/main/webapp/WEB-INF/web.xml Modified: wicket/trunk/jdk-1.5/wicket-examples/src/main/webapp

svn commit: r635134 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/tester/BaseWicketTester.java

2008-03-08 Thread ivaynberg
Author: ivaynberg Date: Sat Mar 8 17:43:49 2008 New Revision: 635134 URL: http://svn.apache.org/viewvc?rev=635134&view=rev Log: WICKET-1364: BaseWicketTester.isVisible() doesn't check Component.isRenderAllowed() Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wi

svn commit: r635179 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Application.java

2008-03-08 Thread ivaynberg
Author: ivaynberg Date: Sat Mar 8 23:26:33 2008 New Revision: 635179 URL: http://svn.apache.org/viewvc?rev=635179&view=rev Log: WICKET-1359: fixed up javadoc Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Application.java Modified: wicket/trunk/jdk-1.4/wicket

svn commit: r635182 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/internal/HeaderResponse.java

2008-03-08 Thread ivaynberg
Author: ivaynberg Date: Sat Mar 8 23:33:19 2008 New Revision: 635182 URL: http://svn.apache.org/viewvc?rev=635182&view=rev Log: WICKET-1402: fixed contribution filtering bug in header response Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/inte

svn commit: r635184 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Localizer.java

2008-03-08 Thread ivaynberg
Author: ivaynberg Date: Sat Mar 8 23:36:58 2008 New Revision: 635184 URL: http://svn.apache.org/viewvc?rev=635184&view=rev Log: WICKET-1361: Localizer doesn't honor style when caching property lookups Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Local

svn commit: r635186 - /wicket/branches/wicket-1.2.x/wicket/src/main/java/wicket/markup/html/form/SubmitLink.java

2008-03-08 Thread ivaynberg
Author: ivaynberg Date: Sat Mar 8 23:58:02 2008 New Revision: 635186 URL: http://svn.apache.org/viewvc?rev=635186&view=rev Log: wicket-546: submitlink.oncomponenttag() doesnt call super Modified: wicket/branches/wicket-1.2.x/wicket/src/main/java/wicket/markup/html/form/SubmitLink.

svn commit: r635582 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Localizer.java

2008-03-10 Thread ivaynberg
Author: ivaynberg Date: Mon Mar 10 08:43:40 2008 New Revision: 635582 URL: http://svn.apache.org/viewvc?rev=635582&view=rev Log: WICKET-1361: todo for 1.4 Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Localizer.java Modified: wicket/trunk/jdk-1.4/wicket/src/

svn commit: r635615 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/feedback/ComponentFeedbackMessageFilter.java

2008-03-10 Thread ivaynberg
Author: ivaynberg Date: Mon Mar 10 10:38:31 2008 New Revision: 635615 URL: http://svn.apache.org/viewvc?rev=635615&view=rev Log: WICKET-1408: minor tweak Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/feedback/ComponentFeedbackMessageFilter.java Modified: wi

svn commit: r637206 - /wicket/trunk/archetypes/quickstart/src/main/resources/archetype-resources/src/test/java/TestHomePage.java

2008-03-14 Thread ivaynberg
Author: ivaynberg Date: Fri Mar 14 11:46:35 2008 New Revision: 637206 URL: http://svn.apache.org/viewvc?rev=637206&view=rev Log: improved unit test Modified: wicket/trunk/archetypes/quickstart/src/main/resources/archetype-resources/src/test/java/TestHomePage.java Modified: wicket/t

svn commit: r637257 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/RadioChoice.java

2008-03-14 Thread ivaynberg
Author: ivaynberg Date: Fri Mar 14 13:46:09 2008 New Revision: 637257 URL: http://svn.apache.org/viewvc?rev=637257&view=rev Log: WICKET-1422: removed some finals and removed some unnecessary checks Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/

svn commit: r638021 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/Form.java

2008-03-17 Thread ivaynberg
Author: ivaynberg Date: Mon Mar 17 12:00:35 2008 New Revision: 638021 URL: http://svn.apache.org/viewvc?rev=638021&view=rev Log: WICKET-1430: Form processing throws NPE if button.onsubmit() moves the button or its parents out of the component hierarchy Modified: wicket/trunk/jdk-1.4/wi

svn commit: r640128 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/request/target/basic/StringRequestTarget.java

2008-03-22 Thread ivaynberg
Author: ivaynberg Date: Sat Mar 22 18:41:55 2008 New Revision: 640128 URL: http://svn.apache.org/viewvc?rev=640128&view=rev Log: WICKET-1420: allow custom content types for string request target Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/request/target/b

svn commit: r640139 - in /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket: protocol/http/MockWebApplication.java util/tester/BaseWicketTester.java

2008-03-22 Thread ivaynberg
Author: ivaynberg Date: Sat Mar 22 19:50:13 2008 New Revision: 640139 URL: http://svn.apache.org/viewvc?rev=640139&view=rev Log: WICKET-1434 WICKET-1435 wicket tester tweaks/hacks to hold water until the "big redesign" that is whispered of Modified: wicket/trunk/jdk-1.4/w

svn commit: r640145 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/resolver/AutoLinkResolver.java

2008-03-22 Thread ivaynberg
Author: ivaynberg Date: Sat Mar 22 20:01:01 2008 New Revision: 640145 URL: http://svn.apache.org/viewvc?rev=640145&view=rev Log: WICKET-1428 AutoLinkResolver and Parent-Relative (../) Links Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/reso

svn commit: r640146 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/tester/FormTester.java

2008-03-22 Thread ivaynberg
Author: ivaynberg Date: Sat Mar 22 20:08:23 2008 New Revision: 640146 URL: http://svn.apache.org/viewvc?rev=640146&view=rev Log: WICKET-1411 FormTester doesn't initialise values for RadioGroups Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/tester/FormTe

svn commit: r640147 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/CheckGroupSelector.java

2008-03-22 Thread ivaynberg
Author: ivaynberg Date: Sat Mar 22 20:10:23 2008 New Revision: 640147 URL: http://svn.apache.org/viewvc?rev=640147&view=rev Log: WICKET-1406 CheckGroupSelector should implement ILabelProvider Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/

svn commit: r640151 - /wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/repeater/data/table/filter/GoAndClearFilter.java

2008-03-22 Thread ivaynberg
Author: ivaynberg Date: Sat Mar 22 21:44:41 2008 New Revision: 640151 URL: http://svn.apache.org/viewvc?rev=640151&view=rev Log: WICKET-860 GoAndClearFilter doesn't reset filter form fields Modified: wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensio

svn commit: r640155 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/resource/loader/BundleStringResourceLoader.java

2008-03-22 Thread ivaynberg
Author: ivaynberg Date: Sat Mar 22 22:16:35 2008 New Revision: 640155 URL: http://svn.apache.org/viewvc?rev=640155&view=rev Log: WICKET-1415: BundleStringResourceLoader throws NPE if component is null Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/resource/lo

svn commit: r640219 - /wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/tabs/TabbedPanel.java

2008-03-23 Thread ivaynberg
Author: ivaynberg Date: Sun Mar 23 09:55:35 2008 New Revision: 640219 URL: http://svn.apache.org/viewvc?rev=640219&view=rev Log: WICKET-1441 Modified: wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/tabs/TabbedPanel.java Modified: wicket/t

svn commit: r640716 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/lang/Objects.java

2008-03-24 Thread ivaynberg
Author: ivaynberg Date: Mon Mar 24 23:40:33 2008 New Revision: 640716 URL: http://svn.apache.org/viewvc?rev=640716&view=rev Log: WICKET-1445: Bug in PageSerialization Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/lang/Objects.java Modified: wicket/trunk

svn commit: r642373 - in /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket: Component.java markup/html/form/Form.java markup/html/internal/Enclosure.java markup/resolver/EnclosureResolver.j

2008-03-28 Thread ivaynberg
Author: ivaynberg Date: Fri Mar 28 13:47:46 2008 New Revision: 642373 URL: http://svn.apache.org/viewvc?rev=642373&view=rev Log: WICKET-1391: bug: setObject(null) called for excplicitly invisible fields in a non-visible enclosure Modified: wicket/trunk/jdk-1.4/wicket/src/main/java

svn commit: r642873 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/lang/PropertyResolver.java

2008-03-30 Thread ivaynberg
Author: ivaynberg Date: Sun Mar 30 21:44:27 2008 New Revision: 642873 URL: http://svn.apache.org/viewvc?rev=642873&view=rev Log: WICKET-1464: Stop dumping stack trace in PropertyResolver when a field or set method is not found Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/ap

svn commit: r645605 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Session.java

2008-04-07 Thread ivaynberg
Author: ivaynberg Date: Mon Apr 7 09:49:37 2008 New Revision: 645605 URL: http://svn.apache.org/viewvc?rev=645605&view=rev Log: should be private Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Session.java Modified: wicket/trunk/jdk-1.4/wicket/src/main/java

svn commit: r645612 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Component.java

2008-04-07 Thread ivaynberg
Author: ivaynberg Date: Mon Apr 7 09:54:05 2008 New Revision: 645612 URL: http://svn.apache.org/viewvc?rev=645612&view=rev Log: prefix ids with "id" not "i" because since we use hex counter there is a chance to generate id of "id" which causes problems on ex

svn commit: r645704 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/lang/PropertyResolver.java

2008-04-07 Thread ivaynberg
Author: ivaynberg Date: Mon Apr 7 14:41:23 2008 New Revision: 645704 URL: http://svn.apache.org/viewvc?rev=645704&view=rev Log: javadoc warning Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/lang/PropertyResolver.java Modified: wicket/trunk/jdk-1.4/wicket

svn commit: r645749 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/string/StringValue.java

2008-04-07 Thread ivaynberg
Author: ivaynberg Date: Mon Apr 7 18:04:09 2008 New Revision: 645749 URL: http://svn.apache.org/viewvc?rev=645749&view=rev Log: added utility method Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/string/StringValue.java Modified: wicket/trunk/jdk-1.4/wi

<    1   2   3   4   5   6   7   8   9   10   >