Re: T41: how to render the ID attribute in an abstract component

2006-12-13 Thread Jesse Kuhnert
just call "renderIdAttribute(writer,cycle)" On 12/13/06, Ron Piterman <[EMAIL PROTECTED]> wrote: Hi all, I have an custom component which is inheriting from AbstractComponent - it is a custom image, which renders - now what would be the right way to render the ID attribute into it ( the clientI

T41: how to render the ID attribute in an abstract component

2006-12-13 Thread Ron Piterman
Hi all, I have an custom component which is inheriting from AbstractComponent - it is a custom image, which renders - now what would be the right way to render the ID attribute into it ( the clientId which is auto generated... or an informal id parameter) ? Cheers, Ron