Could you use ... ?

@InjectContainer
private ClientElement container;

void afterRender() {
    container.getClientId();
}

Steve.

On 25 October 2011 16:53, Lenny Primak <lpri...@hope.nyc.ny.us> wrote:
> I guess I now have an infamous situation,
> a component inside a zone, which has a mixin.
>
> The mixin gets the client ID of it's component, which works great, until the 
> zone gets updated.
>
> The zone now has random-ish client ID for the component.  How do I fix my 
> mixin so it gets the new client ID?
>
> Thanks
>
>
>
> ---------------------------------------------------------------------
> 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

Reply via email to