[jira] Commented: (WICKET-4) Page.onBeginRequest() [and consequently .onAttach()] not called when form on page is submitted.

2007-01-31 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12469242 ] Igor Vaynberg commented on WICKET-4: onAttach() is the listener - you put your code into it and it is invoked at s

[jira] Commented: (WICKET-4) Page.onBeginRequest() [and consequently .onAttach()] not called when form on page is submitted.

2007-01-31 Thread Johan Compagner (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12469240 ] Johan Compagner commented on WICKET-4: -- but for how long? in 1.3 or 2.0? Because anybody that didn't move in that

[jira] Commented: (WICKET-4) Page.onBeginRequest() [and consequently .onAttach()] not called when form on page is submitted.

2007-01-31 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12469234 ] Igor Vaynberg commented on WICKET-4: no that would be horrible. besides we already have attach()/detach() that enc

[jira] Commented: (WICKET-4) Page.onBeginRequest() [and consequently .onAttach()] not called when form on page is submitted.

2007-01-31 Thread Johan Compagner (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12469232 ] Johan Compagner commented on WICKET-4: -- attach()/detach() ? so drop the on? (i know the rest are on) > Page

[jira] Commented: (WICKET-4) Page.onBeginRequest() [and consequently .onAttach()] not called when form on page is submitted.

2007-01-31 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12469205 ] Igor Vaynberg commented on WICKET-4: what would you call onattach() ? i mean we can just deprecate onattach() and

[jira] Commented: (WICKET-4) Page.onBeginRequest() [and consequently .onAttach()] not called when form on page is submitted.

2007-01-31 Thread Johan Compagner (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12469200 ] Johan Compagner commented on WICKET-4: -- can't we do it a bit different with a bit different names? and the deprica

svn commit: r501997 - in /incubator/wicket/branches/wicket-1.x/wicket-spring-annot/src: main/java/wicket/spring/injection/annot/AnnotProxyFieldValueFactory.java test/java/wicket/spring/injection/annot

2007-01-31 Thread ivaynberg
Author: ivaynberg Date: Wed Jan 31 13:08:08 2007 New Revision: 501997 URL: http://svn.apache.org/viewvc?view=rev&rev=501997 Log: WICKET-28 Modified: incubator/wicket/branches/wicket-1.x/wicket-spring-annot/src/main/java/wicket/spring/injection/annot/AnnotProxyFieldValueFactory.java incu

[jira] Resolved: (WICKET-28) Add an option to turn off beans check in SpringBeanLocator

2007-01-31 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-28?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-28. - Resolution: Fixed Fix Version/s: 2.0 1.3 Assignee: Igor Vaynberg

svn commit: r501991 - in /incubator/wicket/trunk/wicket-spring/src: main/java/wicket/spring/injection/AnnotProxyFieldValueFactory.java test/java/wicket/spring/injection/AnnotProxyFieldValueFactoryTest

2007-01-31 Thread ivaynberg
Author: ivaynberg Date: Wed Jan 31 13:01:14 2007 New Revision: 501991 URL: http://svn.apache.org/viewvc?view=rev&rev=501991 Log: WICKET-28 Modified: incubator/wicket/trunk/wicket-spring/src/main/java/wicket/spring/injection/AnnotProxyFieldValueFactory.java incubator/wicket/trunk/wicket-

svn commit: r501980 - /incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/protocol/http/request/urlcompressing/WebURLCompressingCodingStrategy.java

2007-01-31 Thread ehillenius
Author: ehillenius Date: Wed Jan 31 12:39:53 2007 New Revision: 501980 URL: http://svn.apache.org/viewvc?view=rev&rev=501980 Log: that was one separator too much Modified: incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/protocol/http/request/urlcompressing/WebURLCompressingC

[jira] Updated: (WICKET-28) Add an option to turn off beans check in SpringBeanLocator

