1 Reply Latest reply on Dec 21, 2007 11:09 AM by jucobb2

    Initial Render not working on ajax updater

      I have a page that contains a navigation component and an unordered list element that I use to insert html using the Ajax.Updater method. So the navigation item loads another jsp page into the unordered list item and sets the inner html. The problem is that when I do this the components that are loaded with that ajax call do not initialize correctly. I have tried a tabbed panel and a listshuttle. The listshuttle doesn't let me select anything and the tabbedpanel doesn't let me select a different tab. Is there a rerender that need to call once the page is loaded. Would this be something I could do with a javascript call?

      Sorry if this is a trivial question. I am very new to web jsf development.

      Thanks