Hello everybody, Since TEXTAREA doesn't have a MAXLENGTH attribute (which is quite useful, by the way), I wanted to implement my own solution using behaviours (hfc) to alter the standard TEXTAREA element. However, I've realized that this is not compatible with Struts' tag, since TLD validation throws a validation exception (it detects an attribute that does not belong to the standard HTML element nor the tag specification). I'd really like to use this solution(no Validator framework or anything else). Is it possible?
I've thought about turning off XML validation. Not sure if this is possible with Struts and, if possible, I'm not sure I'd buy that with the implied tradeoff. Ideas anybody? Regards, Freddy. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]