[
https://jira.jboss.org/jira/browse/RF-6547?page=com.atlassian.jira.plugin...
]
Nick Belaevski reassigned RF-6547:
----------------------------------
Assignee: Tsikhon Kuprevich (was: Nick Belaevski)
calendar in table header broken after reRender
----------------------------------------------
Key: RF-6547
URL:
https://jira.jboss.org/jira/browse/RF-6547
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Reporter: Ilya Shaikovsky
Assignee: Tsikhon Kuprevich
Fix For: 3.3.1
after reRender calendar in header not works. calendar which placed outside - still
works.
table calendar init called two times while response processing according to a4j:log.
<h:form>
<h:panelGroup layout="block" id="cont">
<rich:calendar />
<rich:dataTable value="#{capitalsBean.capitals}" var="cap"
id="table" rows="20">
<rich:column
filterExpression="#{fn:containsIgnoreCase(cap.timeZone,
filteringBean.filterZone)}">
<f:facet name="header">
<rich:calendar />
</f:facet>
<h:outputText value="#{cap.timeZone}" />
</rich:column>
</rich:dataTable>
</h:panelGroup>
<a4j:commandButton value="submit" reRender="cont"/>
</h:form>
--
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