[CONF] Apache Wicket: Wicket Netbeans Plugin (page created)

2006-12-07 Thread confluence
Page Created : WICKET : Wicket Netbeans Plugin Wicket Netbeans Plugin has been created by Ayodeji Aladejebi (Dec 07, 2006). Content: Component Based Web Development

[jira] Created: (WICKET-147) Backport the MockWebApplication and WicketTester are no longer derived from WebApplication

2006-12-07 Thread Jean-Baptiste Quenot (JIRA)
Backport the MockWebApplication and WicketTester are no longer derived from WebApplication Key: WICKET-147 URL: http://issues.apache.org/jira/browse/WICKET-147

[jira] Updated: (WICKET-147) Backport the MockWebApplication and WicketTester are no longer derived from WebApplication

2006-12-07 Thread Jean-Baptiste Quenot (JIRA)
[ http://issues.apache.org/jira/browse/WICKET-147?page=all ] Jean-Baptiste Quenot updated WICKET-147: Attachment: 20061207-wicket-1.x-WicketTester-refactoring Patch against branches/wicket-1.x/wicket Backport the MockWebApplication

[jira] Created: (WICKET-148) ListChoice doesn't set the default max rows for every constructor.

2006-12-07 Thread Johan Compagner (JIRA)
ListChoice doesn't set the default max rows for every constructor. -- Key: WICKET-148 URL: http://issues.apache.org/jira/browse/WICKET-148 Project: Wicket Issue Type: Bug

svn commit: r483410 - /incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/markup/html/form/ListChoice.java

2006-12-07 Thread jcompagner
Author: jcompagner Date: Thu Dec 7 02:44:42 2006 New Revision: 483410 URL: http://svn.apache.org/viewvc?view=revrev=483410 Log: made all the constructors set the max rows. Modified: incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/markup/html/form/ListChoice.java Modified:

svn commit: r483411 - /incubator/wicket/trunk/wicket/src/main/java/wicket/markup/html/form/ListChoice.java

2006-12-07 Thread jcompagner
Author: jcompagner Date: Thu Dec 7 02:45:02 2006 New Revision: 483411 URL: http://svn.apache.org/viewvc?view=revrev=483411 Log: made all the constructors set the maxrows Modified: incubator/wicket/trunk/wicket/src/main/java/wicket/markup/html/form/ListChoice.java Modified:

[jira] Closed: (WICKET-148) ListChoice doesn't set the default max rows for every constructor.

2006-12-07 Thread Johan Compagner (JIRA)
[ http://issues.apache.org/jira/browse/WICKET-148?page=all ] Johan Compagner closed WICKET-148. -- Fix Version/s: 1.3 2.0 Resolution: Fixed aligned all the constructors. ListChoice doesn't set the default max rows for every

[jira] Commented: (WICKET-151) set session locale when constructing session object

2006-12-07 Thread Igor Vaynberg (JIRA)
[ http://issues.apache.org/jira/browse/WICKET-151?page=comments#action_12456650 ] Igor Vaynberg commented on WICKET-151: -- why make this part of core? it is trivially implemented by the user if it is something they want if we do this then

[jira] Commented: (WICKET-151) set session locale when constructing session object

2006-12-07 Thread Eelco Hillenius (JIRA)
[ http://issues.apache.org/jira/browse/WICKET-151?page=comments#action_12456657 ] Eelco Hillenius commented on WICKET-151: I think it is confusing how it is now. It's not obvious how/ when the locale is set, so the user would have to

[jira] Commented: (WICKET-152) Automatic multi window support and XHTML validation

2006-12-07 Thread Eelco Hillenius (JIRA)
[ http://issues.apache.org/jira/browse/WICKET-152?page=comments#action_12456677 ] Eelco Hillenius commented on WICKET-152: The interesting thing is that no idea is printed in Wicket 1.3. Shouldn't this code be aligned by now?

[jira] Assigned: (WICKET-152) Automatic multi window support and XHTML validation

2006-12-07 Thread Eelco Hillenius (JIRA)
[ http://issues.apache.org/jira/browse/WICKET-152?page=all ] Eelco Hillenius reassigned WICKET-152: -- Assignee: Eelco Hillenius Automatic multi window support and XHTML validation ---

[jira] Assigned: (WICKET-152) Automatic multi window support and XHTML validation

2006-12-07 Thread Eelco Hillenius (JIRA)
[ http://issues.apache.org/jira/browse/WICKET-152?page=all ] Eelco Hillenius reassigned WICKET-152: -- Assignee: (was: Eelco Hillenius) Automatic multi window support and XHTML validation ---

svn commit: r483814 - /incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/MarkupContainer.java

2006-12-07 Thread ivaynberg
Author: ivaynberg Date: Thu Dec 7 19:48:38 2006 New Revision: 483814 URL: http://svn.apache.org/viewvc?view=revrev=483814 Log: bugfix Modified: incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/MarkupContainer.java Modified:

[jira] Updated: (WICKET-152) Automatic multi window support and XHTML validation

2006-12-07 Thread John Major (JIRA)
[ http://issues.apache.org/jira/browse/WICKET-152?page=all ] John Major updated WICKET-152: -- Attachment: wicket2.0-152.patch I'm still fairly new to the wicket codebase, and I haven't looked at how any previous versions handle this issue, but in the off

[jira] Created: (WICKET-153) FormElement cookies not set when called using AJAX

2006-12-07 Thread Erik van Oosten (JIRA)
FormElement cookies not set when called using AJAX -- Key: WICKET-153 URL: http://issues.apache.org/jira/browse/WICKET-153 Project: Wicket Issue Type: Bug Components: wicket

[jira] Commented: (WICKET-21) Inherit authorisation rules from base class

2006-12-07 Thread Erik van Oosten (JIRA)
[ http://issues.apache.org/jira/browse/WICKET-21?page=comments#action_12456717 ] Erik van Oosten commented on WICKET-21: --- Ok. That is fair. At least someone who want to do this can grab the code from this issue. Inherit authorisation