[jira] Commented: (WICKET-2713) Locate .properties files using the same convention as markup files

2010-11-14 Thread Juergen Donnerstag (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2713?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12931791#action_12931791 ] Juergen Donnerstag commented on WICKET-2713: I tried to fix it but the problem

[jira] Closed: (WICKET-2713) Locate .properties files using the same convention as markup files

2010-11-14 Thread Juergen Donnerstag (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2713?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Juergen Donnerstag closed WICKET-2713. -- Resolution: Fixed Locate .properties files using the same convention as markup files

svn commit: r1034967 - /wicket/trunk/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/LinksPage.java

2010-11-14 Thread mgrigorov
Author: mgrigorov Date: Sun Nov 14 09:48:07 2010 New Revision: 1034967 URL: http://svn.apache.org/viewvc?rev=1034967view=rev Log: Set the proper exception setting before clicking any of the ajax failure links This way the example shows the correct behavior for the links. Modified:

svn commit: r1034968 - /wicket/trunk/wicket/src/main/java/org/apache/wicket/pageStore/memory/HttpSessionDataStore.java

2010-11-14 Thread mgrigorov
Author: mgrigorov Date: Sun Nov 14 09:50:08 2010 New Revision: 1034968 URL: http://svn.apache.org/viewvc?rev=1034968view=rev Log: Update the javadoc Use DefaultPageManagerProvider as example because it has #getCacheSize() method needed by DefaultPageStore Modified:

[jira] Commented: (WICKET-3161) Can not create cookies

2010-11-14 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12931804#action_12931804 ] Hudson commented on WICKET-3161: Integrated in Apache Wicket 1.5.x #511 (See

[jira] Commented: (WICKET-2713) Locate .properties files using the same convention as markup files

2010-11-14 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2713?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12931805#action_12931805 ] Hudson commented on WICKET-2713: Integrated in Apache Wicket 1.5.x #511 (See

[jira] Commented: (WICKET-3138) Wicket 1.5 and GAE

2010-11-14 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12931806#action_12931806 ] Martin Grigorov commented on WICKET-3138: - See

svn commit: r1034971 - in /wicket/trunk/wicket/src: main/java/org/apache/wicket/pageStore/memory/PageNumberEvictionStrategy.java test/java/org/apache/wicket/pageStore/memory/PageNumberEvictionStrategy

2010-11-14 Thread mgrigorov
Author: mgrigorov Date: Sun Nov 14 10:35:39 2010 New Revision: 1034971 URL: http://svn.apache.org/viewvc?rev=1034971view=rev Log: WICKET-3138 Wicket 1.5 and GAE support PageNumberEvictionStrategy allows only positive number of pages Modified:

svn commit: r1034972 - in /wicket/trunk/wicket-devutils/.settings: ./ org.eclipse.jdt.core.prefs

2010-11-14 Thread mgrigorov
Author: mgrigorov Date: Sun Nov 14 10:37:08 2010 New Revision: 1034972 URL: http://svn.apache.org/viewvc?rev=1034972view=rev Log: Add Eclipse settings for wicket-devutils Added: wicket/trunk/wicket-devutils/.settings/ wicket/trunk/wicket-devutils/.settings/org.eclipse.jdt.core.prefs

[jira] Commented: (WICKET-3155) Stateless forms don't work when using UrlCompressingWebRequestProcessor

2010-11-14 Thread Arnout Engelen (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12931807#action_12931807 ] Arnout Engelen commented on WICKET-3155: I haven't had time to look at the

[jira] Reopened: (WICKET-1568) contribution for wicket 1.4 generics (IConverter)

2010-11-14 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov reopened WICKET-1568: - Assignee: Martin Grigorov (was: Johan Compagner) contribution for wicket 1.4

[jira] Updated: (WICKET-1568) contribution for wicket 1.4 generics (IConverter)

2010-11-14 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov updated WICKET-1568: Attachment: WICKET-1568.patch A patch the adds generics to IConverter for Wicket 1.5

[jira] Commented: (WICKET-3138) Wicket 1.5 and GAE

2010-11-14 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12931814#action_12931814 ] Hudson commented on WICKET-3138: Integrated in Apache Wicket 1.5.x #513 (See

[jira] Updated: (WICKET-3080) Automatic sizing modal window

2010-11-14 Thread Andera Del Bene (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andera Del Bene updated WICKET-3080: Attachment: fix-WICKET-javadoc.patch Automatic sizing modal window

svn commit: r1035005 - /wicket/trunk/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/modal/ModalWindow.java

2010-11-14 Thread mgrigorov
Author: mgrigorov Date: Sun Nov 14 15:19:29 2010 New Revision: 1035005 URL: http://svn.apache.org/viewvc?rev=1035005view=rev Log: WICKET-3080 Automatic sizing modal window Javadoc improvements Modified:

[jira] Commented: (WICKET-3080) Automatic sizing modal window

2010-11-14 Thread Andera Del Bene (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12931832#action_12931832 ] Andera Del Bene commented on WICKET-3080: - Hi Igor. I've realized that javadocs

[jira] Commented: (WICKET-3080) Automatic sizing modal window

2010-11-14 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12931833#action_12931833 ] Martin Grigorov commented on WICKET-3080: - I applied you patch. Thanks!

[jira] Updated: (WICKET-3168) No Application in the thread when the web server destroys WicketFilter

2010-11-14 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov updated WICKET-3168: Attachment: WICKET-3168.patch This is what I mean expressed in code. No Application in

[jira] Assigned: (WICKET-3164) executeAjaxEvent in WicketTester works although Component is not enabled

2010-11-14 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov reassigned WICKET-3164: --- Assignee: Martin Grigorov executeAjaxEvent in WicketTester works although

[jira] Assigned: (WICKET-3152) Wicket tester should allow testing for enabled/disabled status and for fields being required.

2010-11-14 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov reassigned WICKET-3152: --- Assignee: Martin Grigorov Wicket tester should allow testing for enabled/disabled

[jira] Commented: (WICKET-3114) Various issues in wicket-examples 1.5.x

2010-11-14 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12931837#action_12931837 ] Martin Grigorov commented on WICKET-3114: - Do you still experience these problems

[jira] Commented: (WICKET-3155) Stateless forms don't work when using UrlCompressingWebRequestProcessor

2010-11-14 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12931841#action_12931841 ] Igor Vaynberg commented on WICKET-3155: --- you might be able to do that by tweaking

[jira] Updated: (WICKET-1568) contribution for wicket 1.5 generics (IConverter)

2010-11-14 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov updated WICKET-1568: Affects Version/s: 1.5-M3 Summary: contribution for wicket 1.5 generics

svn commit: r1035037 - in /wicket/trunk: testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app1/ wicket-examples/src/main/java/org/apache/wicket/examples/forminput/ wicket-exte

2010-11-14 Thread mgrigorov
Author: mgrigorov Date: Sun Nov 14 18:08:17 2010 New Revision: 1035037 URL: http://svn.apache.org/viewvc?rev=1035037view=rev Log: WICKET-1568 contribution for wicket 1.5 generics (IConverter) Add generics to IConverter and all related classes Modified:

[jira] Resolved: (WICKET-1568) contribution for wicket 1.5 generics (IConverter)

2010-11-14 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-1568. - Resolution: Fixed Fix Version/s: 1.5-M4 Generics added with r1035037 in

svn commit: r1035041 - in /wicket/trunk/wicket/src: main/java/org/apache/wicket/util/tester/BaseWicketTester.java test/java/org/apache/wicket/util/tester/WicketTesterTest.java

2010-11-14 Thread mgrigorov
Author: mgrigorov Date: Sun Nov 14 18:36:40 2010 New Revision: 1035041 URL: http://svn.apache.org/viewvc?rev=1035041view=rev Log: WICKET-3164 executeAjaxEvent in WicketTester works although Component is not enabled Modified:

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

2010-11-14 Thread mgrigorov
Author: mgrigorov Date: Sun Nov 14 18:42:49 2010 New Revision: 1035044 URL: http://svn.apache.org/viewvc?rev=1035044view=rev Log: WICKET-3164 executeAjaxEvent in WicketTester works although Component is not enabled Add check for isVisibleInHierarchy() for tester.clickLink() Modified:

svn commit: r1035045 - in /wicket/branches/wicket-1.4.x/wicket/src: main/java/org/apache/wicket/util/tester/BaseWicketTester.java test/java/org/apache/wicket/util/tester/WicketTesterTest.java

2010-11-14 Thread mgrigorov
Author: mgrigorov Date: Sun Nov 14 18:44:57 2010 New Revision: 1035045 URL: http://svn.apache.org/viewvc?rev=1035045view=rev Log: WICKET-3164 executeAjaxEvent in WicketTester works although Component is not enabled Add checks for isVisibleInHierarchy() and isEnabledInHierarchy() for

[jira] Resolved: (WICKET-3164) executeAjaxEvent in WicketTester works although Component is not enabled

2010-11-14 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-3164. - Resolution: Fixed Fix Version/s: 1.5-M4 1.4.14 Checks added

[jira] Commented: (WICKET-3162) NPE when the underlaying model changed and ajax re-appear.

2010-11-14 Thread smallufo (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12931867#action_12931867 ] smallufo commented on WICKET-3162: -- No , I didn't right click the link and open in new

[jira] Created: (WICKET-3169) Parametrize IFilterStateLocator

2010-11-14 Thread JIRA
Parametrize IFilterStateLocator --- Key: WICKET-3169 URL: https://issues.apache.org/jira/browse/WICKET-3169 Project: Wicket Issue Type: Improvement Components: wicket-extensions Affects Versions:

[jira] Updated: (WICKET-3169) Parametrize IFilterStateLocator

2010-11-14 Thread JIRA
[ https://issues.apache.org/jira/browse/WICKET-3169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marek Šabo updated WICKET-3169: --- Priority: Minor (was: Major) Parametrize IFilterStateLocator ---

[jira] Commented: (WICKET-3166) isVisibleInHierarchy() possibly unnecessarily checks children whose parents are invisible?

2010-11-14 Thread Martin Makundi (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12931876#action_12931876 ] Martin Makundi commented on WICKET-3166: Hi! The fix I proposed does fix the

[jira] Updated: (WICKET-3169) Parametrize IFilterStateLocator

2010-11-14 Thread JIRA
[ https://issues.apache.org/jira/browse/WICKET-3169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marek Šabo updated WICKET-3169: --- Attachment: IFilterStateLocator.java Possible solution Parametrize IFilterStateLocator

[jira] Commented: (WICKET-3166) isVisibleInHierarchy() possibly unnecessarily checks children whose parents are invisible?

2010-11-14 Thread Martin Makundi (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12931879#action_12931879 ] Martin Makundi commented on WICKET-3166: Hah.. actually there is an unnecessary

[jira] Commented: (WICKET-3166) isVisibleInHierarchy() possibly unnecessarily checks children whose parents are invisible?

2010-11-14 Thread Martin Makundi (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12931880#action_12931880 ] Martin Makundi commented on WICKET-3166: New fix proposal: public final

[jira] Commented: (WICKET-3162) NPE when the underlaying model changed and ajax re-appear.

2010-11-14 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12931881#action_12931881 ] Igor Vaynberg commented on WICKET-3162: --- the same problem applies. its a fallback

[jira] Commented: (WICKET-3080) Automatic sizing modal window

2010-11-14 Thread Andera Del Bene (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12931884#action_12931884 ] Andera Del Bene commented on WICKET-3080: - Thanks to you Martin :)! Automatic

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

2010-11-14 Thread dashorst
Author: dashorst Date: Sun Nov 14 23:06:17 2010 New Revision: 1035095 URL: http://svn.apache.org/viewvc?rev=1035095view=rev Log: Fixed some javadoc stuff Modified: wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/Component.java Modified:

[jira] Commented: (WICKET-3155) Stateless forms don't work when using UrlCompressingWebRequestProcessor

2010-11-14 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12931933#action_12931933 ] Hudson commented on WICKET-3155: Integrated in Apache Wicket 1.4.x #266 (See

[jira] Commented: (WICKET-3166) isVisibleInHierarchy() possibly unnecessarily checks children whose parents are invisible?

2010-11-14 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12931934#action_12931934 ] Hudson commented on WICKET-3166: Integrated in Apache Wicket 1.4.x #266 (See

[jira] Commented: (WICKET-3164) executeAjaxEvent in WicketTester works although Component is not enabled

2010-11-14 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12931935#action_12931935 ] Hudson commented on WICKET-3164: Integrated in Apache Wicket 1.4.x #266 (See

[jira] Commented: (WICKET-3108) Problems with page maps stored in session

2010-11-14 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12931936#action_12931936 ] Hudson commented on WICKET-3108: Integrated in Apache Wicket 1.4.x #266 (See

[jira] Commented: (WICKET-3080) Automatic sizing modal window

2010-11-14 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12931941#action_12931941 ] Hudson commented on WICKET-3080: Integrated in Apache Wicket 1.5.x #516 (See

[jira] Commented: (WICKET-1568) contribution for wicket 1.5 generics (IConverter)

2010-11-14 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12931942#action_12931942 ] Hudson commented on WICKET-1568: Integrated in Apache Wicket 1.5.x #516 (See

[jira] Commented: (WICKET-3164) executeAjaxEvent in WicketTester works although Component is not enabled

2010-11-14 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12931943#action_12931943 ] Hudson commented on WICKET-3164: Integrated in Apache Wicket 1.5.x #516 (See

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

2010-11-14 Thread ivaynberg
Author: ivaynberg Date: Mon Nov 15 00:43:16 2010 New Revision: 1035110 URL: http://svn.apache.org/viewvc?rev=1035110view=rev Log: caching for isVisibleInHieararchy Issue: WICKET-3166 Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/Component.java Modified:

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

2010-11-14 Thread ivaynberg
Author: ivaynberg Date: Mon Nov 15 00:43:32 2010 New Revision: 1035111 URL: http://svn.apache.org/viewvc?rev=1035111view=rev Log: caching for isVisibleInHieararchy() Issue: WICKET-3166 Modified: wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/Component.java Modified:

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

2010-11-14 Thread ivaynberg
Author: ivaynberg Date: Mon Nov 15 00:48:56 2010 New Revision: 1035113 URL: http://svn.apache.org/viewvc?rev=1035113view=rev Log: meh. this caching will probably slow things down. and it can be difficult to find all the places in code where caching should be invalidated. lets hold off until it

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

2010-11-14 Thread ivaynberg
Author: ivaynberg Date: Mon Nov 15 00:49:24 2010 New Revision: 1035114 URL: http://svn.apache.org/viewvc?rev=1035114view=rev Log: meh. this caching will probably slow things down. and it can be difficult to find all the places in code where caching should be invalidated. lets hold off until it

[jira] Commented: (WICKET-3166) isVisibleInHierarchy() possibly unnecessarily checks children whose parents are invisible?

2010-11-14 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12931954#action_12931954 ] Hudson commented on WICKET-3166: Integrated in Apache Wicket 1.4.x #267 (See

[jira] Commented: (WICKET-3166) isVisibleInHierarchy() possibly unnecessarily checks children whose parents are invisible?

2010-11-14 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12931959#action_12931959 ] Hudson commented on WICKET-3166: Integrated in Apache Wicket 1.5.x #517 (See

[jira] Commented: (WICKET-3166) isVisibleInHierarchy() possibly unnecessarily checks children whose parents are invisible?

2010-11-14 Thread Martin Makundi (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12931986#action_12931986 ] Martin Makundi commented on WICKET-3166: 1. THIS SOLUTION WORKS ::: public final

[jira] Commented: (WICKET-2264) Ajax xml response is not validated correct

2010-11-14 Thread James Selvakumar (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12931996#action_12931996 ] James Selvakumar commented on WICKET-2264: -- Yes, noticed this issue in 1.4.13.