ICEfaces
  1. ICEfaces
  2. ICE-9193

A JSONArray text must start with '[' at character 1 with IE9

    Details

    • Type: Bug Bug
    • Status: Open
    • Priority: Major Major
    • Resolution: Unresolved
    • Affects Version/s: 3.2
    • Fix Version/s: None
    • Component/s: ACE-Components
    • Labels:
      None
    • Environment:
      Internet Explorer 9

      Description

      I have an ace:list component with Ajax:

      <ace:list id="hour" value="#{backBean.hours}"
              selections="#{backBean.hourSelected}"
              selectionMode="single" dragging="false" >
              <ace:ajax event="select" render="@form" />
              <ace:ajax event="deselect" render="@form" />
      </ace:list>

      The first time I select an Item, this work fine, the second time I select another Item and I get the exception:

       org.icefaces.ace.json.JSONException: A JSONArray text must start with '[' at character 1

      This problem occurs only using Internet Explorer 9, with Chrome it works fine.

        Activity

        There are no comments yet on this issue.

          People

          • Assignee:
            Unassigned
            Reporter:
            Javier Sanchez
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated: