Yeah, we can do that. Only disadvantage is that overriding classes should not forget to call super, but FormComponents should do that anyway.
Eelco On 10/8/06, Matej Knopp <[EMAIL PROTECTED]> wrote:
What do we need that for? Can't it be just done inside onComponentTag? This way disabled="disabled" is always put to tag, even for SubmitLink, where it doesn't make sense. And there's no way to remove "disabled" in SubmitLink#onComponentTag, because the attribute is put there after onComponentTag. -Matej
