0 Replies Latest reply on May 12, 2008 7:24 PM by markjstang

    Why doesn't reRender call again?

    markjstang

      Hi,
      I have a method that is scoped at EVENT. So, for every event, it gets called. It is the first thing that is called. Which returns a list.

      I have a a4J:commandlink that when clicked deletes an item from the list. However, it is deleting the item from the database which is not generating a new list.

      The problem is that the reRender is rendering the first list which is out of date. I need another call to get the list that has now changed. Or I need for either another call for the list or I need the action to happen before the list is populated.

      What am I doing wrong?

      Thoughts?