Re: Regression in 1.3.0-beta3(?)

2007-11-25 Thread Johannes Schneider
https://issues.apache.org/jira/browse/WICKET-1185 Johan Compagner wrote: please make a jira issue for this On Nov 22, 2007 9:49 PM, Johannes Schneider [EMAIL PROTECTED] wrote: I have the same problem with 1.3.0-rc1... I have tried to create a minimal example, but did not work... The

Re: Regression in 1.3.0-beta3(?)

2007-11-22 Thread Johannes Schneider
I have the same problem with 1.3.0-rc1... I have tried to create a minimal example, but did not work... The problem occurres within this project: http://cedarsoft.org/wicket/yaml-integration/index.html Regards, Johannes Schneider Igor Vaynberg wrote: have you tried it with trunk? -igor

Re: Regression in 1.3.0-beta3(?)

2007-11-22 Thread Johan Compagner
please make a jira issue for this On Nov 22, 2007 9:49 PM, Johannes Schneider [EMAIL PROTECTED] wrote: I have the same problem with 1.3.0-rc1... I have tried to create a minimal example, but did not work... The problem occurres within this project:

Re: Regression in 1.3.0-beta3(?)

2007-08-31 Thread Johannes Schneider
I don't use any AjaxFAllbackOrderByBorder or anything else in my code. So I think there must be another trigger for the bug, too. Johannes Schneider Jonas-21 wrote: I've been able to reproduce the problem with a these few classes: http://www.nabble.com/file/p12409279/Expected_close_tag.zip

Re: Regression in 1.3.0-beta3(?)

2007-08-31 Thread Igor Vaynberg
have you tried it with trunk? -igor On 8/31/07, Johannes Schneider [EMAIL PROTECTED] wrote: I don't use any AjaxFAllbackOrderByBorder or anything else in my code. So I think there must be another trigger for the bug, too. Johannes Schneider Jonas-21 wrote: I've been able to reproduce

Re: Regression in 1.3.0-beta3(?)

2007-08-30 Thread Jonas-21
We've run into the same issue after upgrading to beta3. We had to replace AjaxFallbackOrderByBorder with a 'normal' OrderByBorder to make our web app work again. Unfortunatly, I haven't been able to come up with a simple example that reproduces the problem. Have you? Johannes Schneider-3 wrote:

Re: Regression in 1.3.0-beta3(?)

2007-08-30 Thread Jonas-21
I've been able to reproduce the problem with a these few classes: http://www.nabble.com/file/p12409279/Expected_close_tag.zip Expected_close_tag.zip It seems to be caused by the problem that BorderBodyResolver warns about: Unlike OrderByBorder, AjaxFallbackOrderByBorder doesn't add the

Re: Regression in 1.3.0-beta3(?)

2007-08-30 Thread Igor Vaynberg
fixed, thanks -igor On 8/30/07, Jonas-21 [EMAIL PROTECTED] wrote: I've been able to reproduce the problem with a these few classes: http://www.nabble.com/file/p12409279/Expected_close_tag.zip Expected_close_tag.zip It seems to be caused by the problem that BorderBodyResolver warns about: