[
https://jira.jboss.org/jira/browse/RF-6274?page=com.atlassian.jira.plugin...
]
Nick Belaevski commented on RF-6274:
------------------------------------
<rich:dataTable id="myTable" width="100%"
value="#{forum5Bean.data}"
var="item" rows="15">
<rich:column>
<f:facet name="header">
<h:inputText value="">
<a4j:support event="onkeyup" eventsQueue="queue"
reRender="myTable" ajaxSingle="true"
ignoreDupResponses="true" />
</h:inputText>
</f:facet>
<h:outputFormat value="#{item.value}" escape="false" />
</rich:column>
<rich:column>
<f:facet name="header">
<rich:calendar popup="true" id="myDate"
showApplyButton="false"
cellWidth="24px" cellHeight="22px"
style="width:200px">
<a4j:support event="onchanged" eventsQueue="queue"
reRender="myTable" ajaxSingle="true"
ignoreDupResponses="true" />
</rich:calendar>
</f:facet>
<h:outputText value="#{item.value}" />
</rich:column>
</rich:dataTable>
Calendar: re-rendering inside table breaks calendar
---------------------------------------------------
Key: RF-6274
URL:
https://jira.jboss.org/jira/browse/RF-6274
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Environment: IE7/FF3
Reporter: Nick Belaevski
Assignee: Pavel Yaschenko
Fix For: Future
--
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