2 Replies Latest reply on Nov 6, 2008 12:31 AM by deanhiller2000

    rich:tree works in IE6, firefox BROKE in IE7

    deanhiller2000

      rich:tree is giving me alot of trouble.  It works as expected in IE6 and firefox as the trace shows but then compare that to IE7.  Anyone else with similar problems?


      Firefox and IE6...



      INFO: AFTER RESTORE_VIEW 1
      Oct 28, 2008 4:41:44 PM org.exadel.jsf.PhaseTracker beforePhase
      INFO: BEFORE APPLY_REQUEST_VALUES 2
      Oct 28, 2008 4:41:44 PM org.exadel.jsf.PhaseTracker afterPhase
      INFO: AFTER APPLY_REQUEST_VALUES 2
      Oct 28, 2008 4:41:44 PM org.exadel.jsf.PhaseTracker beforePhase
      INFO: BEFORE PROCESS_VALIDATIONS 3
      Oct 28, 2008 4:41:44 PM org.exadel.jsf.PhaseTracker afterPhase
      INFO: AFTER PROCESS_VALIDATIONS 3
      Oct 28, 2008 4:41:44 PM org.exadel.jsf.PhaseTracker beforePhase
      INFO: BEFORE UPDATE_MODEL_VALUES 4
        processSelection sets the nextNode variable
        setName on node(NOT nextNode)
      
      Oct 28, 2008 4:41:58 PM org.exadel.jsf.PhaseTracker afterPhase
      INFO: AFTER UPDATE_MODEL_VALUES 4
      Oct 28, 2008 4:41:58 PM org.exadel.jsf.PhaseTracker beforePhase
      INFO: BEFORE INVOKE_APPLICATION 5
        changeCurrentNode sets node=nextNode(action method on button)



      In IE7 it looks exactly the same except there are some other requests coming in or something and causing conflicts.  I am not sure why as this is a h:commandButton being clicked...isn't that just one request?  How come I get other requests from IE7 and not IE6 and firefox?
      thanks,
      Dean