CommandLinks within Datatable, browser history
When I click one of many commandlinks in a datatable, all the links are showing as visited.
Within each row of a datatable we have commandlinks that all point to the same page. That page uses the selected row to retrieve data based on specific fields within that selected row. The problem is that once we've clicked any of the commandlinks, they all now show as a visited link. This is because the href="#" for all of the links.
I tried creating a custom component that performs the same onclick( ) functionality as a commandlink but appends any params as querystring parameters. This would make the href unique. This doesn't work because the onclick( ) event contains "return: false;" which apparently stops processing before the link is added to the browser history. Ideas?
Message was edited by:
jha42

