I am noticing in a lot of the code that there are private member variables. That makes it very hard for someone who is extending the code, since they do not get access to those variables. Is there a reason for choosing private over protected?
Probably to protect the internal API of the tag. I'd be happy to accept patches to add protected accessor methods for those variables.
-pete
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
