svn commit: r605492 - in /wicket/trunk/jdk-1.4/wicket/src: main/java/org/apache/wicket/util/lang/ test/java/org/apache/wicket/util/lang/

2007-12-19 Thread jcompagner
Author: jcompagner Date: Wed Dec 19 01:49:35 2007 New Revision: 605492 URL: http://svn.apache.org/viewvc?rev=605492view=rev Log: fix for maurice, only visible in java5 and covariant return types. Then the setter can sometimes not be found if the getter has a different return type then the super

[jira] Commented: (WICKET-555) WicketTester.assertComponentOnAjaxResponse fails if AJAX response contains line breaks

2007-12-19 Thread Mikko Peltonen (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12553357 ] Mikko Peltonen commented on WICKET-555: --- It looks as there's still a problem in trunk (and 1.3.0-rc2) in this

[jira] Commented: (WICKET-1132) Liferay portlet support

2007-12-19 Thread Thijs Vonk (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12553483 ] Thijs Vonk commented on WICKET-1132: Ate. Just a background question to get more grip on things Why is the

svn commit: r605696 - /wicket/trunk/jdk-1.4/wicket-datetime/src/main/java/org/apache/wicket/extensions/yui/calendar/wicket-date.js

2007-12-19 Thread gseitz
Author: gseitz Date: Wed Dec 19 13:04:29 2007 New Revision: 605696 URL: http://svn.apache.org/viewvc?rev=605696view=rev Log: WICKET-1236: take scroll position into account when positioning the datepicker Modified:

[jira] Resolved: (WICKET-1236) DatePicker wrong positioning

2007-12-19 Thread Gerolf Seitz (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerolf Seitz resolved WICKET-1236. -- Resolution: Fixed fixed, form now on, also the scroll offset is taken into account when the

[jira] Commented: (WICKET-1132) Liferay portlet support

2007-12-19 Thread Ate Douma (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12553496 ] Ate Douma commented on WICKET-1132: --- You mean the PortletActionServletResponseWrapper? This is a ServletResponse

svn commit: r605716 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/link/Link.java

2007-12-19 Thread jcompagner
Author: jcompagner Date: Wed Dec 19 13:56:03 2007 New Revision: 605716 URL: http://svn.apache.org/viewvc?rev=605716view=rev Log: fix for fast double/tripple clicking in FF Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/link/Link.java Modified:

[jira] Assigned: (WICKET-1231) Fast multiple clicks on Link bound on non-A element causes error.

2007-12-19 Thread Johan Compagner (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Johan Compagner reassigned WICKET-1231: --- Assignee: Matej Knopp just checked in a fix that seems to work for FF and IE Matej

svn commit: r605730 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/link/Link.java

2007-12-19 Thread knopp
Author: knopp Date: Wed Dec 19 15:00:03 2007 New Revision: 605730 URL: http://svn.apache.org/viewvc?rev=605730view=rev Log: comment improvement Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/link/Link.java Modified:

svn commit: r605787 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/AbstractSubmitLink.java

2007-12-19 Thread gseitz
Author: gseitz Date: Wed Dec 19 17:52:46 2007 New Revision: 605787 URL: http://svn.apache.org/viewvc?rev=605787view=rev Log: added same check for inputname=='submit' in AbstractSubmitLink#getInputName as in FormComponent#getInputName Modified: