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

[747 byte] By [x_oko_xa] at [2007-10-3 0:28:46]
# 1
It's seem that you want to do, is to control the lost focus for your component. The good attribute is onblur normaly.regardsWilliam
WilliamBecka at 2007-7-14 17:21:36 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
Thank You very much that solved my problem :)
x_oko_xa at 2007-7-14 17:21:36 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...