Details
-
Type: Bug
-
Status: Open
-
Priority: 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.
<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
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion