Re: [Wicket-user] AjaxPagingNavigator in Internet Explorer

2006-08-27 Thread Matej Knopp
Hmm.. The bug is fixed, we've been adding paging navigator to response even if the parent container has already been added. -Matej Matej Knopp wrote: > Great, the latest doesn't seem to work in IE either. Martijn, are you > listening? We need to postpone the release a bit. > > -Matej > > Igor

Re: [Wicket-user] AjaxPagingNavigator in Internet Explorer

2006-08-27 Thread Matej Knopp
Great, the latest doesn't seem to work in IE either. Martijn, are you listening? We need to postpone the release a bit. -Matej Igor Vaynberg wrote: > try the latest 1.2 from svn or wait for the official 1.2.2 tomorrow > > -Igor > > > On 8/26/06, *Koji Lin* <[EMAIL PROTECTED]

Re: [Wicket-user] AjaxPagingNavigator in Internet Explorer

2006-08-26 Thread Igor Vaynberg
try the latest 1.2 from svn or wait for the official 1.2.2 tomorrow-IgorOn 8/26/06, Koji Lin <[EMAIL PROTECTED] > wrote:No i didnt change the example.i just put the wicket-examples-1.2.1.war into my tomcatand just runs the examplehttp://localhost:8080/wicket-examples-1.2.1/ajax?wicket:bookmarkable

Re: [Wicket-user] AjaxPagingNavigator in Internet Explorer

2006-08-26 Thread Koji Lin
No i didnt change the example. i just put the wicket-examples-1.2.1.war into my tomcat and just runs the example http://localhost:8080/wicket-examples-1.2.1/ajax?wicket:bookmarkablePage=:wicket.examples.ajax.builtin.PageablesPage the IE will complain the error so i try to download wicket-examples

Re: [Wicket-user] AjaxPagingNavigator in Internet Explorer

2006-08-26 Thread Igor Vaynberg
right - that error is because the td is updated. i dont understand why the first time it shows just the table but the second time the table and the pager - did you change anything? why does it change behavior all of a sudden? -IgorOn 8/26/06, Koji Lin <[EMAIL PROTECTED]> wrote: Thanks Igor,but

Re: [Wicket-user] AjaxPagingNavigator in Internet Explorer

2006-08-26 Thread Koji Lin
Thanks Igor, but the original example(i downloaded and never modify, i just put the war in tomcat ). the example will make the table is updated - and then only the td containing the navigator is updated(found in wicket ajax debug window). The page renders well but ajax debug windows shows the

Re: [Wicket-user] AjaxPagingNavigator in Internet Explorer

2006-08-26 Thread Igor Vaynberg
the difference is that in the original example the entire table is updated - where as in your example the table is updated - which works fine - and then only the td containing the navigator is updated - which causes the error. outerhtml: http://www._javascript_kit.com/javatutors/dynamiccontent2.sht

Re: [Wicket-user] AjaxPagingNavigator in Internet Explorer

2006-08-26 Thread Koji Lin
thanks what means outerhtml? I foud in http://www.wicket-library.com/wicket-examples/ajax?wicket:bookmarkablePage=wicket-0:wicket.examples.ajax.builtin.PageablesPage the ajax reponse looks like this ** but the same examples in my environment runs like this * * Looks the second ** makes IE choke

Re: [Wicket-user] AjaxPagingNavigator in Internet Explorer

2006-08-26 Thread Igor Vaynberg
you cannot update tr/td/tbody and a few others via outerhtml which is how our ajax updates work - it makes IE choke.-IgorOn 8/26/06, Koji Lin <[EMAIL PROTECTED]> wrote:Hi. Sorry, i didnt write this in the previous mailwhen i try the wicketexamples(wicket.examples.ajax.builtin.PageablesPage) in the