Hi,

I'm looking for a way to dynamically implement a "type" of Component.

Do you have a solution?

Currently, I do this: (the method does not like me)

   ...
  <t:if test="useComponent1">
       <div t:type="myComponent1">
   </t:if>

   <t:if test="useComponent2">
       <div t:type="myComponent2">
   </t:if>
   <t:if test="useComponent3">
       <div t:type="myComponent3">
   </t:if>
   ....


Thanks,

Wig

Reply via email to