You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Guido Dubois (JIRA)" <de...@myfaces.apache.org> on 2007/12/10 23:56:43 UTC

[jira] Created: (TOBAGO-572) Duplicate component id with

Duplicate component id with <tc:selectOneRadio>
-----------------------------------------------

                 Key: TOBAGO-572
                 URL: https://issues.apache.org/jira/browse/TOBAGO-572
             Project: MyFaces Tobago
          Issue Type: Bug
          Components: Facelets
    Affects Versions: 1.0.13
         Environment: Facelets 1.1.12, MyFaces 1.1.6 snap (11.09.2007), Tobago 1.0.13 snap (10.12.2007)
            Reporter: Guido Dubois


The first time the page is rendered correctly, but if you go back you will get an exception

java.lang.IllegalStateException: Client-id : _id54 is duplicated in the faces tree. Component : page:_id54, path: {Component-Path : [Class: org.apache.myfaces.tobago.component.UIViewRoot,ViewId: /helloWorld.xhtml][Class: org.apache.myfaces.tobago.component.UIPage,Id: page][Class: org.apache.myfaces.tobago.component.UICell,Id: _id27][Class: org.apache.myfaces.tobago.component.UIBox,Id: _id29][Class: org.apache.myfaces.tobago.component.UICell,Id: _id54]}

I will add a sample...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TOBAGO-572) Duplicate component id with

Posted by "Bernd Bohmann (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOBAGO-572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12560133#action_12560133 ] 

Bernd Bohmann commented on TOBAGO-572:
--------------------------------------

Maybe I get Friday or Saturday some time to look at your issue.

It would be nice if you can provide the example as a maven2 project, please.



> Duplicate component id with <tc:selectOneRadio>
> -----------------------------------------------
>
>                 Key: TOBAGO-572
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-572
>             Project: MyFaces Tobago
>          Issue Type: Bug
>          Components: Facelets
>    Affects Versions: 1.0.13
>         Environment: Facelets 1.1.12, MyFaces 1.1.6 snap (11.09.2007), Tobago 1.0.13 snap (10.12.2007)
>            Reporter: Guido Dubois
>         Attachments: tobago_faceletsexample.war
>
>
> The first time the page is rendered correctly, but if you go back you will get an exception
> java.lang.IllegalStateException: Client-id : _id54 is duplicated in the faces tree. Component : page:_id54, path: {Component-Path : [Class: org.apache.myfaces.tobago.component.UIViewRoot,ViewId: /helloWorld.xhtml][Class: org.apache.myfaces.tobago.component.UIPage,Id: page][Class: org.apache.myfaces.tobago.component.UICell,Id: _id27][Class: org.apache.myfaces.tobago.component.UIBox,Id: _id29][Class: org.apache.myfaces.tobago.component.UICell,Id: _id54]}
> I will add a sample...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TOBAGO-572) Duplicate component id with

Posted by "Guido Dubois (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOBAGO-572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12575515#action_12575515 ] 

Guido Dubois commented on TOBAGO-572:
-------------------------------------

I startet with maven2, but in the moment I'm a bit in hurry and I have not enough time to get really familiar with it. By now I'm at a point in this project that I need a solution for this behavoiur. I tried Version 1.1.0 snap (28.02.2008), but I get the same error.

When do you get time to look after this?

Regards, Guido

> Duplicate component id with <tc:selectOneRadio>
> -----------------------------------------------
>
>                 Key: TOBAGO-572
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-572
>             Project: MyFaces Tobago
>          Issue Type: Bug
>          Components: Facelets
>    Affects Versions: 1.0.13
>         Environment: Facelets 1.1.12, MyFaces 1.1.6 snap (11.09.2007), Tobago 1.0.13 snap (10.12.2007)
>            Reporter: Guido Dubois
>         Attachments: tobago_faceletsexample.war
>
>
> The first time the page is rendered correctly, but if you go back you will get an exception
> java.lang.IllegalStateException: Client-id : _id54 is duplicated in the faces tree. Component : page:_id54, path: {Component-Path : [Class: org.apache.myfaces.tobago.component.UIViewRoot,ViewId: /helloWorld.xhtml][Class: org.apache.myfaces.tobago.component.UIPage,Id: page][Class: org.apache.myfaces.tobago.component.UICell,Id: _id27][Class: org.apache.myfaces.tobago.component.UIBox,Id: _id29][Class: org.apache.myfaces.tobago.component.UICell,Id: _id54]}
> I will add a sample...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TOBAGO-572) Duplicate component id with

Posted by "Bernd Bohmann (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOBAGO-572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12577208#action_12577208 ] 

Bernd Bohmann commented on TOBAGO-572:
--------------------------------------

Can you try the suggested fix?

> Duplicate component id with <tc:selectOneRadio>
> -----------------------------------------------
>
>                 Key: TOBAGO-572
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-572
>             Project: MyFaces Tobago
>          Issue Type: Bug
>          Components: Facelets
>    Affects Versions: 1.0.13
>         Environment: Facelets 1.1.12, MyFaces 1.1.6 snap (11.09.2007), Tobago 1.0.13 snap (10.12.2007)
>            Reporter: Guido Dubois
>            Assignee: Bernd Bohmann
>            Priority: Minor
>         Attachments: test-facelets.tgz, tobago_faceletsexample.war
>
>
> The first time the page is rendered correctly, but if you go back you will get an exception
> java.lang.IllegalStateException: Client-id : _id54 is duplicated in the faces tree. Component : page:_id54, path: {Component-Path : [Class: org.apache.myfaces.tobago.component.UIViewRoot,ViewId: /helloWorld.xhtml][Class: org.apache.myfaces.tobago.component.UIPage,Id: page][Class: org.apache.myfaces.tobago.component.UICell,Id: _id27][Class: org.apache.myfaces.tobago.component.UIBox,Id: _id29][Class: org.apache.myfaces.tobago.component.UICell,Id: _id54]}
> I will add a sample...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TOBAGO-572) Duplicate component id with

Posted by "Guido Dubois (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOBAGO-572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12560147#action_12560147 ] 

Guido Dubois commented on TOBAGO-572:
-------------------------------------

I am not familiar with maven2, I will try it...

> Duplicate component id with <tc:selectOneRadio>
> -----------------------------------------------
>
>                 Key: TOBAGO-572
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-572
>             Project: MyFaces Tobago
>          Issue Type: Bug
>          Components: Facelets
>    Affects Versions: 1.0.13
>         Environment: Facelets 1.1.12, MyFaces 1.1.6 snap (11.09.2007), Tobago 1.0.13 snap (10.12.2007)
>            Reporter: Guido Dubois
>         Attachments: tobago_faceletsexample.war
>
>
> The first time the page is rendered correctly, but if you go back you will get an exception
> java.lang.IllegalStateException: Client-id : _id54 is duplicated in the faces tree. Component : page:_id54, path: {Component-Path : [Class: org.apache.myfaces.tobago.component.UIViewRoot,ViewId: /helloWorld.xhtml][Class: org.apache.myfaces.tobago.component.UIPage,Id: page][Class: org.apache.myfaces.tobago.component.UICell,Id: _id27][Class: org.apache.myfaces.tobago.component.UIBox,Id: _id29][Class: org.apache.myfaces.tobago.component.UICell,Id: _id54]}
> I will add a sample...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TOBAGO-572) Duplicate component id with

Posted by "Guido Dubois (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOBAGO-572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12559631#action_12559631 ] 

Guido Dubois commented on TOBAGO-572:
-------------------------------------

Oh, sorry! I tried it this morning with no downloaded version from tonight...

Now I tested with the newest version:

Tobago 1.0.14 snap (16.01.2008)

Facelets 1.1.12 :: doesn't work, get same behaviour
Facelets 1.1.13 :: doesn't work, get same behaviour
Facelets 1.1.14 :: doesn't work, get same behaviour


> Duplicate component id with <tc:selectOneRadio>
> -----------------------------------------------
>
>                 Key: TOBAGO-572
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-572
>             Project: MyFaces Tobago
>          Issue Type: Bug
>          Components: Facelets
>    Affects Versions: 1.0.13
>         Environment: Facelets 1.1.12, MyFaces 1.1.6 snap (11.09.2007), Tobago 1.0.13 snap (10.12.2007)
>            Reporter: Guido Dubois
>         Attachments: tobago_faceletsexample.war
>
>
> The first time the page is rendered correctly, but if you go back you will get an exception
> java.lang.IllegalStateException: Client-id : _id54 is duplicated in the faces tree. Component : page:_id54, path: {Component-Path : [Class: org.apache.myfaces.tobago.component.UIViewRoot,ViewId: /helloWorld.xhtml][Class: org.apache.myfaces.tobago.component.UIPage,Id: page][Class: org.apache.myfaces.tobago.component.UICell,Id: _id27][Class: org.apache.myfaces.tobago.component.UIBox,Id: _id29][Class: org.apache.myfaces.tobago.component.UICell,Id: _id54]}
> I will add a sample...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TOBAGO-572) Duplicate component id with

Posted by "Bernd Bohmann (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOBAGO-572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12559454#action_12559454 ] 

Bernd Bohmann commented on TOBAGO-572:
--------------------------------------

1.0.14-SNAPSHOT from 16.01.08?

> Duplicate component id with <tc:selectOneRadio>
> -----------------------------------------------
>
>                 Key: TOBAGO-572
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-572
>             Project: MyFaces Tobago
>          Issue Type: Bug
>          Components: Facelets
>    Affects Versions: 1.0.13
>         Environment: Facelets 1.1.12, MyFaces 1.1.6 snap (11.09.2007), Tobago 1.0.13 snap (10.12.2007)
>            Reporter: Guido Dubois
>         Attachments: tobago_faceletsexample.war
>
>
> The first time the page is rendered correctly, but if you go back you will get an exception
> java.lang.IllegalStateException: Client-id : _id54 is duplicated in the faces tree. Component : page:_id54, path: {Component-Path : [Class: org.apache.myfaces.tobago.component.UIViewRoot,ViewId: /helloWorld.xhtml][Class: org.apache.myfaces.tobago.component.UIPage,Id: page][Class: org.apache.myfaces.tobago.component.UICell,Id: _id27][Class: org.apache.myfaces.tobago.component.UIBox,Id: _id29][Class: org.apache.myfaces.tobago.component.UICell,Id: _id54]}
> I will add a sample...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TOBAGO-572) Duplicate component id with

Posted by "Bernd Bohmann (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOBAGO-572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12559252#action_12559252 ] 

Bernd Bohmann commented on TOBAGO-572:
--------------------------------------

Can you test it with facelets 1.1.13 and facelets 1.1.14, please.

> Duplicate component id with <tc:selectOneRadio>
> -----------------------------------------------
>
>                 Key: TOBAGO-572
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-572
>             Project: MyFaces Tobago
>          Issue Type: Bug
>          Components: Facelets
>    Affects Versions: 1.0.13
>         Environment: Facelets 1.1.12, MyFaces 1.1.6 snap (11.09.2007), Tobago 1.0.13 snap (10.12.2007)
>            Reporter: Guido Dubois
>         Attachments: tobago_faceletsexample.war
>
>
> The first time the page is rendered correctly, but if you go back you will get an exception
> java.lang.IllegalStateException: Client-id : _id54 is duplicated in the faces tree. Component : page:_id54, path: {Component-Path : [Class: org.apache.myfaces.tobago.component.UIViewRoot,ViewId: /helloWorld.xhtml][Class: org.apache.myfaces.tobago.component.UIPage,Id: page][Class: org.apache.myfaces.tobago.component.UICell,Id: _id27][Class: org.apache.myfaces.tobago.component.UIBox,Id: _id29][Class: org.apache.myfaces.tobago.component.UICell,Id: _id54]}
> I will add a sample...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TOBAGO-572) Duplicate component id with

Posted by "Guido Dubois (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOBAGO-572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12578247#action_12578247 ] 

Guido Dubois commented on TOBAGO-572:
-------------------------------------

Your suggestion works fine!

But after I changed the first bindings of <tc:selectOneRadio>, the bindings of <tc:selectOneChoice> does the same behaviour. Because I have really a lot of UISelectOne's in my application, I tried to define the binding attributes with <f:attribute> like this:

          <tc:selectOneChoice id="castorChairCompany"
            value="#{modelController.product.norm1470.castorchairusereport.idcompany}">
            <f:attribute name="binding"
              value="#{boxcastorchairController.castorChairReportCompanySelectOne}" />
            <f:selectItems
              value="#{carpettilerequirementsController.selectItemsReportCompany}" />
          </tc:selectOneChoice>

This works too! It's less work for me to change it in this way...

Thanks for your help!


> Duplicate component id with <tc:selectOneRadio>
> -----------------------------------------------
>
>                 Key: TOBAGO-572
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-572
>             Project: MyFaces Tobago
>          Issue Type: Bug
>          Components: Facelets
>    Affects Versions: 1.0.13
>         Environment: Facelets 1.1.12, MyFaces 1.1.6 snap (11.09.2007), Tobago 1.0.13 snap (10.12.2007)
>            Reporter: Guido Dubois
>            Assignee: Bernd Bohmann
>            Priority: Minor
>         Attachments: test-facelets.tgz, tobago_faceletsexample.war
>
>
> The first time the page is rendered correctly, but if you go back you will get an exception
> java.lang.IllegalStateException: Client-id : _id54 is duplicated in the faces tree. Component : page:_id54, path: {Component-Path : [Class: org.apache.myfaces.tobago.component.UIViewRoot,ViewId: /helloWorld.xhtml][Class: org.apache.myfaces.tobago.component.UIPage,Id: page][Class: org.apache.myfaces.tobago.component.UICell,Id: _id27][Class: org.apache.myfaces.tobago.component.UIBox,Id: _id29][Class: org.apache.myfaces.tobago.component.UICell,Id: _id54]}
> I will add a sample...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TOBAGO-572) Duplicate component id with

Posted by "Bernd Bohmann (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOBAGO-572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12576755#action_12576755 ] 

Bernd Bohmann commented on TOBAGO-572:
--------------------------------------

I think facelets has a bug if you are using component binding and embedded components.

I would suggest following change: Instead of using a binding you can set the id and get the component with UIComponent.findComponent.

> Duplicate component id with <tc:selectOneRadio>
> -----------------------------------------------
>
>                 Key: TOBAGO-572
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-572
>             Project: MyFaces Tobago
>          Issue Type: Bug
>          Components: Facelets
>    Affects Versions: 1.0.13
>         Environment: Facelets 1.1.12, MyFaces 1.1.6 snap (11.09.2007), Tobago 1.0.13 snap (10.12.2007)
>            Reporter: Guido Dubois
>            Assignee: Bernd Bohmann
>         Attachments: tobago_faceletsexample.war
>
>
> The first time the page is rendered correctly, but if you go back you will get an exception
> java.lang.IllegalStateException: Client-id : _id54 is duplicated in the faces tree. Component : page:_id54, path: {Component-Path : [Class: org.apache.myfaces.tobago.component.UIViewRoot,ViewId: /helloWorld.xhtml][Class: org.apache.myfaces.tobago.component.UIPage,Id: page][Class: org.apache.myfaces.tobago.component.UICell,Id: _id27][Class: org.apache.myfaces.tobago.component.UIBox,Id: _id29][Class: org.apache.myfaces.tobago.component.UICell,Id: _id54]}
> I will add a sample...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TOBAGO-572) Duplicate component id with

Posted by "Guido Dubois (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOBAGO-572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12577226#action_12577226 ] 

Guido Dubois commented on TOBAGO-572:
-------------------------------------

I will try it in a short while...

> Duplicate component id with <tc:selectOneRadio>
> -----------------------------------------------
>
>                 Key: TOBAGO-572
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-572
>             Project: MyFaces Tobago
>          Issue Type: Bug
>          Components: Facelets
>    Affects Versions: 1.0.13
>         Environment: Facelets 1.1.12, MyFaces 1.1.6 snap (11.09.2007), Tobago 1.0.13 snap (10.12.2007)
>            Reporter: Guido Dubois
>            Assignee: Bernd Bohmann
>            Priority: Minor
>         Attachments: test-facelets.tgz, tobago_faceletsexample.war
>
>
> The first time the page is rendered correctly, but if you go back you will get an exception
> java.lang.IllegalStateException: Client-id : _id54 is duplicated in the faces tree. Component : page:_id54, path: {Component-Path : [Class: org.apache.myfaces.tobago.component.UIViewRoot,ViewId: /helloWorld.xhtml][Class: org.apache.myfaces.tobago.component.UIPage,Id: page][Class: org.apache.myfaces.tobago.component.UICell,Id: _id27][Class: org.apache.myfaces.tobago.component.UIBox,Id: _id29][Class: org.apache.myfaces.tobago.component.UICell,Id: _id54]}
> I will add a sample...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TOBAGO-572) Duplicate component id with

Posted by "Bernd Bohmann (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOBAGO-572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12559038#action_12559038 ] 

Bernd Bohmann commented on TOBAGO-572:
--------------------------------------

I will look at this issue tonight.

> Duplicate component id with <tc:selectOneRadio>
> -----------------------------------------------
>
>                 Key: TOBAGO-572
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-572
>             Project: MyFaces Tobago
>          Issue Type: Bug
>          Components: Facelets
>    Affects Versions: 1.0.13
>         Environment: Facelets 1.1.12, MyFaces 1.1.6 snap (11.09.2007), Tobago 1.0.13 snap (10.12.2007)
>            Reporter: Guido Dubois
>         Attachments: tobago_faceletsexample.war
>
>
> The first time the page is rendered correctly, but if you go back you will get an exception
> java.lang.IllegalStateException: Client-id : _id54 is duplicated in the faces tree. Component : page:_id54, path: {Component-Path : [Class: org.apache.myfaces.tobago.component.UIViewRoot,ViewId: /helloWorld.xhtml][Class: org.apache.myfaces.tobago.component.UIPage,Id: page][Class: org.apache.myfaces.tobago.component.UICell,Id: _id27][Class: org.apache.myfaces.tobago.component.UIBox,Id: _id29][Class: org.apache.myfaces.tobago.component.UICell,Id: _id54]}
> I will add a sample...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TOBAGO-572) Duplicate component id with

Posted by "Guido Dubois (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOBAGO-572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12559033#action_12559033 ] 

Guido Dubois commented on TOBAGO-572:
-------------------------------------

This behaviour is still present in Tobago 1.0.14 snap (12.01.2008). Is it possible that you fix this as soon as possible? Thanks for a short note...

> Duplicate component id with <tc:selectOneRadio>
> -----------------------------------------------
>
>                 Key: TOBAGO-572
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-572
>             Project: MyFaces Tobago
>          Issue Type: Bug
>          Components: Facelets
>    Affects Versions: 1.0.13
>         Environment: Facelets 1.1.12, MyFaces 1.1.6 snap (11.09.2007), Tobago 1.0.13 snap (10.12.2007)
>            Reporter: Guido Dubois
>         Attachments: tobago_faceletsexample.war
>
>
> The first time the page is rendered correctly, but if you go back you will get an exception
> java.lang.IllegalStateException: Client-id : _id54 is duplicated in the faces tree. Component : page:_id54, path: {Component-Path : [Class: org.apache.myfaces.tobago.component.UIViewRoot,ViewId: /helloWorld.xhtml][Class: org.apache.myfaces.tobago.component.UIPage,Id: page][Class: org.apache.myfaces.tobago.component.UICell,Id: _id27][Class: org.apache.myfaces.tobago.component.UIBox,Id: _id29][Class: org.apache.myfaces.tobago.component.UICell,Id: _id54]}
> I will add a sample...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TOBAGO-572) Duplicate component id with

Posted by "Guido Dubois (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOBAGO-572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12559371#action_12559371 ] 

Guido Dubois commented on TOBAGO-572:
-------------------------------------

I tested it with:

                                   Tobago 1.0.12     Tobago 1.0.13     Tobago 1.0.14 snap
Facelets 1.1.12                x                              x                                   x
Facelets 1.1.13                x                              x                                   x
Facelets 1.1.14                x                              x                                   x


(x) I get this error in all cases

> Duplicate component id with <tc:selectOneRadio>
> -----------------------------------------------
>
>                 Key: TOBAGO-572
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-572
>             Project: MyFaces Tobago
>          Issue Type: Bug
>          Components: Facelets
>    Affects Versions: 1.0.13
>         Environment: Facelets 1.1.12, MyFaces 1.1.6 snap (11.09.2007), Tobago 1.0.13 snap (10.12.2007)
>            Reporter: Guido Dubois
>         Attachments: tobago_faceletsexample.war
>
>
> The first time the page is rendered correctly, but if you go back you will get an exception
> java.lang.IllegalStateException: Client-id : _id54 is duplicated in the faces tree. Component : page:_id54, path: {Component-Path : [Class: org.apache.myfaces.tobago.component.UIViewRoot,ViewId: /helloWorld.xhtml][Class: org.apache.myfaces.tobago.component.UIPage,Id: page][Class: org.apache.myfaces.tobago.component.UICell,Id: _id27][Class: org.apache.myfaces.tobago.component.UIBox,Id: _id29][Class: org.apache.myfaces.tobago.component.UICell,Id: _id54]}
> I will add a sample...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.