Hi,

I am trying to refresh two zones on the same time with one ajax action. 
Java,

@Inject
Block b1;

@Inject
Block b2;

onActionTest() {
 return b1, b2;
}

Tml,

<t:actionLink t:id="test" t:zone="z1, z2">Test</actionLink>

<t:zone t:id="z1"/>
<t:zone t:id="z2"/>

I think it is not possible this way. Is there another way to do it ?

If you need more info, do not hesitate to ask.

Thanks in advance,

Julien Ruchaud

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to