What errors do you see? 2008/10/7 Walid Iguer <[EMAIL PROTECTED]>
> 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 >