Re: AJAX zone refresh not working in IE9 and IE10

2013-08-29 Thread Jonathan Martin
After some debugging, I've found that when a zone update is initiated all browsers call the 'onAction' function associated with the clicked action or event link. However, only IE9 and IE10 proceed to call 'setupRender' and do a full page refresh, resetting the entire page. This is why the null

Re: AJAX zone refresh not working in IE9 and IE10

2013-08-28 Thread Jonathan Martin
* Although I fixed my original issue, I'm getting the same exception elsewhere. Every case I find this error occurring, it involves an actionlink trying to do a zone update. It is my understanding that this invokes an AJAX request and, for some reason I have not found yet, only IE9 and IE10 thr

Re: AJAX zone refresh not working in IE9 and IE10

2013-08-21 Thread Geoff Callender
Are you sure that's what was happening - how is it IE-related? If the zone to update is *inside* the page or component that has a setupRender(), then setupRender() *will not be called* during handling of an Ajax event request (see http://jumpstart.doublenegative.com.au/jumpstart/examples/ajax/what

Re: AJAX zone refresh not working in IE9 and IE10

2013-08-21 Thread Jonathan Martin
I figured out what was happening. I was using the 'setupRender' method to set the default value for the enumeration, like this: void setupRender() { _selectedBlockEnum = StoreFrontBlocks.HOME; } I didn't realize until now that this method is called after an 'onAction' method, ef

Re: AJAX zone refresh not working in IE9 and IE10

2013-08-20 Thread Jonathan Martin
Here's what the error console looks like after I click on a link:* **HTML1114: Codepage utf-8 from (HTTP header) overrides conflicting codepage iso-8859-1 from (META tag) ** **start.showabout;jsessionid=1a4um0obrqkoj1a9azzoceuogx** **HTML1113: Document mode restart from Quirks to IE9 Standards *

Re: AJAX zone refresh not working in IE9 and IE10

2013-08-19 Thread Thiago H de Paula Figueiredo
On Mon, 19 Aug 2013 16:15:47 -0300, Jonathan Martin wrote: Tapestry version 5.3.6 Hmm, it should have an up-to-date version. Have you checked the browser error console for JavaScript errors? On 8/19/2013 2:22 PM, Thiago H de Paula Figueiredo wrote: Hi! Whch Tapestry version? Old one

Re: AJAX zone refresh not working in IE9 and IE10

2013-08-19 Thread Jonathan Martin
Tapestry version 5.3.6 On 8/19/2013 2:22 PM, Thiago H de Paula Figueiredo wrote: Hi! Whch Tapestry version? Old ones use an old version of Prototype that didn't support IE9 and IE10 yet. Your code and template look ok. On Mon, 19 Aug 2013 12:07:25 -0300, Jonathan Martin wrote: Greetings,

Re: AJAX zone refresh not working in IE9 and IE10

2013-08-19 Thread Thiago H de Paula Figueiredo
Hi! Whch Tapestry version? Old ones use an old version of Prototype that didn't support IE9 and IE10 yet. Your code and template look ok. On Mon, 19 Aug 2013 12:07:25 -0300, Jonathan Martin wrote: Greetings, I'm having issues with the zone refresh from an AJAX request in Internet Explorer

AJAX zone refresh not working in IE9 and IE10

2013-08-19 Thread Jonathan Martin
Greetings, I'm having issues with the zone refresh from an AJAX request in Internet Explorer 9 and 10 (it works fine in IE8, firefox, and chrome). I will click on the link and the new content will appear in the zone for about a half-second, then revert back to the original content. Request.isX