ICEfaces
  1. ICEfaces
  2. ICE-8284

f:ajax disabled="true" in combination with ice:commandLink and f:attribute does not work on Internet Explorer

    Details

    • Type: Bug Bug
    • Status: Open
    • Priority: Major Major
    • Resolution: Unresolved
    • Affects Version/s: 3.0
    • Fix Version/s: None
    • Component/s: None
    • Labels:
      None
    • Environment:
      Windows 7, IE 9, app running on JBoss 7.1.1

      Description

      Hi,

      we are using some commandLinks to switch between different sections in our app. These command links are defined the following way:

      <f:ajax disabled="true">
      <ice:commandLink ... >
      <f:attribute ... />
      </ice:commandLink>
      </f:ajax>

      Clicking on this particular command link on IE results in following exception:

      java.lang.IllegalStateException: Parameters processing failed.
      org.apache.tomcat.util.http.Parameters.processParameters(Parameters.java:407)
      org.apache.tomcat.util.http.Parameters.processParameters(Parameters.java:229)
      org.apache.catalina.connector.Request.parseParameters(Request.java:2874)
      org.apache.catalina.connector.Request.getParameter(Request.java:1291)
      org.apache.catalina.connector.RequestFacade.getParameter(RequestFacade.java:363)
      com.sun.faces.context.RequestParameterMap.containsKey(RequestParameterMap.java:99)
      java.util.Collections$UnmodifiableMap.containsKey(Collections.java:1280)
      org.icefaces.ace.context.AutoUpdateCallbackPartialViewContext.isAjaxRequest(AutoUpdateCallbackPartialViewContext.java:91)
      org.icefaces.ace.context.AutoUpdateCallbackPartialViewContext.<init>(AutoUpdateCallbackPartialViewContext.java:47)
      org.icefaces.ace.context.AutoUpdateCallbackPartialViewContextFactory.getPartialViewContext(AutoUpdateCallbackPartialViewContextFactory.java:52)
      com.icesoft.faces.context.CompatDOMPartialViewContextFactory.getPartialViewContext(CompatDOMPartialViewContextFactory.java:42)
      com.sun.faces.context.FacesContextImpl.getPartialViewContext(FacesContextImpl.java:189)
      ...

      However this works fine on Firefox and Chrome. We are using Icefaces 3.0.0 on Jboss 7.1.1 and IE 9.

      Tanks in advance!

        Activity

        There are no comments yet on this issue.

          People

          • Assignee:
            Unassigned
            Reporter:
            Andreas Krenmair
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated: