ICEfaces
  1. ICEfaces
  2. ICE-7139

Component ice:commandLink - throws JS error "object doesn't support this property or method" in IE 8

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 2.0.2
    • Fix Version/s: 3.0
    • Component/s: ICE-Components
    • Labels:
      None
    • Environment:
      IE 8.0.7600 on Windows 7, and IE 8.0.6001 on Windows XP; tomcat7

      Description

      There is a JS error "object doesn't support this property or method" when clicking on the link to load the second page.
      Attached the test case war file built for Tomcat 7, and attached screen shot of the error in IE 8.


      The code is here:
      <html
         xmlns:ui="http://java.sun.com/jsf/facelets"
         xmlns:h="http://java.sun.com/jsf/html"
         xmlns:ice="http://www.icesoft.com/icefaces/component" >
       <ui:composition template="/templates/Master.xhtml">
         <ui:define name="content">
           <h:form>
            <ice:commandLink action="/pages/Main.xhtml" value="logon" />
           </h:form>
         </ui:define>
       </ui:composition>
       </html>

        Activity

          People

          • Assignee:
            Mircea Toma
            Reporter:
            Carmen Cristurean
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: