0 Replies Latest reply on Mar 13, 2007 11:39 AM by fischman_98

    Datascroller, Firefox

    fischman_98

      I have seem some posts touching on this issue...I think the key from a previous post (see first link) is this...

      h:commandLink is not designed to be updated separately from the form because it render the hidden field references to the form id.
      So, if commandLink is rendered without the whole form, the out-of-sync issue occurs.
      - Sergey Smirnov Feb 13, 2007; 02:29pm

      I think I'm reRendering the entire form, but I get this message in FireFox (error console). Error: f has no properties
      Source File: http://localhost:8080/ngsimages/a4j.res/org.ajax4jsf.framework.ajax.AjaxScript.jsf
      Line: 50


      How can I get the whole form reRendered to avoid the possible out-of-synch issues?

      I am not trying to get the scrollers to be ajax'd. The rendering of the dataTable with dataScrollers is OK, and if I refresh the entire page, the scoller links then work fine...only when the dataTable is initially displayed from an ajax'd reRender and the scroller is displayed do I get the javascript error.

      Same code works in IE.

      Any thoughts.

      http://www.nabble.com/Javascript-errors-when-re-rendering-forms-with-the-poller-tf3221953.html#a8948541

      Another reference link:
      http://www.nabble.com/Dynamically-added-links-not-executed-tf2566823.html#a7173408[/url]