[CONF] Apache Wicket: Slides and presentations (page edited)

2007-10-18 Thread confluence
Page Edited : WICKET : Slides and presentations Slides and presentations has been edited by Jan Kriesten (Oct 18, 2007). (View changes)

[CONF] Apache Wicket: Slides and presentations (page edited)

2007-10-18 Thread confluence
Page Edited : WICKET : Slides and presentations Slides and presentations has been edited by Jan Kriesten (Oct 18, 2007). (View changes)

[CONF] Apache Wicket: Slides and presentations (page edited)

2007-10-18 Thread confluence
Page Edited : WICKET : Slides and presentations Slides and presentations has been edited by Jan Kriesten (Oct 18, 2007). (View changes)

[CONF] Apache Wicket: Slides and presentations (page edited)

2007-10-18 Thread confluence
Page Edited : WICKET : Slides and presentations Slides and presentations has been edited by Jan Kriesten (Oct 18, 2007). (View changes)

[jira] Created: (WICKET-1081) ClassCastException with MetaDataEntry

2007-10-18 Thread JIRA
ClassCastException with MetaDataEntry -- Key: WICKET-1081 URL: https://issues.apache.org/jira/browse/WICKET-1081 Project: Wicket Issue Type: Bug Components: wicket Affects Versions:

[jira] Updated: (WICKET-1081) ClassCastException with MetaDataEntry

2007-10-18 Thread JIRA
[ https://issues.apache.org/jira/browse/WICKET-1081?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] RĂ¼diger Schulz updated WICKET-1081: --- Attachment: JIRA_WICKET_1081.tar.gz Simple TestCase reproducing the bug. See also

[jira] Assigned: (WICKET-1081) ClassCastException with MetaDataEntry

2007-10-18 Thread Johan Compagner (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1081?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Johan Compagner reassigned WICKET-1081: --- Assignee: Johan Compagner ClassCastException with MetaDataEntry

svn commit: r585928 - in /wicket/trunk/jdk-1.4/wicket/src: main/java/org/apache/wicket/ test/java/org/apache/wicket/ajax/

2007-10-18 Thread jcompagner
Author: jcompagner Date: Thu Oct 18 04:08:08 2007 New Revision: 585928 URL: http://svn.apache.org/viewvc?rev=585928view=rev Log: fix when meta data was the first thing to be set and then a behavior (or model) Added:

[jira] Closed: (WICKET-1081) ClassCastException with MetaDataEntry

2007-10-18 Thread Johan Compagner (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1081?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Johan Compagner closed WICKET-1081. --- Resolution: Fixed thx for the unit test i added it to our unit tests and fix the problem.

[jira] Created: (WICKET-1082) Check for concurrent access to HashMaps and other data structures

2007-10-18 Thread Jonathan Locke (JIRA)
Check for concurrent access to HashMaps and other data structures - Key: WICKET-1082 URL: https://issues.apache.org/jira/browse/WICKET-1082 Project: Wicket Issue Type: Task

[CONF] Apache Wicket: FAQs (page edited)

2007-10-18 Thread confluence
Page Edited : WICKET : FAQs FAQs has been edited by Oli Evans (Oct 18, 2007). (View changes) Content: What, you want answers too?

[jira] Commented: (WICKET-1082) Check for concurrent access to HashMaps and other data structures

2007-10-18 Thread Martijn Dashorst (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12536019 ] Martijn Dashorst commented on WICKET-1082: -- Doesn't findbugs discover these uses? We should run it, and

[jira] Created: (WICKET-1084) Optimize memory usage

2007-10-18 Thread Matej Knopp (JIRA)
Optimize memory usage - Key: WICKET-1084 URL: https://issues.apache.org/jira/browse/WICKET-1084 Project: Wicket Issue Type: Improvement Reporter: Matej Knopp Fix For: 1.3.0-beta5 Look at the

svn commit: r586123 - in /wicket/trunk/jdk-1.4/wicket/src: main/java/org/apache/wicket/ main/java/org/apache/wicket/markup/html/link/ main/java/org/apache/wicket/util/collections/ main/java/org/apache

2007-10-18 Thread knopp
Author: knopp Date: Thu Oct 18 13:28:02 2007 New Revision: 586123 URL: http://svn.apache.org/viewvc?rev=586123view=rev Log: WICKET-1084 Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Component.java

svn commit: r586126 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Component.java

2007-10-18 Thread knopp
Author: knopp Date: Thu Oct 18 13:30:52 2007 New Revision: 586126 URL: http://svn.apache.org/viewvc?rev=586126view=rev Log: WICKET-1084 Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Component.java Modified:

[jira] Updated: (WICKET-1085) Input Text Mask

2007-10-18 Thread Will Hoover (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1085?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Will Hoover updated WICKET-1085: Attachment: inputTextMask.js Attached is the JS script I wrote to handle the mask on the client.

[jira] Resolved: (WICKET-1083) Inform wicket-ajax whether the application is running in a portlet

2007-10-18 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1083?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp resolved WICKET-1083. - Resolution: Fixed Inform wicket-ajax whether the application is running in a portlet

[jira] Created: (WICKET-1083) Inform wicket-ajax whether the application is running in a portlet

2007-10-18 Thread Matej Knopp (JIRA)
Inform wicket-ajax whether the application is running in a portlet -- Key: WICKET-1083 URL: https://issues.apache.org/jira/browse/WICKET-1083 Project: Wicket Issue Type:

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

2007-10-18 Thread knopp
Author: knopp Date: Thu Oct 18 14:05:09 2007 New Revision: 586135 URL: http://svn.apache.org/viewvc?rev=586135view=rev Log: WICKET-1084 Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/link/BookmarkablePageLink.java Modified:

svn commit: r586157 - /wicket/trunk/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app1/Home.java

2007-10-18 Thread knopp
Author: knopp Date: Thu Oct 18 15:18:04 2007 New Revision: 586157 URL: http://svn.apache.org/viewvc?rev=586157view=rev Log: Clicking link increases version Modified: wicket/trunk/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app1/Home.java Modified:

svn commit: r586158 - /wicket/trunk/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/App1Test1.java

2007-10-18 Thread knopp
Author: knopp Date: Thu Oct 18 15:18:18 2007 New Revision: 586158 URL: http://svn.apache.org/viewvc?rev=586158view=rev Log: fixed urls Modified: wicket/trunk/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/App1Test1.java Modified:

svn commit: r586167 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/request/WebRequestCodingStrategy.java

2007-10-18 Thread ehillenius
Author: ehillenius Date: Thu Oct 18 16:03:59 2007 New Revision: 586167 URL: http://svn.apache.org/viewvc?rev=586167view=rev Log: tweak Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/request/WebRequestCodingStrategy.java Modified: