svn commit: r966515 - /wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/protocol/http/AbstractHttpSessionStore.java

2010-07-22 Thread mgrigorov
Author: mgrigorov Date: Thu Jul 22 06:29:38 2010 New Revision: 966515 URL: http://svn.apache.org/viewvc?rev=966515view=rev Log: WICKET-2946 Catch just Exception, not Throwable Modified:

[jira] Commented: (WICKET-2946) Exceptions raised in overridden sessionDestroyed() event (of WebApplication class) are completely swallowed by the session-store classes without even logging anything

2010-07-22 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2946?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12891033#action_12891033 ] Hudson commented on WICKET-2946: Integrated in Apache Wicket 1.4.x #53 (See

[jira] Commented: (WICKET-2950) remove final from AbstractHttpSessionStore#getSessionId

2010-07-22 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12891032#action_12891032 ] Hudson commented on WICKET-2950: Integrated in Apache Wicket 1.4.x #53 (See

[jira] Commented: (WICKET-2952) Exposes Application DebugSettings related functionality for JMX

2010-07-22 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12891035#action_12891035 ] Hudson commented on WICKET-2952: Integrated in Apache Wicket 1.4.x #53 (See

[jira] Commented: (WICKET-2594) TabbedPanel, tabsVisibilityCache throws IndexOutOfBounds

2010-07-22 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12891034#action_12891034 ] Hudson commented on WICKET-2594: Integrated in Apache Wicket 1.4.x #53 (See

[jira] Created: (WICKET-2957) Closing ModalWindow makes some form fields unclickable

2010-07-22 Thread Kent Tong (JIRA)
Closing ModalWindow makes some form fields unclickable -- Key: WICKET-2957 URL: https://issues.apache.org/jira/browse/WICKET-2957 Project: Wicket Issue Type: Bug Components:

[jira] Updated: (WICKET-2957) Closing ModalWindow makes some form fields unclickable

2010-07-22 Thread Kent Tong (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2957?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kent Tong updated WICKET-2957: -- Attachment: testcase.zip This is a simple Wicket page showing the problem. Run it. Open and close the

[CONF] Apache Wicket Migration to Wicket 1.5

2010-07-22 Thread confluence
Migration to Wicket 1.5 Page edited by Martin Grigorov Changes (4) ... |org.apache.wicket.Request|org.apache.wicket.request.Request|

[jira] Created: (WICKET-2958) Success handler not called when redirecting with Ajax

2010-07-22 Thread Louis Letourneau (JIRA)
Success handler not called when redirecting with Ajax - Key: WICKET-2958 URL: https://issues.apache.org/jira/browse/WICKET-2958 Project: Wicket Issue Type: Bug Components: wicket

[jira] Updated: (WICKET-2958) Success handler not called when redirecting with Ajax

2010-07-22 Thread Louis Letourneau (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2958?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Louis Letourneau updated WICKET-2958: - Attachment: wicket-ajax.patch The patch to the issue Success handler not called when

svn commit: r966898 - in /wicket/trunk: wicket-util/src/main/java/org/apache/wicket/util/file/ wicket-util/src/main/java/org/apache/wicket/util/value/ wicket/src/test/java/org/apache/wicket/util/time/

2010-07-22 Thread jonl
Author: jonl Date: Thu Jul 22 23:22:41 2010 New Revision: 966898 URL: http://svn.apache.org/viewvc?rev=966898view=rev Log: added a few convenient methods, made folder and file methods non-final to allow sub-classing Modified: