I have the following code
<p:selectOneMenu id="dynamicId_#{loopStatus.index}" .....
`loopStatus` comes from `<p:dataGrid  varStatus="loopStatus".....`
but when the page is rendered i see the the id of <p:selectOneMenu becomes like the following  dynamicId_ only and it does not append the number that comes from loopStatus.index could some one help me to fix this issue?.