Re: "component with duplicate id" exception since 2.1.11

2013-04-11 Thread Leonardo Uribe
Hi The fix in MYFACES-3665 is correct, it seems the problem is caused because the id generation algorithm does not take into account that f:metadata is an special section that requires the ids to be generated in a unique way per view, so the code is attaching the suffix used for templates. Since t

Re: "component with duplicate id" exception since 2.1.11

2013-04-11 Thread Thomas Andraschko
Issue created -> https://issues.apache.org/jira/browse/MYFACES-3709 2013/4/10 Deryk Sinotte > We just moved our testing from 2.1.10 to 2.1.11 and we are seeing the same > exception in our showcase application. It's also using f:metadata and > f:viewParam tags: > > … > > >

Re: "component with duplicate id" exception since 2.1.11

2013-04-10 Thread Deryk Sinotte
We just moved our testing from 2.1.10 to 2.1.11 and we are seeing the same exception in our showcase application. It's also using f:metadata and f:viewParam tags: … … Deryk On 2013-04-10, at 8:32 AM, Leonardo U

Re: "component with duplicate id" exception since 2.1.11

2013-04-10 Thread Leonardo Uribe
Hi Thomas 2013/4/10 Thomas Andraschko > Hi Leonardo, > > on the first GET request. > I will provide the example + issue later. > > Ok, I'll review it as soon as it is available. regards Leonardo > Thanks. > > Regards, > Thomas > > > 2013/4/10 Leonardo Uribe > > > Hi > > > > There was a chan

Re: "component with duplicate id" exception since 2.1.11

2013-04-10 Thread Thomas Andraschko
Hi Leonardo, on the first GET request. I will provide the example + issue later. Thanks. Regards, Thomas 2013/4/10 Leonardo Uribe > Hi > > There was a change due to a bug found: > > https://issues.apache.org/jira/browse/MYFACES-3665 > > f:metadata section removed when refresh view and is not

Re: "component with duplicate id" exception since 2.1.11

2013-04-10 Thread Leonardo Uribe
Hi There was a change due to a bug found: https://issues.apache.org/jira/browse/MYFACES-3665 f:metadata section removed when refresh view and is not included in the template directly The problem was that the f:viewParam was removed and added to the tree, destroying the state. The fix done exclu

Re: "component with duplicate id" exception since 2.1.11

2013-04-10 Thread Howard W. Smith, Jr.
On Wed, Apr 10, 2013 at 8:42 AM, Thomas Andraschko < andraschko.tho...@gmail.com> wrote: > Hi, > > i get following exception after upgrading from 2.1.10 to 2.1.11: > > java.lang.IllegalStateException: component with duplicate id "j_id__md_1" > found > at > org.apache.myfaces.view.facelets.

"component with duplicate id" exception since 2.1.11

2013-04-10 Thread Thomas Andraschko
Hi, i get following exception after upgrading from 2.1.10 to 2.1.11: java.lang.IllegalStateException: component with duplicate id "j_id__md_1" found at org.apache.myfaces.view.facelets.compiler.CheckDuplicateIdFaceletUtils.checkIds(CheckDuplicateIdFaceletUtils.java:100) at org.a