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