[jira] Created: (WICKET-3437) onselect script is not called for AutoCompleteTextField

2011-02-09 Thread Wojciech Roczniak (JIRA)
onselect script is not called for AutoCompleteTextField --- Key: WICKET-3437 URL: https://issues.apache.org/jira/browse/WICKET-3437 Project: Wicket Issue Type: Bug Components:

[jira] Updated: (WICKET-3437) onselect script is not called for AutoCompleteTextField

2011-02-09 Thread Wojciech Roczniak (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wojciech Roczniak updated WICKET-3437: -- Attachment: wicketAutocompletBug-1.0.war Example of two autocomplete fields. One

[jira] Updated: (WICKET-3437) onselect script is not called for AutoCompleteTextField

2011-02-09 Thread Wojciech Roczniak (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wojciech Roczniak updated WICKET-3437: -- Attachment: patch.patch proposed changes onselect script is not called for

[jira] Updated: (WICKET-3437) onselect script is not called for AutoCompleteTextField

2011-02-09 Thread Wojciech Roczniak (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wojciech Roczniak updated WICKET-3437: -- Attachment: wicketAutocompletBug.zip onselect script is not called for

[jira] Created: (WICKET-3438) 2xStatelessForm growing url when there is error validation

2011-02-09 Thread Olivier Dutrieux (JIRA)
2xStatelessForm growing url when there is error validation --- Key: WICKET-3438 URL: https://issues.apache.org/jira/browse/WICKET-3438 Project: Wicket Issue Type: Bug

[jira] Updated: (WICKET-3438) 2xStatelessForm growing url when there is error validation

2011-02-09 Thread Olivier Dutrieux (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Dutrieux updated WICKET-3438: - Attachment: Wicket-test.rar 2xStatelessForm growing url when there is error validation

[jira] Commented: (WICKET-3438) 2xStatelessForm growing url when there is error validation

2011-02-09 Thread Olivier Dutrieux (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12992560#comment-12992560 ] Olivier Dutrieux commented on WICKET-3438: -- I think I can't do that because the

[jira] Updated: (WICKET-3438) 2xStatelessForm growing url when there is error validation

2011-02-09 Thread Pedro Santos (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pedro Santos updated WICKET-3438: - Attachment: WICKET-3438.patch Hi Olivier, the last comment was to other devs. The problem is

[jira] Created: (WICKET-3439) org.apache.wicket.markup.html.form.AbstractChoice renderer cast in method appendOptionHtml

2011-02-09 Thread Richard Emberson (JIRA)
org.apache.wicket.markup.html.form.AbstractChoice renderer cast in method appendOptionHtml -- Key: WICKET-3439 URL: https://issues.apache.org/jira/browse/WICKET-3439

[jira] Commented: (WICKET-3439) org.apache.wicket.markup.html.form.AbstractChoice renderer cast in method appendOptionHtml

2011-02-09 Thread Richard Emberson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12992630#comment-12992630 ] Richard Emberson commented on WICKET-3439: -- Also, in CheckBoxMultipleChoice

[jira] Commented: (WICKET-3439) org.apache.wicket.markup.html.form.AbstractChoice renderer cast in method appendOptionHtml

2011-02-09 Thread Richard Emberson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12992637#comment-12992637 ] Richard Emberson commented on WICKET-3439: -- As a follow up to the previous

[jira] Created: (WICKET-3440) org.apache.wicket.util.collections.MostRecentlyUsedMap getRemovedValue method returns Object not V

2011-02-09 Thread Richard Emberson (JIRA)
org.apache.wicket.util.collections.MostRecentlyUsedMap getRemovedValue method returns Object not V -- Key: WICKET-3440 URL:

svn commit: r1069181 - in /wicket/trunk: wicket-core/src/main/java/org/apache/wicket/protocol/http/ wicket-core/src/main/java/org/apache/wicket/protocol/http/servlet/ wicket-core/src/main/java/org/apa

2011-02-09 Thread ivaynberg
Author: ivaynberg Date: Thu Feb 10 00:58:05 2011 New Revision: 1069181 URL: http://svn.apache.org/viewvc?rev=1069181view=rev Log: added ability to render full urls rather then just relative or context-relative. fixed https switching. Issue: WICKET-3407 Added:

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

2011-02-09 Thread ivaynberg
Author: ivaynberg Date: Thu Feb 10 01:04:55 2011 New Revision: 1069186 URL: http://svn.apache.org/viewvc?rev=1069186view=rev Log: added javadoc warnings Issue: WICKET-3276 Modified: wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/protocol/http/WebRequestCycle.java

[jira] Resolved: (WICKET-3407) Switching from HttsRequired page to http page with forms in both pages

2011-02-09 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-3407. --- Resolution: Fixed Fix Version/s: 1.5-RC2 Switching from HttsRequired page to http

[jira] Resolved: (WICKET-3276) CLONE -How to set custom HTTP response header in Wicket's Ajax responses?

2011-02-09 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-3276. --- Resolution: Won't Fix Assignee: Igor Vaynberg getwebresponse() shouldve been made

[jira] Commented: (WICKET-3276) CLONE -How to set custom HTTP response header in Wicket's Ajax responses?

2011-02-09 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12992835#comment-12992835 ] Hudson commented on WICKET-3276: Integrated in Apache Wicket 1.4.x #424 (See

[jira] Resolved: (WICKET-3440) org.apache.wicket.util.collections.MostRecentlyUsedMap getRemovedValue method returns Object not V

2011-02-09 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-3440. --- Resolution: Fixed Fix Version/s: 1.5-RC2 Assignee: Igor Vaynberg

svn commit: r1069222 - /wicket/trunk/wicket-util/src/main/java/org/apache/wicket/util/collections/MostRecentlyUsedMap.java

2011-02-09 Thread ivaynberg
Author: ivaynberg Date: Thu Feb 10 03:51:04 2011 New Revision: 1069222 URL: http://svn.apache.org/viewvc?rev=1069222view=rev Log: WICKET-3440 Modified: wicket/trunk/wicket-util/src/main/java/org/apache/wicket/util/collections/MostRecentlyUsedMap.java Modified:

svn commit: r1069223 - in /wicket/trunk/wicket-core/src: main/java/org/apache/wicket/request/cycle/RequestCycle.java test/java/org/apache/wicket/request/cycle/RequestCycleListenerTest.java

2011-02-09 Thread ivaynberg
Author: ivaynberg Date: Thu Feb 10 03:53:35 2011 New Revision: 1069223 URL: http://svn.apache.org/viewvc?rev=1069223view=rev Log: Issue: WICKET-3428 Modified: wicket/trunk/wicket-core/src/main/java/org/apache/wicket/request/cycle/RequestCycle.java

[jira] Resolved: (WICKET-3428) IRequestCycleListener: RequestCycle.get() is null inside onBeginRequest

2011-02-09 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-3428. --- Resolution: Fixed Fix Version/s: 1.5-RC2 IRequestCycleListener: RequestCycle.get()

[jira] Assigned: (WICKET-3427) new event mechanism + ajax giving ajax request errors

2011-02-09 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg reassigned WICKET-3427: - Assignee: Igor Vaynberg new event mechanism + ajax giving ajax request errors

[jira] Commented: (WICKET-3427) new event mechanism + ajax giving ajax request errors

2011-02-09 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12992854#comment-12992854 ] Igor Vaynberg commented on WICKET-3427: --- seems to only be broken in FireFox, works

svn commit: r1069247 - /wicket/trunk/wicket-core/src/main/java/org/apache/wicket/ajax/wicket-ajax-debug.js

2011-02-09 Thread ivaynberg
Author: ivaynberg Date: Thu Feb 10 07:13:49 2011 New Revision: 1069247 URL: http://svn.apache.org/viewvc?rev=1069247view=rev Log: Issue: WICKET-3427 Modified: wicket/trunk/wicket-core/src/main/java/org/apache/wicket/ajax/wicket-ajax-debug.js Modified:

[jira] Resolved: (WICKET-3427) Error in wicket-ajax.js when trying to log debug messages to js console

2011-02-09 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-3427. --- Resolution: Fixed Fix Version/s: 1.5-RC2 Error in wicket-ajax.js when trying to log

[jira] Updated: (WICKET-3427) Error in wicket-ajax.js when trying to log debug messages to js console

2011-02-09 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg updated WICKET-3427: -- Description: sometimes these errors pop-up: ERROR - RequestCycle - Error

svn commit: r1069257 - /wicket/trunk/wicket-datetime/src/main/java/org/apache/wicket/extensions/yui/calendar/DatePicker.java

2011-02-09 Thread ivaynberg
Author: ivaynberg Date: Thu Feb 10 07:52:06 2011 New Revision: 1069257 URL: http://svn.apache.org/viewvc?rev=1069257view=rev Log: WICKET-3400 Modified: wicket/trunk/wicket-datetime/src/main/java/org/apache/wicket/extensions/yui/calendar/DatePicker.java Modified:

[jira] Resolved: (WICKET-3400) DatePicker renders errorenous JavaScript in AjaxRequest

2011-02-09 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-3400. --- Resolution: Fixed Fix Version/s: 1.5-RC2 Assignee: Igor Vaynberg

svn commit: r1069259 - /wicket/trunk/wicket-core/src/main/java/org/apache/wicket/protocol/http/servlet/ServletWebRequest.java

2011-02-09 Thread ivaynberg
Author: ivaynberg Date: Thu Feb 10 07:58:08 2011 New Revision: 1069259 URL: http://svn.apache.org/viewvc?rev=1069259view=rev Log: Issue: WICKET-3405 Modified: wicket/trunk/wicket-core/src/main/java/org/apache/wicket/protocol/http/servlet/ServletWebRequest.java Modified: