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

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

svn commit: r815631 - /wicket/trunk/wicket/src/main/java/org/apache/wicket/protocol/http/servlet/MultipartServletWebRequest.java

2009-09-15 Thread ivaynberg
Author: ivaynberg Date: Wed Sep 16 06:38:53 2009 New Revision: 815631 URL: http://svn.apache.org/viewvc?rev=815631&view=rev Log: WICKET-2469 make diskfileitemfactory customizable Issue: WICKET-2469 Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/protocol/http/servlet/MultipartS

svn commit: r815630 - /wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/protocol/http/servlet/MultipartServletWebRequest.java

2009-09-15 Thread ivaynberg
Author: ivaynberg Date: Wed Sep 16 06:37:55 2009 New Revision: 815630 URL: http://svn.apache.org/viewvc?rev=815630&view=rev Log: WICKET-2469 make diskfileitemfactory customizable Issue: WICKET-2469 Modified: wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/protocol/http/se

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

2009-09-15 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-2448. --- Resolution: Invalid Assignee: Igor Vaynberg (was: Johan Compagner) the examples work

[jira] Reopened: (WICKET-2462) Would it possible add chinese resource label for WizardButton eg. CancelButton, NextButton and PreviousButton etc.

2009-09-15 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg reopened WICKET-2462: --- > Would it possible add chinese resource label for WizardButton eg. > CancelButton, NextButton

[jira] Resolved: (WICKET-2462) Would it possible add chinese resource label for WizardButton eg. CancelButton, NextButton and PreviousButton etc.

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

[jira] Resolved: (WICKET-2462) Would it possible add chinese resource label for WizardButton eg. CancelButton, NextButton and PreviousButton etc.

2009-09-15 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-2462. --- Resolution: Fixed > Would it possible add chinese resource label for WizardButton eg. > Can

svn commit: r815626 - in /wicket/trunk/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard: Wizard_zh_CN.xml Wizard_zh_TW.xml

2009-09-15 Thread ivaynberg
Author: ivaynberg Date: Wed Sep 16 06:22:43 2009 New Revision: 815626 URL: http://svn.apache.org/viewvc?rev=815626&view=rev Log: WICKET-2462 CN translations for wizard Issue: WICKET-2462 Added: wicket/trunk/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/Wizard_zh_CN.xml

svn commit: r815625 - in /wicket/branches/wicket-1.4.x/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard: Wizard_zh_CN.xml Wizard_zh_TW.xml

2009-09-15 Thread ivaynberg
Author: ivaynberg Date: Wed Sep 16 06:22:07 2009 New Revision: 815625 URL: http://svn.apache.org/viewvc?rev=815625&view=rev Log: WICKET-2462 - CN translations for wizard Issue: WICKET-2462 Added: wicket/branches/wicket-1.4.x/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard

svn commit: r815623 - /wicket/trunk/wicket/src/main/java/org/apache/wicket/protocol/http/request/CryptedUrlWebRequestCodingStrategy.java

2009-09-15 Thread ivaynberg
Author: ivaynberg Date: Wed Sep 16 06:16:39 2009 New Revision: 815623 URL: http://svn.apache.org/viewvc?rev=815623&view=rev Log: WICKET-2466 update javadoc Issue: WICKET-2466 Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/protocol/http/request/CryptedUrlWebRequestCodingStrateg

[jira] Assigned: (WICKET-2453) Form.findForm(Component c) bug. When form is part of Border and form component like TextField is inside another Border , component cannot resolve its form.

2009-09-15 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg reassigned WICKET-2453: - Assignee: Juergen Donnerstag > Form.findForm(Component c) bug. When form is part of Bord

[jira] Resolved: (WICKET-2466) javadoc the CryptedUrlWebRequestCodingStrategy needs to be update/corrected to reflect the usage of session-id for encryption and hence URLs which were bookmarkable befo

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

svn commit: r815620 - /wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/protocol/http/request/CryptedUrlWebRequestCodingStrategy.java

2009-09-15 Thread ivaynberg
Author: ivaynberg Date: Wed Sep 16 06:12:28 2009 New Revision: 815620 URL: http://svn.apache.org/viewvc?rev=815620&view=rev Log: WICKET-2466 update javadoc Issue: WICKET-2466 Modified: wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/protocol/http/request/CryptedUrlWebRequ

[jira] Resolved: (WICKET-2433) Ajax support for multipart forms broken in a nested form

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

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=815617&view=rev Log: WICKET-2433 support multipart ajax in embedded forms Issue: WICKET-2433 Modified: wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/ajax/wicket-a

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

2009-09-15 Thread ivaynberg
Author: ivaynberg Date: Wed Sep 16 05:51:39 2009 New Revision: 815616 URL: http://svn.apache.org/viewvc?rev=815616&view=rev Log: WICKET-2433 support multipart ajax in embedded forms Issue: WICKET-2433 Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/ajax/wicket-ajax.js Modified:

[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 no

[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: Ig

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=815604&view=rev Log: WICKET-2463 Ajax miltipart form submitting ignores setDefaultFormProcessing(false) Issue: WICKET-2463 Modified: wicket/branches/wicket-1.4.x/wicket/src/main/java/

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=815602&view=rev Log: WICKET-2463 Ajax miltipart form submitting ignores setDefaultFormProcessing(false) Issue: WICKET-2463 Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket

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=815493&r1=815492&r2=815493&view=diff

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=815462&view=rev Log: migrated code which was using deprecated methods Removed: wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/link/PageLink.java wicket/trunk/wi

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=815450&view=rev Log: added serialVersionUID where missing Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/tree/WicketTreeModel.java wicket/trunk/wicket

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=815445&view=rev Log: removed false @SuppressWarnings("unchecked") Modified: wicket/trunk/wicket-examples/src/main/java/org/apache/wicket/examples/frames/BodyFrame.java wicket/tr

[CONF] Apache Wicket > Index

2009-09-15 Thread confluence
Index Page edited by Jeremy Levy Now that 1.4 is released I think this is no longer relevant Now that 1.4 is released I think this is no longer relevant Bookmarkable URL Linking to the wikiTo help with the serv

[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

[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: https://issues.apache.org/jira/browse/WICKE

[jira] Created: (WICKET-2468) AjaxLazyLoadPanel do not respect especific projects components configuration

2009-09-15 Thread Pedro Santos (JIRA)
AjaxLazyLoadPanel do not respect especific projects components configuration Key: WICKET-2468 URL: https://issues.apache.org/jira/browse/WICKET-2468 Project: Wicket

[jira] Updated: (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 updated WICKET-2448: --- Comment: was deleted (was: Thanks for the quick reaction. The examples on wicketstuff.org no

[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 Firefox

[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-tabpanel&focusedCommentId=12755517#action_12755517 ] Wolfram Gewohn commented on WICKET-2448: Thanks for the quick reaction. The exampl

[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 Proj

[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: wicketShow('test

[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-tabpanel&focusedCommentId=12706805#action_12706805 ] Pedro Santos edited comment on WICKET-2262 at 9/15/09 4:12 AM: -

[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 IAjax