0 Replies Latest reply on Jul 24, 2008 10:18 PM by wbrant1968

    The Killer  IE7 Update KB950759

    wbrant1968

      All,
      I have just update my IE7 Brower ithe the KB950759 cumulative security update and a couple components of my richfaces Command links have stopped working.

      JSF 1.1
      Rich Faces 3.1.5
      Jobss 4.0.5GA

      Can anyone tell me why this fails and what the workaround is?

      Code Snippet Below
      <h:panelGroup id="Admin" >
      <h:outputText value="Admin:" />
      <h:panelGroup id="adminlistdetailgroup" rendered="#{currentUser.administrator || proxyadmin.currentUserInList}" >
      <h:outputText value=" (" />
      <a4j:commandLink value="modify this list"
      action="#{controller.doMaintainusers}" />
      <h:outputText value=")" />
      </h:panelGroup>
      </h:panelGroup>