Hi,
you MUST assign a unique id to all components created by your
application code, e.g.: all componets which are not created by the
framework via jsf tags.
And (according to my experience) you should not use createUniqueId()
of UIViewRoot.
Regards,
Volker
2007/9/25, CD <[EMAIL PROTECTED]>:
> Hi All,
>
> I seem to get a occasional incident in my application where I receive a 500
> error stating that a duplicate component id was found in the view. Would
> anyone like to share a common pattern that is utilized to ensure that this
> does not occur? Any other tips would be helpful as well.
>
> Thanks!
>
> CD