Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.6.1, 1.7, 1.7.1
-
Fix Version/s: 1.7.2
-
Component/s: ICE-Components
-
Labels:None
-
Environment:OS X 10.4.10
Eclipse 3.3.0
Java 5
-
ICEsoft Forum Reference:
-
Support Case References:
Description
When closing a panelCollapsible it seems to fire the actionListener two times.
Page:
<ice:form>
<ice:panelCollapsible actionListener="#{test.testAction}">
<f:facet name="header">
<ice:panelGroup>
<ice:outputText value="Header" />
</ice:panelGroup>
</f:facet>
<ice:panelGroup>
<ice:outputText value="Some test text" />
</ice:panelGroup>
</ice:panelCollapsible>
</ice:form>
Backing Bean:
public class Test {
private int _counter;
public Test(){
}
public void testAction(ActionEvent event) {
_counter++;
System.out.println("Count is " + _counter);
}
}
Page:
<ice:form>
<ice:panelCollapsible actionListener="#{test.testAction}">
<f:facet name="header">
<ice:panelGroup>
<ice:outputText value="Header" />
</ice:panelGroup>
</f:facet>
<ice:panelGroup>
<ice:outputText value="Some test text" />
</ice:panelGroup>
</ice:panelCollapsible>
</ice:form>
Backing Bean:
public class Test {
private int _counter;
public Test(){
}
public void testAction(ActionEvent event) {
_counter++;
System.out.println("Count is " + _counter);
}
}
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Chris Keefer
created issue -
Chris Keefer
made changes -
Field | Original Value | New Value |
---|---|---|
Attachment | PanelCollapsible.patch [ 10700 ] |
Philip Breau
made changes -
Assignee | Philip Breau [ philip.breau ] |
Michael Thiem
made changes -
Support Case References | https://www.icesoft.ca:4443/supportilla/show_bug.cgi?id=4944 |
Michael Thiem
made changes -
Affects Version/s | 1.7.1 [ 10122 ] | |
Affects Version/s | 1.7 [ 10080 ] |
Adnan Durrani
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Fix Version/s | 1.7.2 [ 10130 ] | |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Fix Version/s | 1.7.2RC1 [ 10140 ] | |
Fix Version/s | 1.7.2 [ 10130 ] |
Ken Fyten
made changes -
Fix Version/s | 1.7.2 [ 10130 ] | |
Fix Version/s | 1.7.2RC1 [ 10140 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee | Philip Breau [ philip.breau ] |