On 4/9/07, Andrew Robinson <[EMAIL PROTECTED]> wrote:
They can also cause issue with duplicate IDs if the ID of the bound component is auto-generated
Even worse will be big problems when (and not if) you have multiple simultaneous requests on the same session (and therefore the same component instances). JSF components are designed on the assumption that they will be accessed solely from the request thread, and therefore don't worry about things like synchronization around modifications. Craig

