Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.8RC2
-
Component/s: ICE-Components
-
Labels:None
-
Environment:All
Description
-
Hide
- Case8066Example.war
- 7.30 MB
- Arran Mccullough
-
- META-INF/MANIFEST.MF 0.1 kB
- META-INF/context.xml 0.1 kB
- WEB-INF/classes/com/.../example/Item.class 2 kB
- WEB-INF/classes/.../example/TestBean.class 1 kB
- WEB-INF/faces-config.xml 0.5 kB
- WEB-INF/lib/backport-util-concurrent.jar 319 kB
- WEB-INF/lib/commons-beanutils.jar 226 kB
- WEB-INF/lib/commons-collections.jar 558 kB
- WEB-INF/lib/commons-digester.jar 140 kB
- WEB-INF/lib/commons-discovery.jar 75 kB
- WEB-INF/lib/commons-el.jar 110 kB
- WEB-INF/lib/commons-fileupload.jar 56 kB
- WEB-INF/lib/commons-lang.jar 240 kB
- WEB-INF/lib/commons-logging.jar 52 kB
- WEB-INF/lib/icefaces-comps.jar 1.91 MB
- WEB-INF/lib/icefaces.jar 1.05 MB
- WEB-INF/lib/jsf-api.jar 356 kB
- WEB-INF/lib/jsf-impl.jar 778 kB
- WEB-INF/lib/jsp-api.jar 49 kB
- WEB-INF/lib/jstl.jar 20 kB
- WEB-INF/lib/servlet-api.jar 95 kB
- WEB-INF/lib/xercesImpl.jar 1.15 MB
- WEB-INF/lib/xml-apis.jar 190 kB
- WEB-INF/web.xml 4 kB
- index.jsp 0.1 kB
- main.jspx 3 kB
-
- Case8066Example.zip
- 18 kB
- Arran Mccullough
Issue Links
- blocks
-
ICE-4066 panelTabSet ignore parent's rendered attribute when put in UISeries component
- Closed
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
True. Test case war fails also with jsf1.2/jstl1.2 libraries.
Problem is similar to row selector phase bug fixed last two months.
Modified: D:\work\development\head\svn\ossrepo\icefaces\trunk\icefaces\component\src\com\icesoft\faces\component\panelseries\UISeries.java
Sending content: D:\work\development\head\svn\ossrepo\icefaces\trunk\icefaces\component\src\com\icesoft\faces\component\panelseries\UISeries.java
Completed: At revision: 18646
Backported to branch 1.7
Modified: D:\work\development\freshcopy\svn\ossrepo\icefaces\branches\icefaces-1.7\icefaces\component\src\com\icesoft\faces\component\panelseries\UISeries.java
Sending content: D:\work\development\freshcopy\svn\ossrepo\icefaces\branches\icefaces-1.7\icefaces\component\src\com\icesoft\faces\component\panelseries\UISeries.java
Completed: At revision: 18647
verified on 1.7.2-SP2 build 3 (tomcat 6 + FF2 and IE6)
Steps to reproduce issue:
1. Select first rows checkbox.
2. Add "One Two" to inputTextarea and "Three Four" to inputText components.
3. Un-check the first rows checkbox.
4. Check the second rows checkbox.
5. The values from the first row are applied to the second.