I create a link in my composite JSF component:
<h:link id="menu-abc" outcome="/abc" value="ABC" />
The link is not within a form. However, when I look at the rendered HTML code there is a dynamically generated ID as prefix to my id:
<a id="j_idt33_menu-abg" name="j_idt33_abv" href="abc.xhtml">ABC</a>
I cannot find out where this dynamic id comes from. Any ideas?
ps: we changed the separator character from : to _