I'm not. Here's what I'm doing:
«
<select t:type="select" t:id="fieldSelect" t:value="fii"
t:model="fieldModel" t:blankOption="NEVER" t:zone="valueZone"/>
<t:zone t:id="valueZone">
${dateNow}
<t:delegate t:to="currentValueBlock"/>
</t:zone>
»
void onActivate() {
dateNow = new Date();
}
»
I see that the onActivate is called each time I change the value on the
select. However the date doesn't change (from the first time the page is
rendered), neither the currentValueBlock is called.
On 20-12-2010 22:05, Mark wrote:
How are you setting up the Select to trigger an event?
On Mon, Dec 20, 2010 at 12:01 PM, Sergio Esteves<
sergio.este...@xpand-it.com> wrote:
Hi all,
I have a select which updates a zone; that zone has a delegate that calls a
function to return an active block. The problem is, when I change the value
of the select that function is not called, what could be wrong?
Thank you.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org