2007-01-31 Thread Joni Freeman (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-28?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joni Freeman updated WICKET-28: --- Attachment: wicket-spring-fail-fast-patch.txt Yes, it is a smart default, works well in production mod

[jira] Commented: (WICKET-65) Handle String array in PageParameters

2007-01-31 Thread Eelco Hillenius (JIRA)
Reporter: Jean-Baptiste Quenot > Assigned To: Alastair Maw > Attachments: 20061114-wicket-WebRequestCodingStrategy-StringArray, > 20070104-wicket-1.x-WebRequestCodingStrategy-StringArray, > 20070131-wicket-1.x-WebRequestCodingStrategy-StringArray, > WebRequestCodingStrategy-Strin

[jira] Created: (WICKET-249) create more examples that displays easy custom components

2007-01-31 Thread Eelco Hillenius (JIRA)
create more examples that displays easy custom components - Key: WICKET-249 URL: https://issues.apache.org/jira/browse/WICKET-249 Project: Wicket Issue Type: Wish Components:

svn commit: r501936 - in /incubator/wicket/sandbox/dashorst/20061204-1855/wicket/src/main/java/wicket: RequestCycle.java protocol/http/RequestLogger.java util/lang/Objects.java

2007-01-31 Thread dashorst
Author: dashorst Date: Wed Jan 31 10:25:00 2007 New Revision: 501936 URL: http://svn.apache.org/viewvc?view=rev&rev=501936 Log: fixes for 241 and 240 Modified: incubator/wicket/sandbox/dashorst/20061204-1855/wicket/src/main/java/wicket/RequestCycle.java incubator/wicket/sandbox/dashorst

svn commit: r501933 - /incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/protocol/http/request/WebRequestCodingStrategy.java

2007-01-31 Thread almaw
Author: almaw Date: Wed Jan 31 10:15:31 2007 New Revision: 501933 URL: http://svn.apache.org/viewvc?view=rev&rev=501933 Log: minor docfix Modified: incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/protocol/http/request/WebRequestCodingStrategy.java Modified: incubator/wicke

svn commit: r501932 - /incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/protocol/http/request/urlcompressing/WebURLCompressingCodingStrategy.java

2007-01-31 Thread almaw
Author: almaw Date: Wed Jan 31 10:15:23 2007 New Revision: 501932 URL: http://svn.apache.org/viewvc?view=rev&rev=501932 Log: Cope with new behaviourId stuff. Modified: incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/protocol/http/request/urlcompressing/WebURLCompressingCodin

svn commit: r501931 - /incubator/wicket/branches/wicket-1.x/wicket-examples/src/test/java/wicket/examples/displaytag/list/SortableTableHeadersTest.java

2007-01-31 Thread almaw
Author: almaw Date: Wed Jan 31 10:11:44 2007 New Revision: 501931 URL: http://svn.apache.org/viewvc?view=rev&rev=501931 Log: Fix diffUtil usage. Modified: incubator/wicket/branches/wicket-1.x/wicket-examples/src/test/java/wicket/examples/displaytag/list/SortableTableHeadersTest.java Modifie

svn commit: r501928 - /incubator/wicket/sandbox/dashorst/20061204-1855/

2007-01-31 Thread dashorst
Author: dashorst Date: Wed Jan 31 10:03:57 2007 New Revision: 501928 URL: http://svn.apache.org/viewvc?view=rev&rev=501928 Log: Temporary place to patch stuff Added: incubator/wicket/sandbox/dashorst/20061204-1855/ - copied from r501927, incubator/wicket/tags/dashorst/20061204-1855/

svn commit: r501927 - /incubator/wicket/sandbox/dashorst/

2007-01-31 Thread dashorst
Author: dashorst Date: Wed Jan 31 10:03:31 2007 New Revision: 501927 URL: http://svn.apache.org/viewvc?view=rev&rev=501927 Log: Now just for me! Me alone! Muhahahaha! Added: incubator/wicket/sandbox/dashorst/

svn commit: r501926 - /incubator/wicket/sandbox/

2007-01-31 Thread dashorst
Author: dashorst Date: Wed Jan 31 10:03:07 2007 New Revision: 501926 URL: http://svn.apache.org/viewvc?view=rev&rev=501926 Log: Created sandbox area for personal play Added: incubator/wicket/sandbox/

[jira] Commented: (WICKET-4) Page.onBeginRequest() [and consequently .onAttach()] not called when form on page is submitted.

2007-01-31 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12469127 ] Igor Vaynberg commented on WICKET-4: yes yes, but can we do it for 2.0? this is a pretty big break in concept. firs

