-
Notifications
You must be signed in to change notification settings - Fork 57
Discrepancy of client-ID, prependID and findComponent #573
Copy link
Copy link
Closed
Description
Creating a form with prependId="false" will lead to client-IDs of child components of this form where the
path to be passed to findComponent() being different then the client-ID.
This leads to confusion, especially now with compositecomponents and f:ajax where referencing
components outside of the same namingcontainer will be used more often.
This could for example be solved by making the form not behave like a namingcontainer in
findComponent() if prependId == false.
Environment
Operating System: All
Platform: All
URL: https://javaserverfaces.dev.java.net/issues/show_bug.cgi?id=1153
Affected Versions
[2.1]
Reactions are currently unavailable