How do I get each row's ID to appear in it's text within the link? Right now when
I put the following in pages.xml every commandLink shows up (when I put my cursor over it)
with an ID URL parameter of the value that was previously selected, as opposed to the
value that corresponds to the ID of what entity that row represents...
<param name="entityId" value="#{mySelectedEntity.id}" />
Every single commandLink on the page has the exact same entityID in its URL string! Why?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4009224#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...