[jira] Updated: (WICKET-3146) Make form inside ModalWindow work without form outside ModalWindow

2010-11-09 Thread Frank Klein Koerkamp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frank Klein Koerkamp updated WICKET-3146: - Issue Type: Bug (was: Improvement) Make form inside ModalWindow work without

[jira] Commented: (WICKET-3122) MarkupNotFoundException happens if there's a component inside another with wicket:message attribute

2010-11-09 Thread JIRA
[ https://issues.apache.org/jira/browse/WICKET-3122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12930098#action_12930098 ] Szádeczky-Kardoss Szabolcs commented on WICKET-3122: I have migrated

svn commit: r1033156 - /wicket/trunk/wicket-request/src/main/java/org/apache/wicket/request/handler/TextRequestHandler.java

2010-11-09 Thread mgrigorov
Author: mgrigorov Date: Tue Nov 9 18:58:44 2010 New Revision: 1033156 URL: http://svn.apache.org/viewvc?rev=1033156view=rev Log: Allow 'null' encoding. Actually the another constructor passes 'null' for encoding and getEncoding() reads the request's encoding if the class member is null.

svn commit: r1033158 - in /wicket/trunk/wicket/src: main/java/org/apache/wicket/markup/html/image/ test/java/org/apache/wicket/markup/html/image/

2010-11-09 Thread mgrigorov
Author: mgrigorov Date: Tue Nov 9 19:00:26 2010 New Revision: 1033158 URL: http://svn.apache.org/viewvc?rev=1033158view=rev Log: WICKET-1382 Image could be made ajax aware Add 'anti cache' parameter to Image components when rerendering in Ajax requests. Added:

[jira] Resolved: (WICKET-1382) Image could be made ajax aware..

2010-11-09 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1382?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-1382. - Resolution: Fixed Improved with r1033158 Image could be made ajax aware..

[jira] Commented: (WICKET-1382) Image could be made ajax aware..

2010-11-09 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12930245#action_12930245 ] Hudson commented on WICKET-1382: Integrated in Apache Wicket 1.5.x #497 (See

[jira] Assigned: (WICKET-3131) Retest all combinations of redirect policies and render strategies

2010-11-09 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov reassigned WICKET-3131: --- Assignee: Martin Grigorov Retest all combinations of redirect policies and render

[jira] Resolved: (WICKET-3131) Retest all combinations of redirect policies and render strategies

2010-11-09 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-3131. - Resolution: Not A Problem Fix Version/s: 1.5-M4 I just retested my biggest

[jira] Commented: (WICKET-3151) ModalWindow support for nested iframe windows

2010-11-09 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12930256#action_12930256 ] Martin Grigorov commented on WICKET-3151: - Rodolfo, Thanks for the patch! Can

[jira] Updated: (WICKET-3145) MockHttpServletResponse does not allow to manually clear cookiesOfThisSession

2010-11-09 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov updated WICKET-3145: Affects Version/s: (was: 1.5-M2.1) This is not applicable for Wicket 1.5

[jira] Updated: (WICKET-3145) MockWebApplication does not allow to manually clear cookiesOfThisSession

2010-11-09 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov updated WICKET-3145: Description: MockWebApplication does not allow to manually clear cookiesOfThisSession

[jira] Updated: (WICKET-3151) ModalWindow support for nested iframe windows

2010-11-09 Thread Rodolfo Hansen (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rodolfo Hansen updated WICKET-3151: --- Attachment: (was: modal.patch) ModalWindow support for nested iframe windows

[jira] Resolved: (WICKET-3153) Form Bytes getMaxSize never returns null and does not find maximum

2010-11-09 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-3153. --- Resolution: Fixed Fix Version/s: 1.5-M4 Form Bytes getMaxSize never returns null

[jira] Updated: (WICKET-3151) ModalWindow support for nested iframe windows

2010-11-09 Thread Rodolfo Hansen (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rodolfo Hansen updated WICKET-3151: --- Attachment: modal.patch Patch that excludes white space fixes. ModalWindow support for

[jira] Commented: (WICKET-3151) ModalWindow support for nested iframe windows

2010-11-09 Thread Rodolfo Hansen (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12930300#action_12930300 ] Rodolfo Hansen commented on WICKET-3151: Here is the cleaned up patch. I will

[jira] Updated: (WICKET-3154) test for undefined in the same manner throughtout the code.

2010-11-09 Thread Rodolfo Hansen (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rodolfo Hansen updated WICKET-3154: --- Attachment: (was: modal.patch) test for undefined in the same manner throughtout the

[jira] Commented: (WICKET-3153) Form Bytes getMaxSize never returns null and does not find maximum

2010-11-09 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12930329#action_12930329 ] Hudson commented on WICKET-3153: Integrated in Apache Wicket 1.5.x #498 (See

[jira] Commented: (WICKET-3151) ModalWindow support for nested iframe windows

2010-11-09 Thread Rodolfo Hansen (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12930541#action_12930541 ] Rodolfo Hansen commented on WICKET-3151: there is an issue with the patch. Am