> Fair enough... I'm thinking If I have to subclass and create > this attribute would there be any forseeable harm in making an > "unsupportedAttribute" and pass in the key/value pair combination > to be rendered (IE. <html:textarea unsupportedAttribute="wrap='hard'" > property="description" cols="30" rows="2"/>) that way I don't > have to go through this every time I need to use a new attribute.
What happens if you need to use two unsupported attributes in a single tag? I'd just extend the tag and do it right... How many browser specific attributes are there? -- Wendy Smoak Application Systems Analyst, Sr. ASU IA Information Resources Management --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

