Hi guys, In order of improving the rendering of my component (called C), I don't use anymore html template for this component (no ognl, ...etc). But my component needs to render multiple partialLinks (from the Tacos library) with different parameters. My problem is that I don't see how to construct dynamically partialLinks: the listener is the same for each link, refreshParts too, only the parameter (a bean) changes. Do I have to insert in the C.jwc a partialLink component (with no parameter for example) and configure it in the renderComponent method ? Thank you for your help.
Did P.S.: my component already exists in a "html format" and it works. P.S.2: I hope that the rendering process will be faster because there are about 50 to 100 PartialLinks to generate. P.S.3: I love the Tacos library. It's very excellent! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
