Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.3.0.GA_P02
-
Fix Version/s: EE-4.0.0.GA, EE-3.3.0.GA_P03, 4.1
-
Component/s: ACE-Components
-
Labels:None
-
Environment:n/a
-
Assignee Priority:P2
-
Support Case References:Support Case #13065 - https://icesoft.my.salesforce.com/5007000000osO4j
Description
The tabsetProxy does not if using an absolute id for the accompanying tabset. The tabsetProxy appears to search for the tabset with CoreComponentUtils.findComponentInView(UIComponent,String) which only searches by component id, rather than clientId. We should perhaps improve this method to check for a leading NamingContainer separator char and treat absolute paths differently (essentially calling the original UIComponent.findComponent() with the absolute id).
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #43813 | Thu Dec 11 13:58:22 MST 2014 | mircea.toma | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/tabset/TabSetProxy.java
|