I am creating a simple component with some JAVASCRIPT based on an HTML TEMPLATE and the BaseComponent. In other words, I did NOT create a specific class for the component. I now need to access the components ID within the <initialization> section of the .SCRIPT file. I thought about doing this through SYMBOLS, but from what I saw in the examples in the TAPESTRY IN ACTION book, I would need to create a specific class for the component and implement the renderComponent method. Is there any other way? One in which I could keep my HTML template, and NOT have to implement a new class?
Thank you, Raul --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
