Calendar: Including rich:effect within rich:calendar prevents date numbers in calendar
pop-up from rendering.
--------------------------------------------------------------------------------------------------------------
Key: RF-8178
URL:
https://jira.jboss.org/jira/browse/RF-8178
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-input
Affects Versions: 3.3.2.SR1
Reporter: Tom McCobb
Priority: Minor
When including a rich:effect tag within a rich:calendar, the date numbers in the calendar
pop-up will not render (see attachment).
Code:
<a4j:outputPanel id="enddate" layout="block">
<rich:calendar value="#{adminLog.endDate}"
required="true" popup="true"
datePattern="M/d/yyyy" enableManualInput="true">
<rich:effect event="onchanged" type="Highlight"
params="#{display.inputEffectParams}" />
</rich:calendar>
</a4j:outputPanel>
This was not a problem in 3.1.x
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira