[richfaces-issues] [JBoss JIRA] Commented: (RF-6274) Calendar: re-rendering inside table breaks calendar

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Fri Feb 20 11:33:44 EST 2009


    [ https://jira.jboss.org/jira/browse/RF-6274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12453535#action_12453535 ] 

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

        



More information about the richfaces-issues mailing list