Hi,
Lets say I have 2
JSP tag classes called GenericTag and SpecificTag, where SpecificTag extends
GenericTag. GenericTag is never meant to be used directly in a page, and could
perhaps be declared abstract.
GenericTag also has
1 attribute called "attribute1". Specific tag has one attribute called
"attribute2".
When declaring the
SpecifcTag in my .tld file, do I need to list both attributes, or just
attrribute2? The broader question is if I have 100 tags that extend GenericTag
do I really have to redeclare "attribute1" 100 times?
Thanks.
---You are currently subscribed to jdjlist as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
http://www.sys-con.com/fusetalk
