- 
        1. Problem with process attribute and rich:datatableilya40umov Jan 18, 2011 9:09 AM (in response to luomo)Can't you use process="dataTableId"? Or you want to validate only a special row of the table? It looks strange. 
- 
        2. Problem with process attribute and rich:datatableluomo Jan 18, 2011 10:15 AM (in response to ilya40umov)Hello, tanks for your answer. I have to reRender a special part of the page but only if there aren't any validation errors in any of the table rows. So I've tried putting in the process id list: > the id of the datatable > the id of the inputText that I want to force validation without any luck. But like I said before, it works with inputText components outside of the table. Thanks. 
- 
        3. Problem with process attribute and rich:datatableilya40umov Jan 18, 2011 10:22 AM (in response to luomo)Take a look at this: http://maxkatz.sys-con.com/node/1041893/mobile it says: process can also point to an EL expression or container component id in which case all components inside the container will be processed: <h:inputText> <a4j:support event="onblur" ajaxSingle="true" process="infoPanel"/> </h:inputText> <h:panelGrid id="infoPanel"> <h:inputText /> <h:dataTable> ... </h:dataTable> </h:panelGrid> Try to wrap your dataTable and use a wrapper ID. 
- 
        4. Problem with process attribute and rich:datatableluomo Jan 18, 2011 10:32 AM (in response to ilya40umov)Thank you very much. Problem solved Best regards 
 
    