[jira] Commented: (WICKET-3314) Allow any Component to be a Panel or Fragment via configuration

2011-01-11 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12979995#action_12979995 ] Igor Vaynberg commented on WICKET-3314: --- i think FormComponentPanel is better

[jira] Created: (WICKET-3321) Ajax submit link does not show busy indicator under IE

2011-01-11 Thread Wojciech Roczniak (JIRA)
Ajax submit link does not show busy indicator under IE Key: WICKET-3321 URL: https://issues.apache.org/jira/browse/WICKET-3321 Project: Wicket Issue Type: Bug Components:

[jira] Commented: (WICKET-3321) Ajax submit link does not show busy indicator under IE

2011-01-11 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12980004#action_12980004 ] Martin Grigorov commented on WICKET-3321: - Please provide quickstart application

[jira] Updated: (WICKET-3321) Ajax submit link does not show busy indicator under IE

2011-01-11 Thread Wojciech Roczniak (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wojciech Roczniak updated WICKET-3321: -- Attachment: ajaxIndicatorBugIE.tar.gz Use cases how to reproduce are described on

[jira] Created: (WICKET-3322) Patches to correct some Findbugs warnings in core, request and util

2011-01-11 Thread JIRA
Patches to correct some Findbugs warnings in core, request and util --- Key: WICKET-3322 URL: https://issues.apache.org/jira/browse/WICKET-3322 Project: Wicket Issue Type: Bug

[jira] Updated: (WICKET-3322) Patches to correct some Findbugs warnings in core, request and util

2011-01-11 Thread JIRA
[ https://issues.apache.org/jira/browse/WICKET-3322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Király updated WICKET-3322: -- Attachment: WICKET-3322-3-findbugs-wicket-core.patch

[jira] Commented: (WICKET-3320) Ajax form submit does not invoke form, onsubmit in Javascript in Google Chrome

2011-01-11 Thread Pedro Santos (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12980041#action_12980041 ] Pedro Santos commented on WICKET-3320: -- Form submitted by an AJAX submit link working

svn commit: r1057584 - in /wicket/trunk: wicket-examples/src/main/java/org/apache/wicket/examples/repeater/ wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/repeater/data/

2011-01-11 Thread mgrigorov
Author: mgrigorov Date: Tue Jan 11 11:24:53 2011 New Revision: 1057584 URL: http://svn.apache.org/viewvc?rev=1057584view=rev Log: WICKET-3295 Please use lists instead of arrays Drop the DataTable/DataGridView constructor that accepts array of columns. Leave the one that accepts list of columns.

[jira] Commented: (WICKET-3320) Ajax form submit does not invoke form, onsubmit in Javascript in Google Chrome

2011-01-11 Thread Richard Nichols (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12980063#action_12980063 ] Richard Nichols commented on WICKET-3320: - Sorry, I narrowed down the issue to

[jira] Resolved: (WICKET-3320) Ajax form submit does not invoke form, onsubmit in Javascript in Google Chrome

2011-01-11 Thread Pedro Santos (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pedro Santos resolved WICKET-3320. -- Resolution: Invalid Ajax form submit does not invoke form, onsubmit in Javascript in Google

[jira] Commented: (WICKET-3295) Please use lists instead of arrays

2011-01-11 Thread Willis Blackburn (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12980089#action_12980089 ] Willis Blackburn commented on WICKET-3295: -- Sure about the DataTable constructor

svn commit: r1057623 - /wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/util/template/PackagedTextTemplate.java

2011-01-11 Thread pete
Author: pete Date: Tue Jan 11 13:43:45 2011 New Revision: 1057623 URL: http://svn.apache.org/viewvc?rev=1057623view=rev Log: remove unused code that is several years old (and was supposed to cache text templates) Modified:

svn commit: r1057627 - /wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/util/template/PackagedTextTemplate.java

2011-01-11 Thread pete
Author: pete Date: Tue Jan 11 13:48:59 2011 New Revision: 1057627 URL: http://svn.apache.org/viewvc?rev=1057627view=rev Log: WICKET-3315: set lastModifiedTime() on package resources to make setAddLastModifiedTimeToResourceReferenceUrl() work for this kind of resource Modified:

[jira] Resolved: (WICKET-3315) PackagedTextTemplate should set lastModifiedTime

2011-01-11 Thread Peter Ertl (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Ertl resolved WICKET-3315. Resolution: Fixed fixed in trunk PackagedTextTemplate should set lastModifiedTime

[jira] Updated: (WICKET-3315) PackagedTextTemplate should set lastModifiedTime

2011-01-11 Thread Peter Ertl (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Ertl updated WICKET-3315: --- Fix Version/s: 1.4.16 PackagedTextTemplate should set lastModifiedTime

svn commit: r1057636 - /wicket/trunk/wicket-core/src/main/java/org/apache/wicket/util/template/PackagedTextTemplate.java

2011-01-11 Thread pete
Author: pete Date: Tue Jan 11 13:57:02 2011 New Revision: 1057636 URL: http://svn.apache.org/viewvc?rev=1057636view=rev Log: WICKET-3315: set lastModifiedTime() on package resources to make setAddLastModifiedTimeToResourceReferenceUrl() work for this kind of resource Modified:

[jira] Updated: (WICKET-3315) PackagedTextTemplate should set lastModifiedTime

2011-01-11 Thread Peter Ertl (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Ertl updated WICKET-3315: --- Fix Version/s: 1.5-M4 PackagedTextTemplate should set lastModifiedTime

[jira] Assigned: (WICKET-3321) Ajax submit link does not show busy indicator under IE

2011-01-11 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov reassigned WICKET-3321: --- Assignee: Martin Grigorov Ajax submit link does not show busy indicator under IE

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

2011-01-11 Thread mgrigorov
Author: mgrigorov Date: Tue Jan 11 15:09:07 2011 New Revision: 1057684 URL: http://svn.apache.org/viewvc?rev=1057684view=rev Log: WICKET-3321 Ajax submit link does not show busy indicator under IE Bind the precondition function for the indicator showing. This way the submitting element can be

svn commit: r1057688 - /wicket/trunk/wicket-core/src/main/java/org/apache/wicket/ajax/AbstractDefaultAjaxBehavior.java

2011-01-11 Thread mgrigorov
Author: mgrigorov Date: Tue Jan 11 15:17:55 2011 New Revision: 1057688 URL: http://svn.apache.org/viewvc?rev=1057688view=rev Log: WICKET-3321 Ajax submit link does not show busy indicator under IE Bind the precondition function for the indicator showing. This way the submitting element can be

svn commit: r1057689 - /wicket/trunk/wicket-core/src/main/java/org/apache/wicket/ajax/AbstractDefaultAjaxBehavior.java

2011-01-11 Thread mgrigorov
Author: mgrigorov Date: Tue Jan 11 15:19:30 2011 New Revision: 1057689 URL: http://svn.apache.org/viewvc?rev=1057689view=rev Log: Fix a typo Modified: wicket/trunk/wicket-core/src/main/java/org/apache/wicket/ajax/AbstractDefaultAjaxBehavior.java Modified:

svn commit: r1057690 - /wicket/trunk/wicket-core/src/test/java/org/apache/wicket/request/mapper/CustomHomePageTest.java

2011-01-11 Thread mgrigorov
Author: mgrigorov Date: Tue Jan 11 15:23:25 2011 New Revision: 1057690 URL: http://svn.apache.org/viewvc?rev=1057690view=rev Log: WICKET-3126 Add a test for HomePageMapper Added: wicket/trunk/wicket-core/src/test/java/org/apache/wicket/request/mapper/CustomHomePageTest.java (with props)

svn commit: r1057719 - in /wicket/trunk/wicket-core/src: main/java/org/apache/wicket/ajax/ main/java/org/apache/wicket/markup/html/form/ test/java/org/apache/wicket/ test/java/org/apache/wicket/markup

2011-01-11 Thread pedro
Author: pedro Date: Tue Jan 11 16:35:59 2011 New Revision: 1057719 URL: http://svn.apache.org/viewvc?rev=1057719view=rev Log: fix/preventing double escaped URL at behavior an form action attribute Issue: WICKET-2829 Modified:

[jira] Created: (WICKET-3323) TreeTable should call attachUpdate javascript on domready event.

2011-01-11 Thread Alexander Morozov (JIRA)
TreeTable should call attachUpdate javascript on domready event. Key: WICKET-3323 URL: https://issues.apache.org/jira/browse/WICKET-3323 Project: Wicket Issue Type: Bug

[jira] Updated: (WICKET-3317) Investigate whether introducing Optional will make life easier

2011-01-11 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg updated WICKET-3317: -- Summary: Investigate whether introducing Optional will make life easier (was: Investigate

[jira] Updated: (WICKET-3323) TreeTable should call attachUpdate javascript on domready event.

2011-01-11 Thread Alexander Morozov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexander Morozov updated WICKET-3323: -- Attachment: fix-WICKET-1.4-3323.patch TreeTable should call attachUpdate javascript

[jira] Created: (WICKET-3324) Markup NO_MARKUP can not call toString

2011-01-11 Thread Richard Emberson (JIRA)
Markup NO_MARKUP can not call toString -- Key: WICKET-3324 URL: https://issues.apache.org/jira/browse/WICKET-3324 Project: Wicket Issue Type: Improvement Components: wicket Affects Versions:

[jira] Created: (WICKET-3325) Wicket 1.5 Request Mappers does not run

2011-01-11 Thread Richard Emberson (JIRA)
Wicket 1.5 Request Mappers does not run --- Key: WICKET-3325 URL: https://issues.apache.org/jira/browse/WICKET-3325 Project: Wicket Issue Type: Bug Components: wicket-examples Affects

svn commit: r1057859 [2/2] - in /wicket/trunk: wicket-core/src/main/java/org/apache/wicket/ wicket-core/src/main/java/org/apache/wicket/markup/ wicket-core/src/main/java/org/apache/wicket/markup/html/

2011-01-11 Thread jdonnerstag
Modified: wicket/trunk/wicket-examples/src/main/java/org/apache/wicket/examples/stockquote/StockQuoteLabel.java URL: http://svn.apache.org/viewvc/wicket/trunk/wicket-examples/src/main/java/org/apache/wicket/examples/stockquote/StockQuoteLabel.java?rev=1057859r1=1057858r2=1057859view=diff

svn commit: r1057866 - /wicket/trunk/wicket-core/src/test/java/org/apache/wicket/ajax/form/AjaxFormSubmitTestPage_expected.html

2011-01-11 Thread mgrigorov
Author: mgrigorov Date: Tue Jan 11 21:08:14 2011 New Revision: 1057866 URL: http://svn.apache.org/viewvc?rev=1057866view=rev Log: WICKET-2829 Fix test expectation Ajax precondition is : Wicket.$$(this)Wicket.$$('formId') Modified:

[jira] Commented: (WICKET-3315) PackagedTextTemplate should set lastModifiedTime

2011-01-11 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12980460#action_12980460 ] Hudson commented on WICKET-3315: Integrated in Apache Wicket 1.4.x #383 (See

[jira] Commented: (WICKET-3321) Ajax submit link does not show busy indicator under IE

2011-01-11 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12980459#action_12980459 ] Hudson commented on WICKET-3321: Integrated in Apache Wicket 1.4.x #383 (See

svn commit: r1057976 - in /wicket/common/site/trunk: _site/atom.xml _site/start/quickstart.html start/quickstart.md

2011-01-11 Thread jrthomerson
Author: jrthomerson Date: Wed Jan 12 02:43:36 2011 New Revision: 1057976 URL: http://svn.apache.org/viewvc?rev=1057976view=rev Log: more info for quickstart creation Modified: wicket/common/site/trunk/_site/atom.xml wicket/common/site/trunk/_site/start/quickstart.html

[jira] Updated: (WICKET-3294) Use Apache Nexus to stage releases for voting and for release into maven central

2011-01-11 Thread Michael O'Cleirigh (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael O'Cleirigh updated WICKET-3294: --- Attachment: release.md.diff Attached is a modified version of the Markdown