Problem when extend from HtmlInputText
Hello everyone I have a question.
I have a custom date component that extends from HtmlInputText. I want to add to my component a new event (onfocusout) there are some events implemented in HtmlInputText but not this one.
I add onfocusout attribute to my tld file also I add it to my tag in jsp page and I create a get and set method in my DateTimeTag class. Next I add onfocusout to my attribute map. Then i deploy and start app, but when I look into source of my page I can't see the attribute onfocusout in <inupt type="text">.
Could someone tell me how can I add a new attribute to my component (remeber that my component extends from HtmlInputText)?
Any help wold be appreciated
Regards
Tom

