Issue Details (XML | Word | Printable)

Key: ICE-3136
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Unassigned
Reporter: Ales Bednarik
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
ICEfaces

column.rendered is not interpreted inside a headerRow element

Created: 04/Jun/08 05:45 AM   Updated: 27/Oct/08 03:46 PM
Return to search
Component/s: Components
Affects Version/s: 1.7
Fix Version/s: 1.7.2

Environment: Win XP, JBoss 4.2.2.GA, JBoss-Seam 2.0.1.GA

ICEsoft Forum Reference: http://jira.icefaces.org/browse/ICE-2964


 Description  « Hide
The value of the rendered attribute is not interpreted in the column element inside a headerRow element. The outputText.rendered attribute is interpreted correctly in the following example, but the column.rendered attribute has no influence. There is an empty table cell when running this example.

                        <ice:headerRow>
                            <ice:column colspan="2" rendered="false">
                                <ice:outputText value="#{i18n.messages['QueryResultEvent']}" rendered="false"/>
                            </ice:column>
                        </ice:headerRow>

It works correctly if the column element is not inside a headerRow element.

 All   Comments   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Ken Fyten made changes - 18/Jun/08 03:24 PM
Field Original Value New Value
Fix Version/s 1.7.2 [ 10130 ]
Assignee Priority P3
Assignee Adnan Durrani [ adnan.durrani ]
Priority Major [ 3 ] Minor [ 4 ]
Adnan Durrani made changes - 19/Jun/08 12:43 PM
Status Open [ 1 ] In Progress [ 3 ]
Repository Revision Date User Message
ICEfaces Repository #16937 Thu Jun 19 13:55:07 CDT 2008 adnan.durrani Fix for ICE-3136 (column.rendered is not interpreted inside a headerRow element)
Files Changed
MODIFY /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/ext/renderkit/TableRenderer.java

Repository Revision Date User Message
ICEfaces Repository #16938 Thu Jun 19 13:55:49 CDT 2008 adnan.durrani Fix for ICE-3136 (column.rendered is not interpreted inside a headerRow element)
Files Changed
MODIFY /icefaces/branches/icefaces-1.7/icefaces/component/src/com/icesoft/faces/component/ext/renderkit/TableRenderer.java

Adnan Durrani added a comment - 19/Jun/08 02:01 PM
trunk: revision 16937
branch 1.7: revision 16938

Adnan Durrani made changes - 19/Jun/08 02:01 PM
Status In Progress [ 3 ] Resolved [ 5 ]
Resolution Fixed [ 1 ]
Ken Fyten made changes - 08/Sep/08 11:33 AM
Fix Version/s 1.7.2RC1 [ 10140 ]
Fix Version/s 1.7.2 [ 10130 ]
Ken Fyten made changes - 12/Sep/08 03:24 PM
Fix Version/s 1.7.2 [ 10130 ]
Fix Version/s 1.7.2RC1 [ 10140 ]
Ken Fyten made changes - 27/Oct/08 03:46 PM
Status Resolved [ 5 ] Closed [ 6 ]
Assignee Priority P3
Assignee Adnan Durrani [ adnan.durrani ]