svn commit: r1070416 - in /wicket/trunk: wicket-core/src/main/java/org/apache/wicket/markup/html/form/upload/ wicket-core/src/main/java/org/apache/wicket/protocol/http/ wicket-core/src/main/java/org/a

2011-02-14 Thread mgrigorov
Author: mgrigorov Date: Mon Feb 14 09:36:58 2011 New Revision: 1070416 URL: http://svn.apache.org/viewvc?rev=1070416view=rev Log: WICKET-3370 Extend multiple file handling to IMultipartWebRequest Add support for multiple file uploads with a single post request (HTML5 input type=file multiple

[jira] Resolved: (WICKET-3370) Extend multiple file handling to IMultipartWebRequest

2011-02-14 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-3370. - Resolution: Fixed Fix Version/s: 1.5-RC2 With r1070416 FileUploadField has

[jira] Commented: (WICKET-3433) Wicket parses HTML inside IE conditional comments

2011-02-14 Thread Alan Shaw (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12994254#comment-12994254 ] Alan Shaw commented on WICKET-3433: --- HTML5 boilerplate uses IE conditional comments so

[jira] Commented: (WICKET-3433) Wicket parses HTML inside IE conditional comments

2011-02-14 Thread Pedro Santos (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12994264#comment-12994264 ] Pedro Santos commented on WICKET-3433: -- The big problem is that open some tag N

[jira] Updated: (WICKET-3415) 1.5 equivalant of protected void WebRequestCycle.onRequestTargetSet(IRequestTarget requestTarget) is mising from AbstractRequestCycleListener

2011-02-14 Thread Pedro Santos (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pedro Santos updated WICKET-3415: - Attachment: (was: WICKET-3415.patch) 1.5 equivalant of protected void

[jira] Updated: (WICKET-3415) 1.5 equivalant of protected void WebRequestCycle.onRequestTargetSet(IRequestTarget requestTarget) is mising from AbstractRequestCycleListener

2011-02-14 Thread Pedro Santos (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pedro Santos updated WICKET-3415: - Attachment: WICKET-3415.patch 1.5 equivalant of protected void

[jira] Updated: (WICKET-3433) Wicket parses HTML inside IE conditional comments

2011-02-14 Thread Pedro Santos (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pedro Santos updated WICKET-3433: - Attachment: WICKET-3433.patch Patch suporting the related usecase and Downlevel-revealed

[jira] Commented: (WICKET-3406) Invoking getParameter() on HttpServletRequest throws IllegalStateException

2011-02-14 Thread todd wolff (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12994340#comment-12994340 ] todd wolff commented on WICKET-3406: Sorry, but this is not a duplicate of 3405. If

[jira] Commented: (WICKET-3406) Invoking getParameter() on HttpServletRequest throws IllegalStateException

2011-02-14 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12994341#comment-12994341 ] Martin Grigorov commented on WICKET-3406: - Please create a quickstart against

[jira] Created: (WICKET-3444) ChangeHandler fires in IE on POS1 and END

2011-02-14 Thread count negative (JIRA)
ChangeHandler fires in IE on POS1 and END - Key: WICKET-3444 URL: https://issues.apache.org/jira/browse/WICKET-3444 Project: Wicket Issue Type: Bug Components: wicket Affects Versions:

[jira] Reopened: (WICKET-3406) Invoking getParameter() on HttpServletRequest throws IllegalStateException

2011-02-14 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg reopened WICKET-3406: --- Assignee: (was: Igor Vaynberg) Invoking getParameter() on HttpServletRequest throws

svn commit: r1070559 - /wicket/trunk/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/repeater/data/table/filter/FilterToolbar.java

2011-02-14 Thread ivaynberg
Author: ivaynberg Date: Mon Feb 14 16:31:02 2011 New Revision: 1070559 URL: http://svn.apache.org/viewvc?rev=1070559view=rev Log: fixed filter toolbar Modified:

[jira] Assigned: (WICKET-3426) FilterToolbar is broken in 1.5-SNAPSHOT

2011-02-14 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg reassigned WICKET-3426: - Assignee: Igor Vaynberg FilterToolbar is broken in 1.5-SNAPSHOT

[jira] Resolved: (WICKET-3426) FilterToolbar is broken in 1.5-SNAPSHOT

2011-02-14 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-3426. --- Resolution: Fixed Fix Version/s: 1.5-RC2 FilterToolbar is broken in 1.5-SNAPSHOT

[CONF] Apache Wicket Spring

2011-02-14 Thread confluence
Spring Page edited by tim rapp Comment: fixed typos Changes (5) ... Using annotation-based approach, you should

svn commit: r1070583 - /wicket/trunk/wicket-examples/src/main/java/org/apache/wicket/examples/resourcedecoration/HomePage.html

2011-02-14 Thread mgrigorov
Author: mgrigorov Date: Mon Feb 14 17:19:14 2011 New Revision: 1070583 URL: http://svn.apache.org/viewvc?rev=1070583view=rev Log: Move the placeholder for JS contribution to be just *before* /body Now it is in sync with JavaScriptFilteredIntoFooterHeaderResponse's javadoc Modified:

[jira] Resolved: (WICKET-3416) CheckGroupSelector does not inherit disabled property from parent form

2011-02-14 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-3416. - Resolution: Incomplete Please reopen with more details if isEnabledInHierarchy()

[jira] Commented: (WICKET-3415) 1.5 equivalant of protected void WebRequestCycle.onRequestTargetSet(IRequestTarget requestTarget) is mising from AbstractRequestCycleListener

2011-02-14 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12994391#comment-12994391 ] Martin Grigorov commented on WICKET-3415: - +1 for the patch. 1.5 equivalant of

[jira] Resolved: (WICKET-3415) 1.5 equivalant of protected void WebRequestCycle.onRequestTargetSet(IRequestTarget requestTarget) is mising from AbstractRequestCycleListener

2011-02-14 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-3415. --- Resolution: Fixed Fix Version/s: 1.5-RC2 Assignee: Igor Vaynberg patch

svn commit: r1070598 - in /wicket/trunk: wicket-core/src/main/java/org/apache/wicket/request/cycle/ wicket-core/src/test/java/org/apache/wicket/request/cycle/ wicket-request/src/main/java/org/apache/w

2011-02-14 Thread ivaynberg
Author: ivaynberg Date: Mon Feb 14 18:23:48 2011 New Revision: 1070598 URL: http://svn.apache.org/viewvc?rev=1070598view=rev Log: decouple request handler stack from request cycle Issue: WICKET-3415 Added:

[jira] Assigned: (WICKET-3403) Cannot convert 'this.content' to object in Opera

2011-02-14 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov reassigned WICKET-3403: --- Assignee: Martin Grigorov Cannot convert 'this.content' to object in Opera

svn commit: r1070604 - /wicket/trunk/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/modal/res/modal.js

2011-02-14 Thread mgrigorov
Author: mgrigorov Date: Mon Feb 14 18:52:43 2011 New Revision: 1070604 URL: http://svn.apache.org/viewvc?rev=1070604view=rev Log: WICKET-3403 Cannot convert 'this.content' to object in Opera First set the onload handler for the iframe then update its location. Additionally bind onload to 'this'

svn commit: r1070605 - /wicket/branches/wicket-1.4.x/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/modal/res/modal.js

2011-02-14 Thread mgrigorov
Author: mgrigorov Date: Mon Feb 14 18:58:07 2011 New Revision: 1070605 URL: http://svn.apache.org/viewvc?rev=1070605view=rev Log: WICKET-3403 Cannot convert 'this.content' to object in Opera First set the onload handler and then update the iframe's location. Additionally bind onload to this so

[jira] Resolved: (WICKET-3403) Cannot convert 'this.content' to object in Opera

2011-02-14 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-3403. - Resolution: Fixed Fix Version/s: 1.5-RC2 1.4.16 Fixed with

[jira] Commented: (WICKET-3444) ChangeHandler fires in IE on POS1 and END

2011-02-14 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12994421#comment-12994421 ] Martin Grigorov commented on WICKET-3444: - What is POS1 ? ChangeHandler fires

[jira] Issue Comment Edited: (WICKET-3444) ChangeHandler fires in IE on POS1 and END

2011-02-14 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12994421#comment-12994421 ] Martin Grigorov edited comment on WICKET-3444 at 2/14/11 7:02 PM:

[jira] Assigned: (WICKET-3444) ChangeHandler fires in IE on POS1 and END

2011-02-14 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov reassigned WICKET-3444: --- Assignee: Martin Grigorov ChangeHandler fires in IE on POS1 and END

[jira] Updated: (WICKET-3444) ChangeHandler fires in IE on POS1 and END

2011-02-14 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov updated WICKET-3444: Priority: Minor (was: Critical) ChangeHandler fires in IE on POS1 and END

svn commit: r1070610 - /wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/ajax/wicket-ajax.js

2011-02-14 Thread mgrigorov
Author: mgrigorov Date: Mon Feb 14 19:08:56 2011 New Revision: 1070610 URL: http://svn.apache.org/viewvc?rev=1070610view=rev Log: WICKET-3444 ChangeHandler fires in IE on POS1 and END Do not fire event when HOME/END keys are pressed. Modified:

svn commit: r1070612 - /wicket/trunk/wicket-core/src/main/java/org/apache/wicket/ajax/wicket-ajax.js

2011-02-14 Thread mgrigorov
Author: mgrigorov Date: Mon Feb 14 19:09:22 2011 New Revision: 1070612 URL: http://svn.apache.org/viewvc?rev=1070612view=rev Log: WICKET-3444 ChangeHandler fires in IE on POS1 and END Do not fire event when HOME/END keys are pressed. Modified:

[jira] Resolved: (WICKET-3444) ChangeHandler fires in IE on POS1 and END

2011-02-14 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-3444. - Resolution: Fixed Fix Version/s: 1.5-RC2 1.4.16 Improved with

[jira] Commented: (WICKET-3420) javascript with a less than character () fails to execute when added through a header contribution in ajax response

2011-02-14 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12994431#comment-12994431 ] Martin Grigorov commented on WICKET-3420: - Please a provide a quickstart that

[jira] Commented: (WICKET-3403) Cannot convert 'this.content' to object in Opera

2011-02-14 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12994452#comment-12994452 ] Hudson commented on WICKET-3403: Integrated in Apache Wicket 1.4.x #438 (See

[jira] Commented: (WICKET-3424) Modal with a fragment containing 2 forms, 2nd form doesn't properly submit.

2011-02-14 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12994453#comment-12994453 ] Martin Grigorov commented on WICKET-3424: - The issue is easily reproducible. I

[jira] Commented: (WICKET-3444) ChangeHandler fires in IE on POS1 and END

2011-02-14 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12994468#comment-12994468 ] Hudson commented on WICKET-3444: Integrated in Apache Wicket 1.4.x #439 (See

[jira] Commented: (WICKET-3444) ChangeHandler fires in IE on POS1 and END

2011-02-14 Thread count negative (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12994492#comment-12994492 ] count negative commented on WICKET-3444: Yes I mean the Home Key. On a German

[jira] Commented: (WICKET-3406) Invoking getParameter() on HttpServletRequest throws IllegalStateException

2011-02-14 Thread todd wolff (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12994558#comment-12994558 ] todd wolff commented on WICKET-3406: What's a quickstart? If you can send me a link

[jira] Assigned: (WICKET-3406) Invoking getParameter() on HttpServletRequest throws IllegalStateException

2011-02-14 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg reassigned WICKET-3406: - Assignee: Igor Vaynberg Invoking getParameter() on HttpServletRequest throws