Re: Wicket.replaceOuterHtml problems in Gecko

2010-03-17 Thread Martijn Dashorst
On Wed, Mar 17, 2010 at 10:28 AM, Martin Grigorov wrote: > Hi Martijn, > > I have two problems with your filter: > 1) The main problem is that our pages does not have XHTML doctype. > The pages are XML well formed but this is not enough. > I tried once to set this doctype and the browsers rendered

Re: Wicket.replaceOuterHtml problems in Gecko

2010-03-17 Thread Martin Grigorov
Hi Martijn, I have two problems with your filter: 1) The main problem is that our pages does not have XHTML doctype. The pages are XML well formed but this is not enough. I tried once to set this doctype and the browsers rendered them in a very funny (and broken) way. The HTML and probably CSS wil

Re: Wicket.replaceOuterHtml problems in Gecko

2010-03-17 Thread martin-g
--------- >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org >> For additional commands, e-mail: users-h...@wicket.apache.org >> >> > > - > To unsubscribe, e-

Re: Wicket.replaceOuterHtml problems in Gecko

2010-03-17 Thread Martijn Dashorst
Shameless plug (but it has helped our company's HTML considerably): You could consider using the html validator filter for that (http://github.com/dashorst/wicket-stuff-markup-validator) Martijn On Tue, Mar 16, 2010 at 6:10 PM, Igor Vaynberg wrote: > i have seen that happen when you have invali

Re: Wicket.replaceOuterHtml problems in Gecko

2010-03-16 Thread Igor Vaynberg
i have seen that happen when you have invalid markup. like a div inside a span, or a div directly inside a tr. check your page for stuff like that. -igor On Tue, Mar 16, 2010 at 10:02 AM, Martin Grigorov wrote: > Hi, > > I'm experiencing a weird problem with Wicket Ajax in Firefox 3.6 (I > didn'

Wicket.replaceOuterHtml problems in Gecko

2010-03-16 Thread Martin Grigorov
Hi, I'm experiencing a weird problem with Wicket Ajax in Firefox 3.6 (I didn't test in older versions of FF). Basically my code looks like this: final TextField textField = new TextField("text", new PropertyModel(this, "text")); textField.setOutputMarkupId(true); textField.setOutputMarkupPlaceho