no action method calling after clicking browser "Back" button
Hi, I have list of items, which is rendered within table - dataTable. for each row I have commandLink with parameter with unique value. When I will click on it, it is calling action method, I will read parameter and do something - next page is rendered
Problem is when I click browser "Back" button from next page toward original page with table. whean I will click on another commandLink, no action method is called and next page is unchanged with old values...
Radim

