[jira] Updated: (WICKET-2262) The starting of the ajax indicator don't respect AbstractDefaultAjaxBehavior preconditionScript

2009-09-15 Thread Pedro Santos (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pedro Santos updated WICKET-2262: - Description: I have add an AbstractDefaultAjaxBehavior to an component that implements the

[jira] Updated: (WICKET-2262) The starting of the ajax indicator don't respect AbstractDefaultAjaxBehavior preconditionScript

2009-09-15 Thread Pedro Santos (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pedro Santos updated WICKET-2262: - Comment: was deleted (was: Sending the javascript that is causing the problem:

[jira] Issue Comment Edited: (WICKET-2262) The starting of the ajax indicator don't respect AbstractDefaultAjaxBehavior preconditionScript

2009-09-15 Thread Pedro Santos (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12706805#action_12706805 ] Pedro Santos edited comment on WICKET-2262 at 9/15/09 4:12 AM:

[jira] Created: (WICKET-2467) FilterForm requires focus-tracker and focus-restore be added as children in the markup

2009-09-15 Thread Steve Lowery (JIRA)
FilterForm requires focus-tracker and focus-restore be added as children in the markup -- Key: WICKET-2467 URL: https://issues.apache.org/jira/browse/WICKET-2467

[jira] Commented: (WICKET-2448) Wizards or Wizard example not working anymore on Firefox 3.5

2009-09-15 Thread Wolfram Gewohn (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12755517#action_12755517 ] Wolfram Gewohn commented on WICKET-2448: Thanks for the quick reaction. The

[jira] Reopened: (WICKET-2448) Wizards or Wizard example not working anymore on Firefox 3.5

2009-09-15 Thread Wolfram Gewohn (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wolfram Gewohn reopened WICKET-2448: Thanks for the quick reaction. The examples on wicketstuff.org now work fine, also in

[jira] Created: (WICKET-2469) Allow using a different FileItemFactory by extracting a method in MultipartServletWebRequest class

2009-09-15 Thread Esteban (JIRA)
Allow using a different FileItemFactory by extracting a method in MultipartServletWebRequest class -- Key: WICKET-2469 URL:

[jira] Updated: (WICKET-2469) Allow using a different FileItemFactory by extracting a method in MultipartServletWebRequest class

2009-09-15 Thread Esteban Masoero (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Esteban Masoero updated WICKET-2469: Attachment: refactor.diff Allow using a different FileItemFactory by extracting a method

svn commit: r815445 - in /wicket/trunk: wicket-examples/src/main/java/org/apache/wicket/examples/frames/ wicket-extensions/src/main/java/org/apache/wicket/extensions/captcha/kittens/ wicket-extensions

2009-09-15 Thread jdonnerstag
Author: jdonnerstag Date: Tue Sep 15 18:50:39 2009 New Revision: 815445 URL: http://svn.apache.org/viewvc?rev=815445view=rev Log: removed false @SuppressWarnings(unchecked) Modified: wicket/trunk/wicket-examples/src/main/java/org/apache/wicket/examples/frames/BodyFrame.java

svn commit: r815450 - in /wicket/trunk/wicket/src: main/java/org/apache/wicket/markup/html/tree/ main/java/org/apache/wicket/resource/loader/ main/java/org/apache/wicket/util/lang/ test/java/org/apach

2009-09-15 Thread jdonnerstag
Author: jdonnerstag Date: Tue Sep 15 19:01:34 2009 New Revision: 815450 URL: http://svn.apache.org/viewvc?rev=815450view=rev Log: added serialVersionUID where missing Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/tree/WicketTreeModel.java

svn commit: r815462 - in /wicket/trunk: wicket-datetime/src/main/java/org/apache/wicket/extensions/yui/calendar/ wicket-examples/src/main/java/org/apache/wicket/examples/compref/ wicket-examples/src/m

2009-09-15 Thread jdonnerstag
Author: jdonnerstag Date: Tue Sep 15 20:13:19 2009 New Revision: 815462 URL: http://svn.apache.org/viewvc?rev=815462view=rev Log: migrated code which was using deprecated methods Removed: wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/link/PageLink.java

svn commit: r815493 [2/2] - in /wicket/trunk: wicket-examples/src/main/java/org/apache/wicket/examples/ajax/prototype/ wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/ wi

2009-09-15 Thread jdonnerstag
Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/validation/validator/AbstractValidator.java URL: http://svn.apache.org/viewvc/wicket/trunk/wicket/src/main/java/org/apache/wicket/validation/validator/AbstractValidator.java?rev=815493r1=815492r2=815493view=diff

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

2009-09-15 Thread ivaynberg
Author: ivaynberg Date: Wed Sep 16 04:29:41 2009 New Revision: 815602 URL: http://svn.apache.org/viewvc?rev=815602view=rev Log: WICKET-2463 Ajax miltipart form submitting ignores setDefaultFormProcessing(false) Issue: WICKET-2463 Modified:

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

2009-09-15 Thread ivaynberg
Author: ivaynberg Date: Wed Sep 16 04:35:58 2009 New Revision: 815604 URL: http://svn.apache.org/viewvc?rev=815604view=rev Log: WICKET-2463 Ajax miltipart form submitting ignores setDefaultFormProcessing(false) Issue: WICKET-2463 Modified:

[jira] Resolved: (WICKET-2463) Ajax miltipart form submitting ignores setDefaultFormProcessing(false)

2009-09-15 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-2463. --- Resolution: Fixed Fix Version/s: 1.5-M1 1.4.2 Assignee:

[jira] Resolved: (WICKET-2432) Sending Ajax datas from Form with MultiPart(true) causing 302 - Moved Temporarily

2009-09-15 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-2432. --- Resolution: Cannot Reproduce Assignee: Igor Vaynberg tried with latest trunk, could

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

2009-09-15 Thread ivaynberg
Author: ivaynberg Date: Wed Sep 16 05:52:31 2009 New Revision: 815617 URL: http://svn.apache.org/viewvc?rev=815617view=rev Log: WICKET-2433 support multipart ajax in embedded forms Issue: WICKET-2433 Modified: