[jira] [Updated] (WICKET-4110) Connection lost, give up responding : jetty EOFException

2011-10-05 Thread Ras Poutine (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ras Poutine updated WICKET-4110: Attachment: Eofproject.7z > Connection lost, give up responding : jetty EOFException > ---

[jira] [Created] (WICKET-4110) Connection lost, give up responding : jetty EOFException

2011-10-05 Thread Ras Poutine (Created) (JIRA)
Connection lost, give up responding : jetty EOFException Key: WICKET-4110 URL: https://issues.apache.org/jira/browse/WICKET-4110 Project: Wicket Issue Type: Bug Components: w

[jira] [Commented] (WICKET-4005) AutoHide of DatePicker breaks showOnFieldClick

2011-10-05 Thread heapifyman (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4005?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13121401#comment-13121401 ] heapifyman commented on WICKET-4005: Sorry, forget the last comment. The changes had

[jira] [Commented] (WICKET-4005) AutoHide of DatePicker breaks showOnFieldClick

2011-10-05 Thread heapifyman (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4005?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13121392#comment-13121392 ] heapifyman commented on WICKET-4005: I updated to 1.5.1 and now showOnFieldClick seem

[jira] [Updated] (WICKET-3341) New design for wicket site

2011-10-05 Thread Martijn Dashorst (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martijn Dashorst updated WICKET-3341: - Attachment: Alternative design.jpg Alternative, less cluttered design >

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

2011-10-05 Thread Martin Grigorov (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2634?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-2634. - Resolution: Fixed Fix Version/s: 1.5.0 This problem doesn't exists in 1.5.1. I ad

svn commit: r1179205 - /wicket/trunk/wicket-core/src/test/java/org/apache/wicket/RestartResponseExceptionTest.java

2011-10-05 Thread mgrigorov
Author: mgrigorov Date: Wed Oct 5 12:53:47 2011 New Revision: 1179205 URL: http://svn.apache.org/viewvc?rev=1179205&view=rev Log: WICKET-2634 WicketTester doesn't handle multiple RestartResponseExceptions. Added: wicket/trunk/wicket-core/src/test/java/org/apache/wicket/RestartResponseExcep

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

2011-10-05 Thread Martin Grigorov (Reopened) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2634?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov reopened WICKET-2634: - Assignee: Martin Grigorov > WicketTester doesn't handle multiple RestartResponseEx

[jira] [Resolved] (WICKET-4105) Using ajax to update a component that has an AbstractTransformerBehavior attached throws a ClassCastException

2011-10-05 Thread Martin Grigorov (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-4105. - Resolution: Fixed Fix Version/s: 1.5.2 > Using ajax to update a component tha

svn commit: r1179121 - in /wicket/trunk/wicket-core/src: main/java/org/apache/wicket/markup/transformer/AbstractTransformerBehavior.java test/java/org/apache/wicket/markup/transformer/AbstractTransfor

2011-10-05 Thread mgrigorov
Author: mgrigorov Date: Wed Oct 5 09:38:29 2011 New Revision: 1179121 URL: http://svn.apache.org/viewvc?rev=1179121&view=rev Log: WICKET-4105 Using ajax to update a component that has an AbstractTransformerBehavior attached throws a ClassCastException Modified: wicket/trunk/wicket-core/sr

[jira] [Updated] (WICKET-4109) AutocompleteTextField after Submit does not work

2011-10-05 Thread Stefan Mandel (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Mandel updated WICKET-4109: -- Attachment: autocompletebug.zip a quickstart to reproduce the problem. > Auto

[jira] [Created] (WICKET-4109) AutocompleteTextField after Submit does not work

2011-10-05 Thread Stefan Mandel (Created) (JIRA)
AutocompleteTextField after Submit does not work Key: WICKET-4109 URL: https://issues.apache.org/jira/browse/WICKET-4109 Project: Wicket Issue Type: Bug Components: wicket-extensions

svn commit: r1179105 - /wicket/trunk/wicket-core/src/test/java/org/apache/wicket/markup/transformer/AbstractTransformerBehaviorTest.java

2011-10-05 Thread mgrigorov
Author: mgrigorov Date: Wed Oct 5 08:38:56 2011 New Revision: 1179105 URL: http://svn.apache.org/viewvc?rev=1179105&view=rev Log: WICKET-4105 Using ajax to update a component that has an AbstractTransformerBehavior attached throws a ClassCastException Convert the test to JUnit4 Modified:

[jira] [Resolved] (WICKET-4104) WicketTester does not handle RedirectToUrlException

2011-10-05 Thread Martin Grigorov (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-4104. - Resolution: Not A Problem Assignee: Martin Grigorov (was: Peter Ertl) > Wicke

[jira] [Assigned] (WICKET-4105) Using ajax to update a component that has an AbstractTransformerBehavior attached throws a ClassCastException

2011-10-05 Thread Martin Grigorov (Assigned) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov reassigned WICKET-4105: --- Assignee: Martin Grigorov > Using ajax to update a component that has an Abstrac

[jira] [Created] (WICKET-4108) Define behavior of o.a.w.request.Url.isAbsolute()

2011-10-05 Thread Martin Grigorov (Created) (JIRA)
Define behavior of o.a.w.request.Url.isAbsolute() - Key: WICKET-4108 URL: https://issues.apache.org/jira/browse/WICKET-4108 Project: Wicket Issue Type: Sub-task Components: wicket