Bug 1409118
| Summary: | [GSS](6.4.z) Mojarra 2.1.x / 2.2.x: If a CC contains fix ID's an ajax request results in duplicate ids | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Oscar Molina <omolinab> | ||||||||
| Component: | JSF | Assignee: | Peter Palaga <ppalaga> | ||||||||
| Status: | CLOSED NOTABUG | QA Contact: | Jan Kasik <jkasik> | ||||||||
| Severity: | high | Docs Contact: | |||||||||
| Priority: | unspecified | ||||||||||
| Version: | 6.4.7 | CC: | bmaxwell, cdewolf, jstefl, mcada, ppalaga, rhatlapa, tmiyargi | ||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | Unspecified | ||||||||||
| OS: | Unspecified | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2017-02-07 16:02:36 UTC | Type: | Bug | ||||||||
| Regression: | --- | Mount Type: | --- | ||||||||
| Documentation: | --- | CRM: | |||||||||
| Verified Versions: | Category: | --- | |||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||
| Embargoed: | |||||||||||
| Attachments: |
|
||||||||||
|
Description
Oscar Molina
2016-12-29 16:38:37 UTC
Created attachment 1235901 [details]
WAR application to test
Created attachment 1235902 [details]
Server log file with the errors
A workaround would be to plugin in apache myfaces. However some customers can only use supported SW. Closing as not a bug, if JSTL is mixed with JSF, then you should ensure the IDs are unique, as JSF will automatically generate ids, but JSTL does not, thus the issue. https://java.net/jira/browse/JAVASERVERFACES-2323 - Id is not rendered for InputTextarea: c:forEach shouldn't really be used if ids are needed https://java.net/jira/browse/JAVASERVERFACES-2548 - ids cannot be set within a c:forEach: if ids are needed, the user is responsible for guaranteeing uniqueness |