Hi,
try to put a Trigger component inside your Zone, this will ensure Your
function is called each time the zone renders

Regards
Eugen

2015-10-28 11:21 GMT+01:00 Poggenpohl, Daniel <
daniel.poggenp...@isst.fraunhofer.de>:

> Hello,
>
> we have a zone containing an element with a Mixin. An Ajax update reloads
> the zone contents and so should, if I understand it right, re-render the
> elements in the zone. So it should re-render the element with the Mixin.
>
> So basically, we have a
>
> <t:Zone t:id="someZone">
>                 <t:Any mixins="someMixin"/>
> </t:Zone>
>
> The Mixin has a method
> @AfterRender
> doSomething() {
>                 [...]
> }
>
> Why isn't the method called?
>
> Regards,
> Daniel
>

Reply via email to