Hi,
I am trying to use the valueChangeListener for t:inputCalendar. But, it is not getting invoked. I get a SocketException whenever i click on the calendar button. I tried to use the validator attribute as well and also tried for a custom validator. But, it does not seem to work. Listed below is my
JSF code.
<h:form id="dummyForm">
<h:panelGrid columns="3">
<t:inputCalendar id="RedemDateCldr" popupDateFormat="dd/MM/yyyy"
renderAsPopup="true" required="true" value="#{dateSelector.date}"
size="10" renderPopupButtonAsImage="true"
valueChangeListener="#{dateSelection.validate}" immediate="false">
</t:inputCalendar>
</h:panelGrid>
</h:form>
I have added the tomahawk 1.1.5 jar and the ExtensionFilter to web.xml.
Please help me to resolve this issue.
Thanks in advance,
Nandish