[richfaces-issues] [JBoss JIRA] Created: (RF-1999) a4j:support doesn't work inside scrollableDataTable.

Sergey Halipov (JIRA) jira-events at lists.jboss.org
Wed Jan 23 09:31:21 EST 2008


a4j:support doesn't work inside scrollableDataTable.
----------------------------------------------------

                 Key: RF-1999
                 URL: http://jira.jboss.com/jira/browse/RF-1999
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.0
         Environment: FF, IE, richfaces-demo app.
            Reporter: Sergey Halipov


<rich:scrollableDataTable value="#{dataTableScrollerBean.allCars}" var="category" id ="sdt">
				<rich:column>
					<h:outputText value="#{category.make}" id="output" />
				</rich:column>
				<rich:column>
					<h:inputText value="#{category.make}" id="input">
						<a4j:support reRender="output" ajaxSingle="true" event="onkeyup" />
					</h:inputText>
				</rich:column> 
			</rich:scrollableDataTable>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list