[jira] Resolved: (WICKET-1590) AjaxEditableChoiceLabel ignores ChoiceRenderer in newLabel(...)

2008-05-06 Thread Gerolf Seitz (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerolf Seitz resolved WICKET-1590. -- Resolution: Fixed Fix Version/s: (was: 1.3.3) (was: 1.4-M1)

svn commit: r654003 - /wicket/branches/wicket-1.3.x/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/AjaxEditableChoiceLabel.java

2008-05-06 Thread gseitz
Author: gseitz Date: Tue May 6 23:34:52 2008 New Revision: 654003 URL: http://svn.apache.org/viewvc?rev=654003&view=rev Log: WICKET-1590: use IChoiceRenderer (if available) for the Label Modified: wicket/branches/wicket-1.3.x/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensi

svn commit: r654002 - /wicket/trunk/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/AjaxEditableChoiceLabel.java

2008-05-06 Thread gseitz
Author: gseitz Date: Tue May 6 23:27:52 2008 New Revision: 654002 URL: http://svn.apache.org/viewvc?rev=654002&view=rev Log: WICKET-1590: use IChoiceRenderer (if available) for the Label Modified: wicket/trunk/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/Aja

[jira] Updated: (WICKET-1507) MarkupCache style/variation/locale support broken

2008-05-06 Thread Jeremy Thomerson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremy Thomerson updated WICKET-1507: - Attachment: WICKET-1507-testcase.patch I tried writing a test case that would reproduce

svn commit: r653947 - in /wicket/trunk/wicket-extensions/src: main/java/org/apache/wicket/extensions/wizard/ main/java/org/apache/wicket/extensions/wizard/dynamic/ test/java/org/apache/wicket/extensio

2008-05-06 Thread gseitz
Author: gseitz Date: Tue May 6 15:53:26 2008 New Revision: 653947 URL: http://svn.apache.org/viewvc?rev=653947&view=rev Log: generics Modified: wicket/trunk/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/AbstractWizardModel.java wicket/trunk/wicket-extensions/src/m

svn commit: r653902 - in /wicket/trunk/wicket/src/main/java/org/apache/wicket/util: license/ listener/ parse/metapattern/ parse/metapattern/parsers/ resource/ resource/locator/

2008-05-06 Thread gseitz
Author: gseitz Date: Tue May 6 13:14:50 2008 New Revision: 653902 URL: http://svn.apache.org/viewvc?rev=653902&view=rev Log: generics Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/util/license/ApacheLicenseHeaderTestCase.java wicket/trunk/wicket/src/main/java/org/apache

svn commit: r653890 - in /wicket/trunk/wicket/src/main/java/org/apache/wicket/util/file: Folder.java IResourceFinder.java Path.java WebApplicationPath.java

2008-05-06 Thread gseitz
Author: gseitz Date: Tue May 6 12:37:56 2008 New Revision: 653890 URL: http://svn.apache.org/viewvc?rev=653890&view=rev Log: generics Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/util/file/Folder.java wicket/trunk/wicket/src/main/java/org/apache/wicket/util/file/IResour

svn commit: r653874 - in /wicket/trunk: wicket-examples/src/main/java/org/apache/wicket/examples/forminput/ wicket/src/main/java/org/apache/wicket/util/convert/

2008-05-06 Thread gseitz
Author: gseitz Date: Tue May 6 11:30:24 2008 New Revision: 653874 URL: http://svn.apache.org/viewvc?rev=653874&view=rev Log: generics Modified: wicket/trunk/wicket-examples/src/main/java/org/apache/wicket/examples/forminput/FormInput.java wicket/trunk/wicket-examples/src/main/java/org/

Build Wicket Stuff::Wicket Stuff Picnik #7 successful (tests passed: 1)

2008-05-06 Thread builds . wicketstuff . org
Build Wicket Stuff::Wicket Stuff Picnik #7 successful (tests passed: 1) Build results: http://wicketstuff.org/teamcity/viewLog.html?buildId=103&buildTypeId=bt9 Changes included (1 change) Change 3862 by mindhaq (2 files): Merge from branch; inc

svn commit: r653783 - in /wicket/trunk/wicket/src/main/java/org/apache/wicket/protocol/http/documentvalidation: HtmlDocumentParser.java HtmlDocumentValidator.java Tag.java

2008-05-06 Thread gseitz
Author: gseitz Date: Tue May 6 07:13:32 2008 New Revision: 653783 URL: http://svn.apache.org/viewvc?rev=653783&view=rev Log: generics Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/protocol/http/documentvalidation/HtmlDocumentParser.java wicket/trunk/wicket/src/main/java

[jira] Issue Comment Edited: (WICKET-1205) Relative path calculations for inline paths in non-bookmarkable pages are incorrect on Tomcat.

2008-05-06 Thread Scott Sauyet (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12594590#action_12594590 ] scott_sauyet edited comment on WICKET-1205 at 5/6/08 7:09 AM: --

[jira] Updated: (WICKET-1205) Relative path calculations for inline paths in non-bookmarkable pages are incorrect on Tomcat.

2008-05-06 Thread Scott Sauyet (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Sauyet updated WICKET-1205: - Attachment: OldUrlFilter.java A possible work-around for those who need the "index.jsp" URL but

[jira] Commented: (WICKET-1591) let BrowserInfoPage be customizable / extendable

2008-05-06 Thread Johan Compagner (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12594584#action_12594584 ] Johan Compagner commented on WICKET-1591: - protected ClientInfo newClientInfo()

[jira] Updated: (WICKET-1593) llegalStateException when refreshing a WebMarkupContainer containing a AjaxFallbackDefaultDataTable with one of the columns is a AjaxEditableLabel which refreshes the mar

2008-05-06 Thread Eric Gulatee (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Gulatee updated WICKET-1593: - Description: llegalStateException when refreshing a WebMarkupContainer containing a AjaxFallbac

[jira] Updated: (WICKET-1593) llegalStateException when refreshing a WebMarkupContainer containing a AjaxFallbackDefaultDataTable with one of the columns is a AjaxEditableLabel which refreshes the mar

2008-05-06 Thread Eric Gulatee (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Gulatee updated WICKET-1593: - Description: llegalStateException when refreshing a WebMarkupContainer containing a AjaxFallbac

[jira] Updated: (WICKET-1593) Inability to refresh a webmarkup container containg a datatable with as column an ajaxeditablelabel

2008-05-06 Thread Eric Gulatee (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Gulatee updated WICKET-1593: - Attachment: TestAjaxDataTable.html > Inability to refresh a webmarkup container containg a datat

[jira] Updated: (WICKET-1593) Inability to refresh a webmarkup container containg a datatable with as column an ajaxeditablelabel

2008-05-06 Thread Eric Gulatee (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Gulatee updated WICKET-1593: - Attachment: TestAjaxDataTable.java > Inability to refresh a webmarkup container containg a datat

[jira] Created: (WICKET-1593) Inability to refresh a webmarkup container containg a datatable with as column an ajaxeditablelabel

2008-05-06 Thread Eric Gulatee (JIRA)
Inability to refresh a webmarkup container containg a datatable with as column an ajaxeditablelabel --- Key: WICKET-1593 URL: https://issues.apache.org/jira/browse/WIC

Build Wicket Stuff::Wicket Stuff Parent #3 successful

2008-05-06 Thread builds . wicketstuff . org
Build Wicket Stuff::Wicket Stuff Parent #3 successful Build results: http://wicketstuff.org/teamcity/viewLog.html?buildId=97&buildTypeId=bt6 Configure email notifications: http://wicketstuff.org/teamcity/profile.html

Build Wicket Stuff::Wicket Stuff Parent #2 failed (could not get project sources)

2008-05-06 Thread builds . wicketstuff . org
Build Wicket Stuff::Wicket Stuff Parent #2 failed (could not get project sources) Agent: Default agent Build results: http://wicketstuff.org/teamcity/viewLog.html?buildId=96&buildTypeId=bt6 Changes included (1 change) Change 3860 by donohoe (1

[jira] Commented: (WICKET-1591) let BrowserInfoPage be customizable / extendable

2008-05-06 Thread Peter Ertl (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12594567#action_12594567 ] Peter Ertl commented on WICKET-1591: Ah, damn, you are right... I have a browser capa

[jira] Created: (WICKET-1592) html.form.Form object should have method to obtain all FormValidator objects associated with

2008-05-06 Thread Michal Bernhard (JIRA)
html.form.Form object should have method to obtain all FormValidator objects associated with Key: WICKET-1592 URL: https://issues.apache.org/jira/browse/WICKET-1592

[jira] Updated: (WICKET-1591) let BrowserInfoPage be customizable / extendable

2008-05-06 Thread Johan Compagner (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Johan Compagner updated WICKET-1591: Affects Version/s: 1.3.3 Fix Version/s: 1.5-M1 Assignee: Eelco Hilleni

[jira] Created: (WICKET-1591) let BrowserInfoPage be customizable / extendable

2008-05-06 Thread Peter Ertl (JIRA)
let BrowserInfoPage be customizable / extendable Key: WICKET-1591 URL: https://issues.apache.org/jira/browse/WICKET-1591 Project: Wicket Issue Type: Improvement Components: wicket

[jira] Updated: (WICKET-1590) AjaxEditableChoiceLabel ignores ChoiceRenderer in newLabel(...)

2008-05-06 Thread Alexander Keul (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexander Keul updated WICKET-1590: --- Attachment: patch-1.3.x.txt patch.txt Patch.txt should work on the 1.4 versi

[jira] Created: (WICKET-1590) AjaxEditableChoiceLabel ignores ChoiceRenderer in newLabel(...)

2008-05-06 Thread Alexander Keul (JIRA)
AjaxEditableChoiceLabel ignores ChoiceRenderer in newLabel(...) --- Key: WICKET-1590 URL: https://issues.apache.org/jira/browse/WICKET-1590 Project: Wicket Issue Type: Improvement

[jira] Updated: (WICKET-1589) gzipping of pages (html responses) - not only resources

2008-05-06 Thread Johan Compagner (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Johan Compagner updated WICKET-1589: Fix Version/s: 1.4-M3 Assignee: Johan Compagner will see if i can improve that fo

[jira] Created: (WICKET-1589) gzipping of pages (html responses) - not only resources

2008-05-06 Thread Stefan Simik (JIRA)
gzipping of pages (html responses) - not only resources - Key: WICKET-1589 URL: https://issues.apache.org/jira/browse/WICKET-1589 Project: Wicket Issue Type: Improvement Com