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: > > … > > >