[jira] Reopened: (WICKET-2602) Display upload progress bar only when a file is selected

2009-12-16 Thread Erik van Oosten (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik van Oosten reopened WICKET-2602: - Pleas apply attached patch to optimize serialization. Display upload progress bar only

[jira] Updated: (WICKET-2602) Display upload progress bar only when a file is selected

2009-12-16 Thread Erik van Oosten (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik van Oosten updated WICKET-2602: Attachment: Serialization_optimization_.patch Display upload progress bar only when a

[jira] Closed: (WICKET-2622) DatePicker doesn't appear

2009-12-16 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg closed WICKET-2622. - Resolution: Duplicate Assignee: Igor Vaynberg DatePicker doesn't appear

[jira] Commented: (WICKET-2617) ModalWindow can't be shown when it is rendered with ajax request

2009-12-16 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12791423#action_12791423 ] Igor Vaynberg commented on WICKET-2617: --- try with latest snapshot, may be related to

[jira] Commented: (WICKET-2621) Ajax buttons inside ModalWindows don't submit properly

2009-12-16 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12791421#action_12791421 ] Igor Vaynberg commented on WICKET-2621: --- got a quickstart? Ajax buttons inside

[jira] Closed: (WICKET-2621) Ajax buttons inside ModalWindows don't submit properly

2009-12-16 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg closed WICKET-2621. - Resolution: Won't Fix Assignee: Igor Vaynberg due to a lot of other fixes we have done

[jira] Commented: (WICKET-2617) ModalWindow can't be shown when it is rendered with ajax request

2009-12-16 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12791601#action_12791601 ] Igor Vaynberg commented on WICKET-2617: --- or provide a quickstart so we can reproduce

[jira] Commented: (WICKET-2621) Ajax buttons inside ModalWindows don't submit properly

2009-12-16 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12791604#action_12791604 ] Igor Vaynberg commented on WICKET-2621: --- attach your quickstart and i will take a

[jira] Commented: (WICKET-2621) Ajax buttons inside ModalWindows don't submit properly

2009-12-16 Thread Alex Grant (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12791607#action_12791607 ] Alex Grant commented on WICKET-2621: Thanks. I have attached a zipped standalone

[jira] Updated: (WICKET-2621) Ajax buttons inside ModalWindows don't submit properly

2009-12-16 Thread Alex Grant (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Grant updated WICKET-2621: --- Attachment: wicket-2621-sample-app.zip Ajax buttons inside ModalWindows don't submit properly

[jira] Commented: (WICKET-2621) Ajax buttons inside ModalWindows don't submit properly

2009-12-16 Thread Alex Grant (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12791609#action_12791609 ] Alex Grant commented on WICKET-2621: Form.setMultipart(true) does not fix the problem

[jira] Assigned: (WICKET-2617) ModalWindow can't be shown when it is rendered with ajax request

2009-12-16 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg reassigned WICKET-2617: - Assignee: Igor Vaynberg ModalWindow can't be shown when it is rendered with ajax

[jira] Reopened: (WICKET-2621) Ajax buttons inside ModalWindows don't submit properly

2009-12-16 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg reopened WICKET-2621: --- now we have a testcase Ajax buttons inside ModalWindows don't submit properly

svn commit: r891445 - /wicket/trunk/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/modal/ModalWindow.java

2009-12-16 Thread ivaynberg
Author: ivaynberg Date: Wed Dec 16 21:58:24 2009 New Revision: 891445 URL: http://svn.apache.org/viewvc?rev=891445view=rev Log: WICKET-2617 ModalWindow can't be shown when it is rendered with ajax request Issue: WICKET-2617 Modified:

[jira] Commented: (WICKET-2621) Ajax buttons inside ModalWindows don't submit properly

2009-12-16 Thread Alex Grant (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12791613#action_12791613 ] Alex Grant commented on WICKET-2621: Thanks for reopening it. Sorry about the delay,

svn commit: r891447 - /wicket/trunk/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/form/upload/UploadProgressBar.java

2009-12-16 Thread ivaynberg
Author: ivaynberg Date: Wed Dec 16 22:03:46 2009 New Revision: 891447 URL: http://svn.apache.org/viewvc?rev=891447view=rev Log: WICKET-2602 Display upload progress bar only when a file is selected Issue: WICKET-2602 Modified:

svn commit: r891448 - /wicket/branches/wicket-1.4.x/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/form/upload/UploadProgressBar.java

2009-12-16 Thread ivaynberg
Author: ivaynberg Date: Wed Dec 16 22:03:57 2009 New Revision: 891448 URL: http://svn.apache.org/viewvc?rev=891448view=rev Log: WICKET-2602 Display upload progress bar only when a file is selected Issue: WICKET-2602 Modified:

[jira] Resolved: (WICKET-2621) Ajax buttons inside ModalWindows don't submit properly

2009-12-16 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-2621. --- Resolution: Fixed Fix Version/s: 1.5-M1 1.4.5 Ajax buttons

svn commit: r891469 - in /wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket: markup/html/form/Form.java markup/html/form/upload/MultiFileUploadField.java protocol/http/servlet/Multip

2009-12-16 Thread ivaynberg
Author: ivaynberg Date: Wed Dec 16 23:21:47 2009 New Revision: 891469 URL: http://svn.apache.org/viewvc?rev=891469view=rev Log: WICKET-2621 Issue: WICKET-2621 Modified: wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/markup/html/form/Form.java

svn commit: r891470 - in /wicket/trunk/wicket/src/main/java/org/apache/wicket: markup/html/form/Form.java markup/html/form/upload/MultiFileUploadField.java protocol/http/servlet/MultipartServletWebReq

2009-12-16 Thread ivaynberg
Author: ivaynberg Date: Wed Dec 16 23:24:16 2009 New Revision: 891470 URL: http://svn.apache.org/viewvc?rev=891470view=rev Log: WICKET-2621 Issue: WICKET-2621 Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/form/Form.java

[jira] Updated: (WICKET-2610) OddEvenListItem should append css attribute instead of replacing/adding it

2009-12-16 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg updated WICKET-2610: -- Fix Version/s: (was: 1.4.5) 1.4.6 OddEvenListItem should append css

[jira] Resolved: (WICKET-2617) ModalWindow can't be shown when it is rendered with ajax request

2009-12-16 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-2617. --- Resolution: Fixed Fix Version/s: 1.4.6 found the regression, should be fixed

svn commit: r891477 - /wicket/branches/wicket-1.4.x/CHANGELOG-1.4

2009-12-16 Thread ivaynberg
Author: ivaynberg Date: Wed Dec 16 23:33:31 2009 New Revision: 891477 URL: http://svn.apache.org/viewvc?rev=891477view=rev Log: changelog from 1.4.4 Modified: wicket/branches/wicket-1.4.x/CHANGELOG-1.4 Modified: wicket/branches/wicket-1.4.x/CHANGELOG-1.4 URL:

svn commit: r891478 - /wicket/branches/wicket-1.4.5/

2009-12-16 Thread ivaynberg
Author: ivaynberg Date: Wed Dec 16 23:34:31 2009 New Revision: 891478 URL: http://svn.apache.org/viewvc?rev=891478view=rev Log: release branch Added: wicket/branches/wicket-1.4.5/ (props changed) - copied from r891477, wicket/branches/wicket-1.4.x/ Propchange:

svn commit: r891482 - in /wicket/branches/wicket-1.4.5: ./ archetypes/quickstart/ archetypes/quickstart/src/main/resources/archetype-resources/ testing/wicket-threadtest/ wicket-auth-roles/ wicket-dat

2009-12-16 Thread ivaynberg
Author: ivaynberg Date: Wed Dec 16 23:42:38 2009 New Revision: 891482 URL: http://svn.apache.org/viewvc?rev=891482view=rev Log: 1.5.5 setup Modified: wicket/branches/wicket-1.4.5/CHANGELOG-1.4 wicket/branches/wicket-1.4.5/archetypes/quickstart/pom.xml

[jira] Created: (WICKET-2623) The Wicket web site points to Wicket 1.4.1 as the latest release when it should be 1.4.4.

2009-12-16 Thread Dennis Meade (JIRA)
The Wicket web site points to Wicket 1.4.1 as the latest release when it should be 1.4.4. - Key: WICKET-2623 URL: https://issues.apache.org/jira/browse/WICKET-2623

[jira] Commented: (WICKET-2621) Ajax buttons inside ModalWindows don't submit properly

2009-12-16 Thread Alex Grant (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12791717#action_12791717 ] Alex Grant commented on WICKET-2621: Thank you for the speedy fix. I looked at the svn

[jira] Commented: (WICKET-2621) Ajax buttons inside ModalWindows don't submit properly

2009-12-16 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12791718#action_12791718 ] Igor Vaynberg commented on WICKET-2621: --- yep, thanks Ajax buttons inside

svn commit: r891504 - /wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/markup/html/form/Form.java

2009-12-16 Thread ivaynberg
Author: ivaynberg Date: Thu Dec 17 01:17:09 2009 New Revision: 891504 URL: http://svn.apache.org/viewvc?rev=891504view=rev Log: cleanup Modified: wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/markup/html/form/Form.java Modified:

[jira] Commented: (WICKET-2617) ModalWindow can't be shown when it is rendered with ajax request

2009-12-16 Thread Michael Mikhulya (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12791834#action_12791834 ] Michael Mikhulya commented on WICKET-2617: -- Igor, thank you for quick response.

[jira] Commented: (WICKET-2617) ModalWindow can't be shown when it is rendered with ajax request

2009-12-16 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12791838#action_12791838 ] Igor Vaynberg commented on WICKET-2617: --- check out the source and run mvn install