[jira] Commented: (WICKET-1671) Performance problem with detach (Component.isAuto)

2008-06-12 Thread Ari Suutari (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12604434#action_12604434 ] Ari Suutari commented on WICKET-1671: - Would it be possible for Component.add to

[jira] Created: (WICKET-1697) Bad caching in wicket:message tag for the same key in same markup structure

2008-06-12 Thread Karel Cabel (JIRA)
Bad caching in wicket:message tag for the same key in same markup structure - Key: WICKET-1697 URL: https://issues.apache.org/jira/browse/WICKET-1697 Project: Wicket

[jira] Created: (WICKET-1698) IE7 memory leak when components are updated via AJAX

2008-06-12 Thread Niels Boeger (JIRA)
IE7 memory leak when components are updated via AJAX Key: WICKET-1698 URL: https://issues.apache.org/jira/browse/WICKET-1698 Project: Wicket Issue Type: Bug Components: wicket

[jira] Commented: (WICKET-1558) WicketTester.startPage(page) throws No requestCycle is currently set

2008-06-12 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12604507#action_12604507 ] Martin Grigorov commented on WICKET-1558: - Just for the history: using

[CONF] Apache Wicket: Portal HowTo (page edited)

2008-06-12 Thread confluence
Page Edited : WICKET : Portal HowTo Portal HowTo has been edited by John (Jun 12, 2008). Change summary: added note (View

[CONF] Apache Wicket: Portal HowTo (page edited)

2008-06-12 Thread confluence
Page Edited : WICKET : Portal HowTo Portal HowTo has been edited by Ate Douma (Jun 12, 2008). (View changes) Content: Bookmarkable

[jira] Assigned: (WICKET-1698) IE7 memory leak when components are updated via AJAX

2008-06-12 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1698?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg reassigned WICKET-1698: - Assignee: Matej Knopp IE7 memory leak when components are updated via AJAX

[jira] Commented: (WICKET-1698) IE7 memory leak when components are updated via AJAX

2008-06-12 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12604569#action_12604569 ] Matej Knopp commented on WICKET-1698: - This doesn't really makes sense, at least not

[jira] Created: (WICKET-1699) NPE in RequestLogger

2008-06-12 Thread Craig McIlwee (JIRA)
NPE in RequestLogger Key: WICKET-1699 URL: https://issues.apache.org/jira/browse/WICKET-1699 Project: Wicket Issue Type: Bug Components: wicket Affects Versions: 1.4-M2 Reporter: Craig McIlwee

[jira] Assigned: (WICKET-1684) FileUploadField should return FileUpload as its converted input

2008-06-12 Thread Timo Rantalaiho (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timo Rantalaiho reassigned WICKET-1684: --- Assignee: Timo Rantalaiho FileUploadField should return FileUpload as its

[jira] Created: (WICKET-1700) Make functionality of ContextImage a behavior so that other types of components can utilize its functionality

2008-06-12 Thread Will Hoover (JIRA)
Make functionality of ContextImage a behavior so that other types of components can utilize its functionality - Key: WICKET-1700 URL:

[jira] Commented: (WICKET-1698) IE7 memory leak when components are updated via AJAX

2008-06-12 Thread Niels Boeger (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12604616#action_12604616 ] Niels Boeger commented on WICKET-1698: -- Thanks for your fast response. Concerning the

[jira] Issue Comment Edited: (WICKET-1698) IE7 memory leak when components are updated via AJAX

2008-06-12 Thread Niels Boeger (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12604616#action_12604616 ] nbo edited comment on WICKET-1698 at 6/12/08 12:21 PM:

svn commit: r667232 - in /wicket/trunk/wicket/src: main/java/org/apache/wicket/markup/html/form/upload/FileUploadField.java test/java/org/apache/wicket/markup/html/form/upload/FileUploadFieldTest.java

2008-06-12 Thread thrantal
Author: thrantal Date: Thu Jun 12 14:21:04 2008 New Revision: 667232 URL: http://svn.apache.org/viewvc?rev=667232view=rev Log: WICKET-1684: Changed converting input to create the FileUpload object, the same way as MultiFileUploadField already does. Previously converted input was the filename,

[jira] Resolved: (WICKET-1684) FileUploadField should return FileUpload as its converted input

2008-06-12 Thread Timo Rantalaiho (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timo Rantalaiho resolved WICKET-1684. - Resolution: Fixed Fixed in trunk (1.4). Thanks for reporting! FileUploadField should

[jira] Commented: (WICKET-306) XML License Header Tests fail with Unicode BOM

2008-06-12 Thread Timo Rantalaiho (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12604655#action_12604655 ] Timo Rantalaiho commented on WICKET-306: What is the impact of this bug? Am I

svn commit: r667260 - in /wicket/trunk/wicket/src/test/java/org/apache/wicket/markup/html/form/upload: FileUploadFieldTest.java MockPageWithFormAndUploadField.java

2008-06-12 Thread thrantal
Author: thrantal Date: Thu Jun 12 15:04:38 2008 New Revision: 667260 URL: http://svn.apache.org/viewvc?rev=667260view=rev Log: Cleaned up some raw types, added missing @Override, removed redundant javadoc - no functional changes Modified:

svn commit: r667263 - in /wicket/trunk/wicket/src: main/java/org/apache/wicket/util/value/ValueMap.java test/java/org/apache/wicket/util/value/ValueMapTest.java

2008-06-12 Thread frankbille
Author: frankbille Date: Thu Jun 12 15:10:02 2008 New Revision: 667263 URL: http://svn.apache.org/viewvc?rev=667263view=rev Log: WICKET-1694: wicket complains that ValueMap$NullSafeKeyComparator is not serializable Modified:

[jira] Resolved: (WICKET-1694) wicket complains that ValueMap$NullSafeKeyComparator is not serializable

2008-06-12 Thread Frank Bille Jensen (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frank Bille Jensen resolved WICKET-1694. Resolution: Fixed wicket complains that ValueMap$NullSafeKeyComparator is not

[jira] Commented: (WICKET-1696) CaptchaImageResource - should take an IModelString instead of String for captcha-text

2008-06-12 Thread James Carman (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12604666#action_12604666 ] James Carman commented on WICKET-1696: -- Should this be moved to m3, since m2 is

svn commit: r667288 - /wicket/trunk/wicket/src/main/java/org/apache/wicket/RequestCycle.java

2008-06-12 Thread thrantal
Author: thrantal Date: Thu Jun 12 15:41:55 2008 New Revision: 667288 URL: http://svn.apache.org/viewvc?rev=667288view=rev Log: WICKET-550: Changed one place to use WebRequestEncoder. However, just a bit above there is code that nearly duplicates it. Probably custom URL objects would be needed

[jira] Commented: (WICKET-550) Use WebRequestEncoder everywhere a query string is constructed

2008-06-12 Thread Timo Rantalaiho (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12604670#action_12604670 ] Timo Rantalaiho commented on WICKET-550: So the idea is that WebRequestEncoder

[jira] Commented: (WICKET-1699) NPE in RequestLogger

2008-06-12 Thread James Carman (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12604671#action_12604671 ] James Carman commented on WICKET-1699: -- Looks like Igor already fixed this one. Can

[jira] Commented: (WICKET-1699) NPE in RequestLogger

2008-06-12 Thread James Carman (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12604672#action_12604672 ] James Carman commented on WICKET-1699: -- In case anyone's interested, it looks like

[jira] Commented: (WICKET-1312) Generic inter-component event mechanism

2008-06-12 Thread James Carman (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12604674#action_12604674 ] James Carman commented on WICKET-1312: -- Are we going to introduce this stuff in 1.4?

[jira] Commented: (WICKET-693) What to do with the wicket dtd?

2008-06-12 Thread Timo Rantalaiho (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12604675#action_12604675 ] Timo Rantalaiho commented on WICKET-693: Is there a way to put them here

[jira] Updated: (WICKET-1696) CaptchaImageResource - should take an IModelString instead of String for captcha-text

2008-06-12 Thread Stefan Simik (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1696?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Simik updated WICKET-1696: - Fix Version/s: (was: 1.4-M2) 1.4-M3 CaptchaImageResource - should take

[jira] Commented: (WICKET-1696) CaptchaImageResource - should take an IModelString instead of String for captcha-text

2008-06-12 Thread Stefan Simik (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12604677#action_12604677 ] Stefan Simik commented on WICKET-1696: -- Sure ;) thanx I changed the fix version.

[jira] Commented: (WICKET-713) AbstractAjaxBehavior can not be reused.

2008-06-12 Thread Timo Rantalaiho (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-713?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12604679#action_12604679 ] Timo Rantalaiho commented on WICKET-713: Martin, is there a practical need to reuse

[jira] Updated: (WICKET-1312) Generic inter-component event mechanism

2008-06-12 Thread Timo Rantalaiho (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timo Rantalaiho updated WICKET-1312: Fix Version/s: (was: 1.4-M3) 1.5-M1 Nope, 1.5 is the current plan,

[jira] Commented: (WICKET-1312) Generic inter-component event mechanism

2008-06-12 Thread Timo Rantalaiho (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12604683#action_12604683 ] Timo Rantalaiho commented on WICKET-1312: - Peter, thanks for the interesting idea,

[jira] Resolved: (WICKET-1699) NPE in RequestLogger

2008-06-12 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1699?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-1699. --- Resolution: Fixed Assignee: Igor Vaynberg NPE in RequestLogger

[jira] Resolved: (WICKET-767) Generify IModel

2008-06-12 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-767?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-767. -- Resolution: Fixed Fix Version/s: (was: 1.4-M3) 1.4-M1

[jira] Commented: (WICKET-715) rename classes and methods from *JavaScript* to *Javascript*

2008-06-12 Thread Craig McIlwee (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12604697#action_12604697 ] Craig McIlwee commented on WICKET-715: -- If you have to pick between the 2, JavaScript

[CONF] Apache Wicket: Wicket Employers (page edited)

2008-06-12 Thread confluence
Page Edited : WICKET : Wicket Employers Wicket Employers has been edited by Sean Kilcoin (Jun 12, 2008). Change summary: added Cataphora

svn commit: r667340 - /wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/form/upload/FileUploadField.java

2008-06-12 Thread ivaynberg
Author: ivaynberg Date: Thu Jun 12 22:03:37 2008 New Revision: 667340 URL: http://svn.apache.org/viewvc?rev=667340view=rev Log: tweak Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/form/upload/FileUploadField.java Modified:

svn commit: r667341 - /wicket/trunk/wicket/src/test/java/org/apache/wicket/markup/html/form/upload/FileUploadFieldTest.java

2008-06-12 Thread ivaynberg
Author: ivaynberg Date: Thu Jun 12 22:03:49 2008 New Revision: 667341 URL: http://svn.apache.org/viewvc?rev=667341view=rev Log: remove warning Modified: wicket/trunk/wicket/src/test/java/org/apache/wicket/markup/html/form/upload/FileUploadFieldTest.java Modified: