You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Ryan Lubke (JIRA)" <de...@myfaces.apache.org> on 2006/03/23 00:17:24 UTC

[jira] Commented: (MYFACES-1029) Duplicate sibling ids allowed

    [ http://issues.apache.org/jira/browse/MYFACES-1029?page=comments#action_12371484 ] 

Ryan Lubke commented on MYFACES-1029:
-------------------------------------

"The PITA is that some TCK tests expect what the RI does, and not what is specified, so changes like this could make MyFaces not to pass the TCK."

If this is the case, have you been filing test challenges on those particular tests?

> Duplicate sibling ids allowed
> -----------------------------
>
>          Key: MYFACES-1029
>          URL: http://issues.apache.org/jira/browse/MYFACES-1029
>      Project: MyFaces Core
>         Type: Bug
>   Components: General
>     Versions: 1.1.2-SNAPSHOT
>     Reporter: Dennis Byrne
>     Assignee: Dennis Byrne
>     Priority: Minor
>      Fix For: 1.1.2-SNAPSHOT
>  Attachments: lower_impact_patch.txt, patch.txt
>
> MyFaces will let you do this (same ids, renders two trees):
>     <t:tree id="tree" value="#{treeModel}"
>         styleClass="tree"
>         nodeClass="treenode"
>         selectedNodeClass="treenodeSelected"
>         expandRoot="true">
>     </t:tree>
>     <h:outputText id="tree" value="This text will not be rendered" />
> See my comments in http://issues.apache.org/jira/browse/MYFACES-1020 for an explanation.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira