I'm migrating a microservice from Richfaces 3.3 to 4.5.1 and I have this strange problem:
when using a component like <rich:accordion id="menu" label="Menu"> I have no errors, but when the element is rendered I find this in the component instead of the label: j_idt73:menu or, in another case, bodyForm:j_idt17.
The strange thing here is that some other components are well rendered (for example inside that "accordion" tag up above I'm using a <rich:tree> and all is ok.
EDIT:
this only happens with the <rich:accordion> tag.
Thank you all