Re: Issue in 6.8.0

2013-05-21 Thread Martin Grigorov
Hi Maxim, I guess it is related to AjaxRequestAttributes#setAllowDefault(true|false) or AjaxRequestAttributes#setEventPropagation(AjaxRequestAttributes.EventPropagation.XYZ). But since the static nature of org.apache.wicket.ajax.form.AjaxFormValidatingBehavior I'm not sure how you should use

Re: Issue in 6.8.0

2013-05-21 Thread Sven Meier
Hi Maxim, the case is clear, no need for a quickstart. Sven On 05/21/2013 08:59 AM, Maxim Solodovnik wrote: Martin, Thanks for the quick reply! I see no other way than copy paste AjaxFormValidatingBehavior, so I'll file JIRA issue. Is it OK if will create it without quickstart? On Tue,

Re: Issue in 6.8.0

2013-05-21 Thread Maxim Solodovnik
Done https://issues.apache.org/jira/browse/WICKET-5194 On Tue, May 21, 2013 at 2:09 PM, Sven Meier s...@meiers.net wrote: Hi Maxim, the case is clear, no need for a quickstart. Sven On 05/21/2013 08:59 AM, Maxim Solodovnik wrote: Martin, Thanks for the quick reply! I see no other

RE: Issue in 6.8.0

2013-05-21 Thread Paul Bors
WICKET-5194 does not have fix version yet, does that mean is not a show stopper for the release of 6.8.0? ~ Thank you, Paul Bors -Original Message- From: Maxim Solodovnik [mailto:solomax...@gmail.com] Sent: Tuesday, May 21, 2013 3:39 AM To: users@wicket.apache.org Subject: Re: Issue

Re: Issue in 6.8.0

2013-05-21 Thread Martin Grigorov
On Tue, May 21, 2013 at 5:36 PM, Paul Bors p...@bors.ws wrote: WICKET-5194 does not have fix version yet, does that mean is not a show stopper for the release of 6.8.0? 6.8.0 is already released. This ticket cannot stop it :-) If there is a major issue with it then we will release 6.8.1, but

Re: Issue in 6.8.0

2013-05-21 Thread Maxim Solodovnik
What date 6.9.0 is scheduled? It seems to be blocker for us :( On Tue, May 21, 2013 at 9:43 PM, Martin Grigorov mgrigo...@apache.orgwrote: On Tue, May 21, 2013 at 5:36 PM, Paul Bors p...@bors.ws wrote: WICKET-5194 does not have fix version yet, does that mean is not a show stopper for the

RE: Issue in 6.8.0

2013-05-21 Thread Paul Bors
Yup, I see it in maven central too. Thanks for taking the time to explain the new bug found, I'll check our product to see if it's affected. ~ Thank you, Paul Bors -Original Message- From: Martin Grigorov [mailto:mgrigo...@apache.org] Sent: Tuesday, May 21, 2013 10:44 AM To:

RE: Issue in 6.8.0

2013-05-21 Thread Paul Bors
See Wicket's Jira queue: https://issues.apache.org/jira/browse/WICKET As well as your own ticket: https://issues.apache.org/jira/browse/WICKET-5194 However, as Martin explained this might be a patch on the minor release for 6.8.1. Can you roll-back to 6.7.0 for now? Or can you create a patch

Re: Issue in 6.8.0

2013-05-21 Thread Martin Grigorov
Maxim, On Tue, May 21, 2013 at 5:53 PM, Maxim Solodovnik solomax...@gmail.comwrote: What date 6.9.0 is scheduled? It seems to be blocker for us :( You can copy/paste the whole class temporarily until 6.9.0 is released and apply the patch by Andrea. On Tue, May 21, 2013 at 9:43 PM,

Re: Issue in 6.8.0

2013-05-21 Thread Maxim Solodovnik
Martin, Thanks, I'll try that On Tue, May 21, 2013 at 9:59 PM, Martin Grigorov mgrigo...@apache.orgwrote: Maxim, On Tue, May 21, 2013 at 5:53 PM, Maxim Solodovnik solomax...@gmail.com wrote: What date 6.9.0 is scheduled? It seems to be blocker for us :( You can copy/paste the

RE: IE7 Submit button stops working

2013-05-21 Thread Arseneault, Matthew R
Just out of curiosity did you set the type when you were using the button element? W3C notes that different browsers use different default types for buttons. Also probably more to your issue, they recommend not using the button element in html forms since the browsers may submit different

Apache Wicket 6.8.0 released

2013-05-21 Thread Martijn Dashorst
The Apache Wicket PMC is proud to announce Apache Wicket 6.8.0! This release marks the seventh minor release of Wicket 6. Starting with Wicket 6 we use semantic versioning for the future development of Wicket, and as such no API breaks are present in this release compared to 6.0.0. Using this

use ajaxbutton to export *.pgf or *.excel

2013-05-21 Thread fan wang
when i use an AjaxButton : ERROR: Wicket.Ajax.Call.failure: Error while parsing response: Error: Invalid XML: -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/use-ajaxbutton-to-export-pgf-or-excel-tp4658954.html Sent from the Users forum mailing list archive at

Re: use ajaxbutton to export *.pgf or *.excel

2013-05-21 Thread Ernesto Reinaldo Barreiro
see https://cwiki.apache.org/WICKET/ajax-update-and-file-download-in-one-blow.html On Wed, May 22, 2013 at 6:34 AM, fan wang xingfan_w...@live.cn wrote: when i use an AjaxButton : ERROR: Wicket.Ajax.Call.failure: Error while parsing response: Error: Invalid XML: -- View this message

Re: Deserialization InvalidClassException : no valid constructor

2013-05-21 Thread smallufo
Thanks. But in my example , I cannot modify BufferedImage (to add a no-arg constructor) What should I do if I want to output a BufferedImage (and make back button work) ? 2013/5/14 Jonas barney...@gmail.com This could only work if BufferedImage itself had a no-arg constructor. It is it the