Hide Forgot
/TagEdit.xhtml An Error Occurred: duplicate Id for a component tag:ProjectID7CategoryID17TagID256 Steps to reproduce: 1. Searched for existing tag "Enterprise Data Services." 2. "Unticked" tag category Technologies and ticked tag category Projects. 3. Clicked Update. 4. Error appears with stack trace.
Fixed in 20120217-1345
Technical note added. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: Cause The TagHome.wire() method was not calling the VersionedEntityHome.wire() method. This means that the TagHome.update() method was always returning com.redhat.topicindex.utils.Constants.CONCURRENT_EDIT, which was breaking the navigation rules in TagHome.page.xml. Consequence The user was being redirected back to TagEdit.seam, with an out of sync collection of tags. Fix Removed the TagHome.wire() method. Result The navigation rules now work, which removes the situation where the TagEdit.seam page is reloaded.