svn commit: r501919 - /incubator/wicket/trunk/wicket-parent/pom.xml

2007-01-31 Thread almaw
Author: almaw Date: Wed Jan 31 09:39:11 2007 New Revision: 501919 URL: http://svn.apache.org/viewvc?view=rev&rev=501919 Log: Proper multi-module build, so we don't need build-all.sh, etc. any more Modified: incubator/wicket/trunk/wicket-parent/pom.xml Modified: incubator/wicket/trunk/wicket-

[jira] Assigned: (WICKET-214) Call all behaviors attached to the same event

2007-01-31 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg reassigned WICKET-214: Assignee: Johan Compagner (was: Igor Vaynberg) i dont like what you propose, but i wont -1

svn commit: r501911 - in /incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket: RequestCycle.java protocol/http/RequestLogger.java util/lang/Objects.java

2007-01-31 Thread dashorst
Author: dashorst Date: Wed Jan 31 09:22:04 2007 New Revision: 501911 URL: http://svn.apache.org/viewvc?view=rev&rev=501911 Log: WICKET-241, WICKET-240, all stages in requestcycle called again by wrapping methods that can generate exceptions in a try/catch block. Possible NPE's in calculation of

[jira] Commented: (WICKET-241) ConcurrentModificationException in RequestLogger

2007-01-31 Thread Martijn Dashorst (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-241?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12469102 ] Martijn Dashorst commented on WICKET-241: - This causes leaks because onDetach is not called due to the except

[jira] Updated: (WICKET-240) NPE in RequestLogger?

