[jira] Commented: (WICKET-1795) Make it possible for to encode unicode strings in component

2008-09-28 Thread Timo Rantalaiho (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12635251#action_12635251 ] Timo Rantalaiho commented on WICKET-1795: - Martijn, surely you can have non-ASCII

svn commit: r699973 - in /wicket/branches/wicket-1.3.x/jdk-1.4/wicket/src: main/java/org/apache/wicket/util/tester/ test/java/org/apache/wicket/util/tester/

2008-09-28 Thread thrantal
Author: thrantal Date: Sun Sep 28 20:30:01 2008 New Revision: 699973 URL: http://svn.apache.org/viewvc?rev=699973view=rev Log: WICKET-1582: Allowed surpassing the existing RequestCycle reuse in executeAjaxEvent() as a more cleaner workaround for the problem. See

[jira] Assigned: (WICKET-1582) WicketTester executeAjaxEvent onclick generating non-AJAX response

2008-09-28 Thread Timo Rantalaiho (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1582?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timo Rantalaiho reassigned WICKET-1582: --- Assignee: Timo Rantalaiho (was: Maurice Marrink) WicketTester executeAjaxEvent

svn commit: r699976 - in /wicket/trunk/wicket/src: main/java/org/apache/wicket/util/tester/BaseWicketTester.java test/java/org/apache/wicket/util/tester/MockPageWithFormAndCheckGroup.java test/java/or

2008-09-28 Thread thrantal
Author: thrantal Date: Sun Sep 28 20:41:11 2008 New Revision: 699976 URL: http://svn.apache.org/viewvc?rev=699976view=rev Log: WICKET-1582: Allowed surpassing the existing RequestCycle reuse in executeAjaxEvent() as a cleaner workaround for the problem. See

[jira] Commented: (WICKET-1582) WicketTester executeAjaxEvent onclick generating non-AJAX response

2008-09-28 Thread Timo Rantalaiho (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12635279#action_12635279 ] Timo Rantalaiho commented on WICKET-1582: - Nick, Thanks for reporting! I now

[jira] Issue Comment Edited: (WICKET-1582) WicketTester executeAjaxEvent onclick generating non-AJAX response

2008-09-28 Thread Timo Rantalaiho (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12635279#action_12635279 ] thrantal edited comment on WICKET-1582 at 9/28/08 8:47 PM:

[jira] Issue Comment Edited: (WICKET-1582) WicketTester executeAjaxEvent onclick generating non-AJAX response

2008-09-28 Thread Timo Rantalaiho (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12635279#action_12635279 ] thrantal edited comment on WICKET-1582 at 9/28/08 8:48 PM:

[jira] Updated: (WICKET-1582) WicketTester executeAjaxEvent onclick generating non-AJAX response

2008-09-28 Thread Timo Rantalaiho (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1582?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timo Rantalaiho updated WICKET-1582: Fix Version/s: 1.4-M4 Affects Version/s: 1.4-M3 WicketTester executeAjaxEvent

svn commit: r699982 - /wicket/branches/wicket-1.3.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/MockHttpServletRequest.java

2008-09-28 Thread ivaynberg
Author: ivaynberg Date: Sun Sep 28 21:10:42 2008 New Revision: 699982 URL: http://svn.apache.org/viewvc?rev=699982view=rev Log: fix unit test Modified: wicket/branches/wicket-1.3.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/MockHttpServletRequest.java Modified:

svn commit: r699983 - /wicket/trunk/wicket/src/main/java/org/apache/wicket/protocol/http/MockHttpServletRequest.java

2008-09-28 Thread ivaynberg
Author: ivaynberg Date: Sun Sep 28 21:14:43 2008 New Revision: 699983 URL: http://svn.apache.org/viewvc?rev=699983view=rev Log: fix unit tests Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/protocol/http/MockHttpServletRequest.java Modified: