[jira] Commented: (WICKET-2618) Don't call IDataProvider.size method when IDataProvider.iterator(first, count) returned the number of elements less than count

2009-12-23 Thread Juergen Donnerstag (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12793969#action_12793969 ] Juergen Donnerstag commented on WICKET-2618: Since 1.4.x releases must remain

[jira] Commented: (WICKET-2618) Don't call IDataProvider.size method when IDataProvider.iterator(first, count) returned the number of elements less than count

2009-12-23 Thread Michael Mikhulya (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12793972#action_12793972 ] Michael Mikhulya commented on WICKET-2618: -- no changes in API required Size will

svn commit: r893435 - /wicket/branches/wicket-1.4.x/wicket-auth-roles/src/main/java/org/apache/wicket/authentication/AuthenticatedWebSession.java

2009-12-23 Thread jdonnerstag
Author: jdonnerstag Date: Wed Dec 23 09:05:23 2009 New Revision: 893435 URL: http://svn.apache.org/viewvc?rev=893435view=rev Log: WICKET-2591 Allow subclasses of AuthenticatedWebSession to set signedIn field Modified:

svn commit: r893439 - /wicket/trunk/wicket/src/main/java/org/apache/wicket/protocol/http/WebSession.java

2009-12-23 Thread jdonnerstag
Author: jdonnerstag Date: Wed Dec 23 09:09:46 2009 New Revision: 893439 URL: http://svn.apache.org/viewvc?rev=893439view=rev Log: Allow subclasses of AuthenticatedWebSession to set signedIn field Issue: WICKET-2591 Modified:

[jira] Resolved: (WICKET-2591) Allow subclasses of AuthenticatedWebSession to set signedIn field

2009-12-23 Thread Juergen Donnerstag (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Juergen Donnerstag resolved WICKET-2591. Resolution: Fixed Fix Version/s: 1.5-M1 1.4.6

[jira] Created: (WICKET-2633) AjaxEditableLabel fails to focus editor upon validation errors

2009-12-23 Thread JIRA
AjaxEditableLabel fails to focus editor upon validation errors -- Key: WICKET-2633 URL: https://issues.apache.org/jira/browse/WICKET-2633 Project: Wicket Issue Type: Bug

[jira] Commented: (WICKET-2618) Don't call IDataProvider.size method when IDataProvider.iterator(first, count) returned the number of elements less than count

2009-12-23 Thread Johan Compagner (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12793977#action_12793977 ] Johan Compagner commented on WICKET-2618: - i think there will be a small problem

[jira] Updated: (WICKET-2633) AjaxEditableLabel fails to focus editor upon validation errors

2009-12-23 Thread JIRA
[ https://issues.apache.org/jira/browse/WICKET-2633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Petr Novotník updated WICKET-2633: -- Description: hi all, the AjaxEditableLabel's #onError implementation fails to properly focus

[jira] Commented: (WICKET-2625) WICKET-2478 correction are break

2009-12-23 Thread Juergen Donnerstag (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12793979#action_12793979 ] Juergen Donnerstag commented on WICKET-2625: Why does it make sense to cache

[jira] Resolved: (WICKET-2607) Required fields remain required when enclsoure containing field is hidden

2009-12-23 Thread Juergen Donnerstag (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Juergen Donnerstag resolved WICKET-2607. Resolution: Duplicate It doesn't work for the same reason as in WICKET-2541.

[jira] Commented: (WICKET-2591) Allow subclasses of AuthenticatedWebSession to set signedIn field

2009-12-23 Thread Marat Radchenko (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12793982#action_12793982 ] Marat Radchenko commented on WICKET-2591: - Err... public?! I thought protected

svn commit: r893450 - /wicket/trunk/wicket/src/main/java/org/apache/wicket/protocol/http/WebSession.java

2009-12-23 Thread jdonnerstag
Author: jdonnerstag Date: Wed Dec 23 09:43:40 2009 New Revision: 893450 URL: http://svn.apache.org/viewvc?rev=893450view=rev Log: (empty) Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/protocol/http/WebSession.java Modified:

svn commit: r893451 - /wicket/branches/wicket-1.4.x/wicket-auth-roles/src/main/java/org/apache/wicket/authentication/AuthenticatedWebSession.java

2009-12-23 Thread jdonnerstag
Author: jdonnerstag Date: Wed Dec 23 09:44:56 2009 New Revision: 893451 URL: http://svn.apache.org/viewvc?rev=893451view=rev Log: (empty) Modified: wicket/branches/wicket-1.4.x/wicket-auth-roles/src/main/java/org/apache/wicket/authentication/AuthenticatedWebSession.java Modified:

[jira] Updated: (WICKET-2634) WicketTester doesn't handle multiple RestartResponseExceptions.

2009-12-23 Thread Marat Radchenko (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2634?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marat Radchenko updated WICKET-2634: Attachment: RestartResponseTest.java WicketTester doesn't handle multiple

[jira] Created: (WICKET-2635) Sucessfull login on SignInPanel causes HomePage to become stateful

2009-12-23 Thread Marat Radchenko (JIRA)
Sucessfull login on SignInPanel causes HomePage to become stateful -- Key: WICKET-2635 URL: https://issues.apache.org/jira/browse/WICKET-2635 Project: Wicket Issue Type: Bug

[jira] Updated: (WICKET-2635) Sucessfull login on SignInPanel causes HomePage to become stateful

2009-12-23 Thread Marat Radchenko (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marat Radchenko updated WICKET-2635: Attachment: 2635.tar.gz Sucessfull login on SignInPanel causes HomePage to become

[jira] Updated: (WICKET-1469) New Wicket tag 'wicket:for'

2009-12-23 Thread Erik van Oosten (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik van Oosten updated WICKET-1469: Attachment: WICKET-1469-for-wicket-1.4.x.patch Attachment

[jira] Created: (WICKET-2636) Wicket enclosure cannot find wicket container children when hidden and in an extended page

2009-12-23 Thread Richard Wilkinson (JIRA)
Wicket enclosure cannot find wicket container children when hidden and in an extended page -- Key: WICKET-2636 URL: https://issues.apache.org/jira/browse/WICKET-2636

[jira] Updated: (WICKET-2636) Wicket enclosure cannot find wicket container children when hidden and in an extended page

2009-12-23 Thread Richard Wilkinson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2636?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Wilkinson updated WICKET-2636: -- Attachment: enclosure-component.zip Quickstart attached which shows the bug Wicket

[jira] Commented: (WICKET-2636) Wicket enclosure cannot find wicket container children when hidden and in an extended page

2009-12-23 Thread Juergen Donnerstag (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12794117#action_12794117 ] Juergen Donnerstag commented on WICKET-2636: As side note: copied from

svn commit: r893581 - /wicket/trunk/wicket-auth-roles/src/main/java/org/apache/wicket/authentication/panel/SignInPanel.java

2009-12-23 Thread jdonnerstag
Author: jdonnerstag Date: Wed Dec 23 17:32:10 2009 New Revision: 893581 URL: http://svn.apache.org/viewvc?rev=893581view=rev Log: WICKET-2635 fixed Sucessfull login on SignInPanel causes HomePage to become stateful Modified:

svn commit: r893585 - /wicket/branches/wicket-1.4.x/wicket-auth-roles/src/main/java/org/apache/wicket/authentication/panel/SignInPanel.java

2009-12-23 Thread jdonnerstag
Author: jdonnerstag Date: Wed Dec 23 17:48:06 2009 New Revision: 893585 URL: http://svn.apache.org/viewvc?rev=893585view=rev Log: WICKET-2635 fixed Sucessfull login on SignInPanel causes HomePage to become stateful Modified:

[jira] Created: (WICKET-2637) Lithuanian translation for the Application.properties

2009-12-23 Thread Girts Ziemelis (JIRA)
Lithuanian translation for the Application.properties - Key: WICKET-2637 URL: https://issues.apache.org/jira/browse/WICKET-2637 Project: Wicket Issue Type: Improvement

[jira] Updated: (WICKET-2637) Lithuanian translation for the Application.properties

2009-12-23 Thread Girts Ziemelis (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Girts Ziemelis updated WICKET-2637: --- Attachment: Application_lt.properties Lithuanian translation for the

[jira] Resolved: (WICKET-2636) Wicket enclosure cannot find wicket container children when hidden and in an extended page

2009-12-23 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2636?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-2636. --- Resolution: Fixed Fix Version/s: 1.5-M1 Assignee: Igor Vaynberg we keep

[jira] Assigned: (WICKET-2637) Lithuanian translation for the Application.properties

2009-12-23 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg reassigned WICKET-2637: - Assignee: Igor Vaynberg Lithuanian translation for the Application.properties

svn commit: r893588 - /wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/Application_lt.properties

2009-12-23 Thread ivaynberg
Author: ivaynberg Date: Wed Dec 23 18:06:26 2009 New Revision: 893588 URL: http://svn.apache.org/viewvc?rev=893588view=rev Log: WICKET-2637 Lithuanian translation for the Application.properties Issue: WICKET-2637 Added:

[jira] Resolved: (WICKET-2637) Lithuanian translation for the Application.properties

2009-12-23 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-2637. --- Resolution: Fixed Fix Version/s: 1.5-M1 1.4.6 Lithuanian

svn commit: r893589 - /wicket/trunk/wicket/src/main/java/org/apache/wicket/Application_lt.properties

2009-12-23 Thread ivaynberg
Author: ivaynberg Date: Wed Dec 23 18:06:47 2009 New Revision: 893589 URL: http://svn.apache.org/viewvc?rev=893589view=rev Log: WICKET-2637 Lithuanian translation for the Application.properties Issue: WICKET-2637 Added:

[jira] Commented: (WICKET-2636) Wicket enclosure cannot find wicket container children when hidden and in an extended page

2009-12-23 Thread Juergen Donnerstag (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12794135#action_12794135 ] Juergen Donnerstag commented on WICKET-2636: Do we? For now the markup is

[jira] Commented: (WICKET-2636) Wicket enclosure cannot find wicket container children when hidden and in an extended page

2009-12-23 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12794142#action_12794142 ] Igor Vaynberg commented on WICKET-2636: --- oh, i thought you already made the change

svn commit: r893608 [2/2] - in /wicket/trunk/wicket/src/main/java/org/apache/wicket/ng: request/ request/component/ request/cycle/ request/handler/ request/handler/impl/ request/handler/impl/render/ r

2009-12-23 Thread jdonnerstag
Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/ng/request/mapper/ThreadsafeCompoundRequestMapper.java URL: http://svn.apache.org/viewvc/wicket/trunk/wicket/src/main/java/org/apache/wicket/ng/request/mapper/ThreadsafeCompoundRequestMapper.java?rev=893608r1=893607r2=893608view=diff