Re: AJAX zone refresh not working in IE9 and IE10

2013-08-29 Thread Jonathan Martin
e page. This is why the null check fixed my earlier problem, but the issue is still occurring in code that is more complicated. Any ideas on why 'setupRender' is being called each time an action/event link is clicked? On 8/28/2013 3:52 PM, Jonathan Martin wrote: * Although I fixed my o

Re: AJAX zone refresh not working in IE9 and IE10

2013-08-28 Thread Jonathan Martin
parent page or component, or the request is not Ajax. On 22 August 2013 01:18, Jonathan Martin wrote: 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

Re: AJAX zone refresh not working in IE9 and IE10

2013-08-21 Thread Jonathan Martin
x27;onAction' method, effectively overwriting the value set in the 'onAction' method. Therefore I changed 'setupRender' to this: void setupRender() { if (_selectedBlockEnum == null) { _selectedBlockEnum = StoreFrontBlocks.HOME; } } -Jonat

Re: AJAX zone refresh not working in IE9 and IE10

2013-08-20 Thread Jonathan Martin
efore initializing for partial page render. [at context:Start.tml, line 102]* Hopefully this provides some clue as to what's happening. On 8/19/2013 4:15 PM, Thiago H de Paula Figueiredo wrote: On Mon, 19 Aug 2013 16:15:47 -0300, Jonathan Martin wrote: Tapestry version 5.3.6 Hmm, it should

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: Gree

AJAX zone refresh not working in IE9 and IE10

2013-08-19 Thread Jonathan Martin
and java code below. Thanks in advance. -Jonathan Martin *** tml file *** About Papers and Presentations *** end of tml *** *** java file *** @Inject private Block _aboutBlock; @Inject private Block _techPapersBlock; @Persist private StoreF

DateField popup position

2013-04-12 Thread Jonathan Martin
I'm using v5.3.6 and created a DateField object in my form but the position of the calendar popup is offset from the text field/icon regardless of which browser I use. It appears at a fixed distance from the left border of the browser winder instead of being relative to the widget button. Is th