2007-01-31 Thread Martijn Dashorst (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martijn Dashorst updated WICKET-240: Fix Version/s: 1.3 > NPE in RequestLogger? > - > > Key:

[jira] Closed: (WICKET-124) Create export template for Pier's autoexport confluence plugin

2007-01-31 Thread Martijn Dashorst (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martijn Dashorst closed WICKET-124. --- Resolution: Fixed Fix Version/s: 1.3 Has been uploaded. > Create export template for

svn commit: r501898 - /incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/protocol/http/servlet/ServletWebRequest.java

2007-01-31 Thread ehillenius
Author: ehillenius Date: Wed Jan 31 08:58:07 2007 New Revision: 501898 URL: http://svn.apache.org/viewvc?view=rev&rev=501898 Log: call getServletPath on self instead of directly on the httpServletRequest Modified: incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/protocol/http

svn commit: r501897 - /incubator/wicket/trunk/wicket/src/main/java/wicket/protocol/http/servlet/ServletWebRequest.java

2007-01-31 Thread ehillenius
Author: ehillenius Date: Wed Jan 31 08:57:59 2007 New Revision: 501897 URL: http://svn.apache.org/viewvc?view=rev&rev=501897 Log: call getServletPath on self instead of directly on the httpServletRequest Modified: incubator/wicket/trunk/wicket/src/main/java/wicket/protocol/http/servlet/Servl

svn commit: r501831 - /incubator/wicket/trunk/wicket-spring/src/main/java/wicket/spring/test/ApplicationContextMock.java

2007-01-31 Thread almaw
Author: almaw Date: Wed Jan 31 05:03:34 2007 New Revision: 501831 URL: http://svn.apache.org/viewvc?view=rev&rev=501831 Log: Fix for Spring 2.0.1 Modified: incubator/wicket/trunk/wicket-spring/src/main/java/wicket/spring/test/ApplicationContextMock.java Modified: incubator/wicket/trunk/wic

[jira] Updated: (WICKET-65) Handle String array in PageParameters

2007-01-31 Thread Jean-Baptiste Quenot (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-65?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Baptiste Quenot updated WICKET-65: --- Attachment: 20070131-wicket-1.x-WebRequestCodingStrategy-StringArray Here'

[jira] Commented: (WICKET-4) Page.onBeginRequest() [and consequently .onAttach()] not called when form on page is submitted.

2007-01-31 Thread Johan Compagner (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12468949 ] Johan Compagner commented on WICKET-4: -- yes onAttach() and onBeforeRender is now purely for the render phase onDe

[jira] Commented: (WICKET-214) Call all behaviors attached to the same event

2007-01-31 Thread Johan Compagner (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12468934 ] Johan Compagner commented on WICKET-214: i would say just call all ajax events that are on the same event. Wh

[jira] Commented: (WICKET-40) Parameters of nice URL's pages with 'sensitive' characters

2007-01-31 Thread Johan Compagner (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-40?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12468932 ] Johan Compagner commented on WICKET-40: --- this should be rewritten anyway. Now it is a mess. We do encoding every

[jira] Commented: (WICKET-214) Call all behaviors attached to the same event

2007-01-31 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12468927 ] Igor Vaynberg commented on WICKET-214: -- there is really no good way to do this that will work across the board.

[jira] Assigned: (WICKET-167) Markup inheritence doesn't reset body onload

2007-01-31 Thread Eelco Hillenius (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eelco Hillenius reassigned WICKET-167: -- Assignee: Juergen Donnerstag Juergen, you mind checking whether this is an issue (and h

[jira] Closed: (WICKET-167) Markup inheritence doesn't reset body onload

2007-01-31 Thread Eelco Hillenius (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eelco Hillenius closed WICKET-167. -- > Markup inheritence doesn't reset body onload > > >

[jira] Reopened: (WICKET-167) Markup inheritence doesn't reset body onload

2007-01-31 Thread Eelco Hillenius (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eelco Hillenius reopened WICKET-167: Oh, that was too quick. It's also about 1.3 > Markup inheritence doesn't reset body onload > -

[jira] Resolved: (WICKET-167) Markup inheritence doesn't reset body onload

2007-01-31 Thread Eelco Hillenius (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eelco Hillenius resolved WICKET-167. Resolution: Cannot Reproduce > Markup inheritence doesn't reset body onload > -

[jira] Assigned: (WICKET-214) Call all behaviors attached to the same event

2007-01-31 Thread Eelco Hillenius (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eelco Hillenius reassigned WICKET-214: -- Assignee: Igor Vaynberg This has been discussed on the user list as well if I'm correct

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

2007-01-31 Thread Eelco Hillenius (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eelco Hillenius resolved WICKET-151. Resolution: Fixed > set session locale when constructing session object > -

[jira] Assigned: (WICKET-176) Introduce AjaxFormElementValidatingBehavior

2007-01-31 Thread Eelco Hillenius (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eelco Hillenius reassigned WICKET-176: -- Assignee: Eelco Hillenius > Introduce AjaxFormElementValidatingBehavior > -

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

2007-01-31 Thread Eelco Hillenius (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eelco Hillenius reassigned WICKET-153: -- Assignee: Matej Knopp You wanna look at this Matej? > FormElement cookies not set when

[jira] Assigned: (WICKET-117) Page expired using ajax

2007-01-31 Thread Eelco Hillenius (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eelco Hillenius reassigned WICKET-117: -- Assignee: Johan Compagner > Page expired using ajax > --- > >

[jira] Commented: (WICKET-96) Mechanism for extensible JS-contributing behaviors

2007-01-31 Thread Eelco Hillenius (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-96?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12468917 ] Eelco Hillenius commented on WICKET-96: --- Does someone want to work on this/ agrees/ has ideas? > Mechanism for