Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Problem with a link into an iterator

Marcos CerdaJul 23 2012 — edited Jul 24 2012
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 21 2012
Added on Jul 23 2012
13 comments
913 views