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

Jim Dummy (JIRA) jira-events at lists.jboss.org
Thu Mar 6 11:27:02 EST 2008


    [ http://jira.jboss.com/jira/browse/RF-1999?page=comments#action_12401611 ] 
            
Jim Dummy commented on RF-1999:
-------------------------------

It looks like there is a missing rowId in the AJAX response:

in my case I have:
<rich:scrollableDataTable id="descriptions" ...>
  <rich:column>
    <h:graphicImage id="status_icon" value="#{req.answered ? '/img/GreenCircle.gif' : '/img/YellowCircle.gif'}"/>
  </rich:column>
...

So doing reRender="status_icon"

I get: warn[time]: Node for replace by response with id xxxxxxxxx:descriptions:status_icon not found in document

while the image tag is:
<img id="xxxxxxxxx:descriptions:0:status_icon" .../>

As we can see no rowId inserted into the response...

Hope you will fix this in 3.2.0 guys,

Thank you for your great product.


> 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
>         Assigned To: Konstantin Mishin
>            Priority: Critical
>             Fix For: 3.2.0
>
>
> <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