1 Reply Latest reply on Feb 6, 2009 8:02 AM by ilya_shaikovsky

    a4j:actionparam and reRender

      I have a situation where I need to use a tooltip nested inside a datatable. I am using an actionparam to retrieve the infomation from the current moused over row via ajax. Here is the problem: after the actionListener is fired it never calls the getter method of the object, so the information is never retrieved from the server. I think I need to somehow trigger a reRender of the dataTable contained within the toolTip after the actionListener is fired. Is this the case or am I missing something.