0 Replies Latest reply on Apr 26, 2009 10:42 AM by mwhitis

    Rerender on page reload

    mwhitis

      Any ideas how I can rerender or reset portions of my page when the page is reloaded? I've got a datatable filter that I want to clear if the page is loaded. I've been using an onload javascript to clear it, but when I do that, the filtered data doesn't get rerendered, so it's kind of a hack.

      I'd assume that this would be a place for jsFunction, but I can't quit seem to figure out where to put it so that it gets called onload.