Given this menuItem has an id:
Code:
<ice:menuItem id="goHomeMenuOption" value="#{messages.menu_item_main_menu}" action="#{menu.goHome}">
<s:conversationPropagation type="none"/>
</ice:menuItem>
Why are we getting this:
Code:
21:23:04,375 INFO [[/risingstars]] WARNING: Component _id53:_id54:goHomeMenuOption:_id104 just got an automatic id, because there was no id assigned yet. If this component was created dynamically (i.e. not by a JSP tag) you should assign it an explicit static id or assign it the id you get from the createUniqueId from the current UIViewRoot component right after creation!
21:23:04,375 INFO [[/risingstars]] WARNING: Component _id53:_id54:goHomeMenuOption:_id105 just got an automatic id, because there was no id assigned yet. If this component was created dynamically (i.e. not by a JSP tag) you should assign it an explicit static id or assign it the id you get from the createUniqueId from the current UIViewRoot component right after creation!
21:23:04,375 INFO [[/risingstars]] WARNING: Component _id53:_id54:goHomeMenuOption:_id106 just got an automatic id, because there was no id assigned yet. If this component was created dynamically (i.e. not by a JSP tag) you should assign it an explicit static id or assign it the id you get from the createUniqueId from the current UIViewRoot component right after creation!
Is this JIRA'able?