[
https://issues.jboss.org/browse/RF-12505?page=com.atlassian.jira.plugin.s...
]
Francesco Croci commented on RF-12505:
--------------------------------------
I'm using richfaces 4.3.3 (glassfish 3.1.2.2, Firefox 23) and still not working.
Here my code (following the example of Ilya here(http://relation.to/12480.lace)):
<rich:calendar
id="billPeriod"
value="#{adminModel.billPeriodForSAP}"
popup="false"
showWeekDaysBar="false"
showFooter="false"
styleClass="special"
datePattern= "MM-yyyy"
oncurrentdateselected="alert('Hello')"
locale="#{adminModel.locale}">
<a4j:ajax event="change" render="out"/>
</rich:calendar>
<h:outputText value="--#{adminModel.billPeriodForSAP}" id="out"
/>
bean value not set and no alert...
rich:calendar @oncurrentdateselect not working
----------------------------------------------
Key: RF-12505
URL:
https://issues.jboss.org/browse/RF-12505
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: component-input
Affects Versions: 4.3.0.M1
Environment: RichFaces 4.3.0-SNAPSHOT
Metamer 4.3.0-SNAPSHOT
Apache Tomcat 7.0.29 / Jboss AS 7.1
OpenJDK Runtime Environment 1.6.0_24-b24 @ Linux
Firefox 15.0 @ Linux x86_64
Reporter: Jiří Štefek
Assignee: Luca Nardelli
Fix For: 4.3.0.M3
The event @oncurrentdateselect is never triggered.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira