Hello,

In T4, I have a custom component (TabGroup) in a @For loop. The
component has a @DirectLink to manipulate itself. Now I have the
problem, that the @For-loop creates only one instance of my component
and reuses it in every loop. And thus if I click on the components
DirectLink to manipulate one of tthem, all of them are manipulated
instead of just one.

If I use the TabGroup component outside of the @For loop, it just works fine.

Is there a way to tell the @For component to create on every loop a
new instance of the TabGroup component?


Thanks for your help.

Greetings
Reto

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to