Hi, I want to submit the value of the component when the focus changes. I am using the HtmlInputDate class to create the t:inputDate component dynamically. However, I cannot find a setOnBlur method in this class. Strangely, the attribute appears on the TLD document of tomahawk [1] but not on the javadocs of HtmlInputDate [2].
How do I set onblur using HtmlInputDate? Is there any other way I can submit values? Regards, Aneesha [1] http://myfaces.apache.org/tomahawk/tlddoc/t/inputDate.html [2] http://myfaces.apache.org/tomahawk/apidocs/org/apache/myfaces/custom/date/HtmlInputDate.html

