<tc:event>
can contain <f:ajax>
or <tc:operation>
tags.
This is helpfull if the parent component cannot handle operations by itself, for example
<tc:row/>
. In this case, the event
attribute of
<f:ajax/>
will be ignored.
<tc:row>
<tc:event>
<f:ajax execute=":::popup" render=":::popup" listener="..."/>
<tc:operation name="show" for=":::popup"/>
</tc:event>
</tc:row>