[jira] Updated: (WICKET-1128) Option not to use localizer cache in development mode.

2007-11-14 Thread Johan Compagner (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Johan Compagner updated WICKET-1128: Fix Version/s: 1.3.0-rc2 i guess this one is fixed now enough right? we don't do it for

[jira] Created: (WICKET-1159) IWrapModel implementations should implement detach method (calling the wrapped model), Also AbstractWrapModel shouldn't have an empty detach method (because it has to be

2007-11-14 Thread Johan Compagner (JIRA)
IWrapModel implementations should implement detach method (calling the wrapped model), Also AbstractWrapModel shouldn't have an empty detach method (because it has to be implemented)

svn commit: r594820 - in /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/model: AbstractWrapModel.java ComponentPropertyModel.java ResourceModel.java

2007-11-14 Thread jcompagner
Author: jcompagner Date: Wed Nov 14 02:11:51 2007 New Revision: 594820 URL: http://svn.apache.org/viewvc?rev=594820view=rev Log: detach of the IWrapModel should be implemented, see WICKET-1159 Modified:

[jira] Closed: (WICKET-1159) IWrapModel implementations should implement detach method (calling the wrapped model), Also AbstractWrapModel shouldn't have an empty detach method (because it has to be i

2007-11-14 Thread Johan Compagner (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Johan Compagner closed WICKET-1159. --- Resolution: Fixed fixed. If developers did extend the AbstractWrapModel then they could

[jira] Commented: (WICKET-1128) Option not to use localizer cache in development mode.

2007-11-14 Thread Sebastiaan van Erk (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12542402 ] Sebastiaan van Erk commented on WICKET-1128: Well, the caching is fixed, but that was not really the

[CONF] Apache Wicket: Websphere (comment added)

2007-11-14 Thread confluence
Comment Added : WICKET : Re: Websphere Websphere commented on by Joshua Partogi (Nov 14, 2007). Comment: An updated site regarding this is located here:

[jira] Closed: (WICKET-1142) Have wicket:enclosure check isRenderAllowed() to make it work in combination with authorization

2007-11-14 Thread Johan Compagner (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Johan Compagner closed WICKET-1142. --- Resolution: Fixed Fix Version/s: 1.3.0-rc2 Assignee: Igor Vaynberg closing

[jira] Updated: (WICKET-1160) AjaxEditableLabel#setModel() is broken

2007-11-14 Thread Peter Ertl (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Ertl updated WICKET-1160: --- Attachment: AjaxEditableLabel.patch Here's a patch AjaxEditableLabel#setModel() is broken

[jira] Created: (WICKET-1160) AjaxEditableLabel#setModel() is broken

2007-11-14 Thread Peter Ertl (JIRA)
AjaxEditableLabel#setModel() is broken -- Key: WICKET-1160 URL: https://issues.apache.org/jira/browse/WICKET-1160 Project: Wicket Issue Type: Bug Components: wicket-extensions

[jira] Updated: (WICKET-1134) Multiple abstract/implement tags instead of child/extend

2007-11-14 Thread Johan Compagner (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Johan Compagner updated WICKET-1134: Affects Version/s: 1.3.0-rc1 Fix Version/s: 1.4.0-alpha move this to 1.4. Then we

[jira] Updated: (WICKET-1137) Back button and lazyLoadPanel

2007-11-14 Thread Johan Compagner (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Johan Compagner updated WICKET-1137: Fix Version/s: 1.3.0-rc2 Assignee: Johan Compagner a bit more feedback is

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

2007-11-14 Thread Johan Compagner (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1085?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Johan Compagner updated WICKET-1085: Affects Version/s: 1.3.0-rc1 Fix Version/s: 1.3.0-rc2 frank, i am setting this

svn commit: r594860 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/panel/Fragment.java

2007-11-14 Thread jcompagner
Author: jcompagner Date: Wed Nov 14 04:53:44 2007 New Revision: 594860 URL: http://svn.apache.org/viewvc?rev=594860view=rev Log: empty wicket:fragment shorthand wicket:fragment / does not work WICKET-1141 Modified:

[jira] Closed: (WICKET-1141) empty wicket:fragment shorthand wicket:fragment / does not work

2007-11-14 Thread Johan Compagner (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Johan Compagner closed WICKET-1141. --- Resolution: Fixed Assignee: Johan Compagner empty wicket:fragment shorthand

[jira] Commented: (WICKET-1153) Validation with AbstractFormValidator doesn't work if there are DateTimeFields

2007-11-14 Thread Roberto Fasciolo (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12542445 ] Roberto Fasciolo commented on WICKET-1153: -- yes, they are valid and visible (and also checked with a

svn commit: r594863 - /wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/AjaxEditableLabel.java

2007-11-14 Thread jcompagner
Author: jcompagner Date: Wed Nov 14 05:06:29 2007 New Revision: 594863 URL: http://svn.apache.org/viewvc?rev=594863view=rev Log: also test for empty string so that those are also editable WICKET-1131 Modified:

[jira] Closed: (WICKET-1145) Patch for allowing input type=search/ to be serialized

2007-11-14 Thread Johan Compagner (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Johan Compagner closed WICKET-1145. --- Resolution: Fixed Fix Version/s: 1.3.0-rc2 1.2.7

svn commit: r594861 - /wicket/branches/wicket-1.2.x/wicket/src/main/java/wicket/ajax/wicket-ajax.js

2007-11-14 Thread jcompagner
Author: jcompagner Date: Wed Nov 14 05:02:05 2007 New Revision: 594861 URL: http://svn.apache.org/viewvc?rev=594861view=rev Log: search input field support (safari) WICKET-1145 Modified: wicket/branches/wicket-1.2.x/wicket/src/main/java/wicket/ajax/wicket-ajax.js Modified:

[jira] Updated: (WICKET-1140) Adding WebPage.html after viewing it once requires restart of servlet container for updates in developer mode.

2007-11-14 Thread Johan Compagner (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Johan Compagner updated WICKET-1140: Fix Version/s: 1.4.0-alpha moving this to 1.4, its to hard to do it for 1.3 at this time

[jira] Updated: (WICKET-1130) Injection of Bound Instance Fails with Exception

2007-11-14 Thread Johan Compagner (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Johan Compagner updated WICKET-1130: Fix Version/s: 1.3.0-rc2 Assignee: Alastair Maw Injection of Bound Instance

[jira] Commented: (WICKET-1153) Validation with AbstractFormValidator doesn't work if there are DateTimeFields

2007-11-14 Thread Johan Compagner (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12542438 ] Johan Compagner commented on WICKET-1153: - but are those 2 date formcomponents valid and visible? If there

[jira] Closed: (WICKET-1128) Option not to use localizer cache in development mode.

2007-11-14 Thread Johan Compagner (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Johan Compagner closed WICKET-1128. --- Resolution: Duplicate duplicate of 1142 Option not to use localizer cache in development

[jira] Closed: (WICKET-1160) AjaxEditableLabel#setModel() is broken

2007-11-14 Thread Johan Compagner (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Johan Compagner closed WICKET-1160. --- Resolution: Fixed Fix Version/s: 1.3.0-rc2 Assignee: Johan Compagner

[jira] Closed: (WICKET-1131) AjaxEditableLabel: defaultNullLabel() should really be a defaultNullorEmptyLabel()

2007-11-14 Thread Johan Compagner (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Johan Compagner closed WICKET-1131. --- Resolution: Fixed Fix Version/s: 1.3.0-rc2 Assignee: Johan Compagner added

[jira] Updated: (WICKET-1098) AjaxEditableLabel: add method to override edit-event

2007-11-14 Thread Johan Compagner (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Johan Compagner updated WICKET-1098: Component/s: (was: wicket-examples) wicket-extensions Fix

[jira] Updated: (WICKET-1124) Inner form validators not skipped when inner form disabled

2007-11-14 Thread Johan Compagner (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Johan Compagner updated WICKET-1124: Fix Version/s: 1.3.0-rc2 are we going to fix this for 1.3? It would be nice to have this

[jira] Updated: (WICKET-1102) Hello World example should use WicketFilter instead of WicketServlet

2007-11-14 Thread Johan Compagner (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Johan Compagner updated WICKET-1102: Affects Version/s: 1.3.0-rc1 Fix Version/s: 1.3.0-rc2 Assignee: Gwyn

[jira] Commented: (WICKET-1153) Validation with AbstractFormValidator doesn't work if there are DateTimeFields

2007-11-14 Thread Johan Compagner (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12542465 ] Johan Compagner commented on WICKET-1153: - do you have a unit test case for this? So that we can see that

[jira] Updated: (WICKET-1152) MetaDataRoleAuthorizationStrategy.unauthorize() doesn't work

2007-11-14 Thread Johan Compagner (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Johan Compagner updated WICKET-1152: Fix Version/s: 1.3.0-rc2 do you have a unit testcase for this ?

[jira] Updated: (WICKET-1139) Wicket html files do not have xml prolog

2007-11-14 Thread Johan Compagner (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Johan Compagner updated WICKET-1139: Fix Version/s: 1.3.0-rc2 can we just add the UTF-8 encoding to all our files? Are they

[jira] Closed: (WICKET-1093) BaseWicketTester doesn't call detach() for AJAX requests

2007-11-14 Thread Johan Compagner (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Johan Compagner closed WICKET-1093. --- Resolution: Fixed Fix Version/s: 1.3.0-rc2 BaseWicketTester doesn't call detach()

svn commit: r594913 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/tester/BaseWicketTester.java

2007-11-14 Thread jcompagner
Author: jcompagner Date: Wed Nov 14 06:52:38 2007 New Revision: 594913 URL: http://svn.apache.org/viewvc?rev=594913view=rev Log: call detach for all the ajax clicks WICKET-1093 Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/tester/BaseWicketTester.java Modified:

[jira] Updated: (WICKET-1094) Values over-escaped by FormTester

2007-11-14 Thread Johan Compagner (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Johan Compagner updated WICKET-1094: Fix Version/s: 1.3.0-rc2 can't this be fixed by not setting that property hard? But by

[jira] Updated: (WICKET-1127) Using Buttons in Palette component

2007-11-14 Thread Johan Compagner (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Johan Compagner updated WICKET-1127: Fix Version/s: 1.3.0-rc2 Assignee: Igor Vaynberg Using Buttons in Palette

[jira] Closed: (WICKET-1008) Creating a bookmarkable link in code does not generate pretty url when the page has been mounted.

2007-11-14 Thread Johan Compagner (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1008?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Johan Compagner closed WICKET-1008. --- Resolution: Cannot Reproduce Fix Version/s: (was: 1.3.0-rc2) see

[jira] Updated: (WICKET-753) mounts stored in non-ordered map

2007-11-14 Thread Johan Compagner (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Johan Compagner updated WICKET-753: --- Fix Version/s: (was: 1.3.0-final) mounts stored in non-ordered map

[jira] Closed: (WICKET-753) mounts stored in non-ordered map

2007-11-14 Thread Johan Compagner (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Johan Compagner closed WICKET-753. -- Resolution: Won't Fix i just tested it some more. But subclasses are not auto mounted! We do a

[jira] Commented: (WICKET-1139) Wicket html files do not have xml prolog

2007-11-14 Thread Marat Radchenko (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12542488 ] Marat Radchenko commented on WICKET-1139: - Your files are ASCII-only and so they do not care a lot about

[jira] Updated: (WICKET-1098) AjaxEditableLabel: add method to override edit-event

2007-11-14 Thread Jan Kriesten (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Kriesten updated WICKET-1098: - Attachment: ael.patch Hi Johan, thanks for looking into it. I attached a small patch which

[jira] Commented: (WICKET-1102) Hello World example should use WicketFilter instead of WicketServlet

2007-11-14 Thread Martijn Dashorst (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12542516 ] Martijn Dashorst commented on WICKET-1102: -- Yep, I saw the issue passing by and figured what the hell

[jira] Resolved: (WICKET-1127) Using Buttons in Palette component

2007-11-14 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-1127. --- Resolution: Won't Fix those overridable factory methods you use in your patch exist for

[jira] Closed: (WICKET-1102) Hello World example should use WicketFilter instead of WicketServlet

2007-11-14 Thread Gwyn Evans (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gwyn Evans closed WICKET-1102. -- Resolution: Fixed Thanks for reporting. Hello World example should use WicketFilter instead of

[jira] Commented: (WICKET-1139) Wicket html files do not have xml prolog

2007-11-14 Thread Juergen Donnerstag (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12542544 ] Juergen Donnerstag commented on WICKET-1139: the encoding given in the markup file is always only used

[jira] Reopened: (WICKET-1102) Hello World example should use WicketFilter instead of WicketServlet

2007-11-14 Thread Sean Sullivan (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Sullivan reopened WICKET-1102: --- I am reopening because there is still a minor error on the web page. Hello World example

[jira] Commented: (WICKET-1132) Ajax link is different from normal link on Liferay Portal

2007-11-14 Thread Thijs Vonk (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12542541 ] Thijs Vonk commented on WICKET-1132: I finally had some time to look into this today and I've made some great

[CONF] Apache Wicket: Spring (page edited)

2007-11-14 Thread confluence
Page Edited : WICKET : Spring Spring has been edited by Michael Laccetti (Nov 14, 2007). Change summary: Added warning that Constructor-based injection

[jira] Created: (WICKET-1161) DiskPageStore should write the sessions index file to disk on destroy (from WicketFilter.destroy())

2007-11-14 Thread Johan Compagner (JIRA)
DiskPageStore should write the sessions index file to disk on destroy (from WicketFilter.destroy()) --- Key: WICKET-1161 URL:

[jira] Closed: (WICKET-1158) DiskPageStore does not cleanup cache files after Web container restarts

2007-11-14 Thread Johan Compagner (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Johan Compagner closed WICKET-1158. --- Resolution: Duplicate this one will be fixed when WICKET-1161 is fixed. DiskPageStore

[jira] Commented: (WICKET-1139) Wicket html files do not have xml prolog

2007-11-14 Thread Johan Compagner (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12542620 ] Johan Compagner commented on WICKET-1139: - yeah i see your point, we have to fix this and set some encoding

[jira] Commented: (WICKET-1138) Better warning of design errors during development

2007-11-14 Thread Brill Pappin (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12542636 ] Brill Pappin commented on WICKET-1138: -- I'm not sure that would cover the problem. In this case it was a type

[jira] Commented: (WICKET-1138) Better warning of design errors during development

2007-11-14 Thread Brill Pappin (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12542645 ] Brill Pappin commented on WICKET-1138: -- OK, that works... but the ticket was started because I had *zero*

[jira] Commented: (WICKET-1138) Better warning of design errors during development

2007-11-14 Thread Eelco Hillenius (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12542639 ] Eelco Hillenius commented on WICKET-1138: - But the exception is thrown as a ConversionException which is