Problem with a link into an iterator
Hello,
I have an iterator who runs a group of items and show information of them in a jsf. At each iteration it's written a link
<af:commandImageLink id="cil1" icon="/images/flecha_Arriba.gif"
disabledIcon="/images/flecha_Arriba_des.gif"
immediate="true" partialSubmit="true"
action="subir"
actionListener="#{bindings.setCurrentRowWithKey.execute}"/>
but when I runs the page, the link don't work.
But, I have noticed that if I write the code above out of the iterator, the link works perfectly!!. It can't set the current row but the code is executed.
Thanks in advance!
Marcos