Details
- 
        Type:
 Bug
            
         - 
        Status: Closed
 - 
            Priority:
 Major
                
             - 
            Resolution: Fixed
 - 
            Affects Version/s: 4.3
 - 
            Fix Version/s: EE-4.3.0.GA_P01
 - 
            Component/s: ACE-Components
 - 
            Labels:None
 - 
            Environment:ace
 
- 
                        Support Case References:Support Case 14434:- https://icesoft.my.salesforce.com/5000g000022vIRF
 
Description
                    see attached test page and screenshots
            
Activity
| Field | Original Value | New Value | 
|---|---|---|
| Assignee | Arturo Zambrano [ artzambrano ] | 
| Attachment | tabLab 4.2.PNG [ 23100 ] | |
| Attachment | tabLab 4.3.PNG [ 23101 ] | |
| Attachment | tabLab.xhtml [ 23102 ] | 
| Fix Version/s | EE-4.3.0.GA_P01 [ 13280 ] | 
| Repository | Revision | Date | User | Message | 
| ICEsoft Public SVN Repository | #52898 | Thu Feb 21 12:43:05 MST 2019 | art.zambrano |      | 
| Files Changed | ||||
            					
			 
                            MODIFY
            				/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/tabset/TabSet.java
            
             
                            MODIFY
            				/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/accordion/Accordion.java
            
             
                            MODIFY
            				/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/panelstack/PanelStack.java
            
             | 
| Status | Open [ 1 ] | Resolved [ 5 ] | 
| Resolution | Fixed [ 1 ] | 
| Repository | Revision | Date | User | Message | 
| ICEsoft Public SVN Repository | #52987 | Tue May 28 11:25:43 MDT 2019 | art.zambrano |      | 
| Files Changed | ||||
            					
			 
                            MODIFY
            				/icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/tabset/tabset.css
            
             | 
| Status | Resolved [ 5 ] | Closed [ 6 ] | 

r52898: modified getContainerClientId() to work the same way as in h:form
The issue was caused by
ICE-11281. The getContainerClientId() method should've been returning null if the id wasn't prepended. The method from h:form in mojarra was copied to these components (ace:tabSet, ace:accordion, and ace:panelStack).