Is it normal that talkId keeps increasing after every page request?
Hi I am creating a Seam app and asking a question:
I got a stateless session bean (seam default scope) with a delete and select method. The page that contains the datamodel and receives links to select and delete each row (both links refer to the action methods in the bean).
The delete method removes the selected row from the list and returns null (reloads the page). The select method loads a new page where you can edit the selected row.
Each time a link in the datamodel is clicked and the action fires, the number expands. Is this normal behavior since then, even in conversation? If this is abnormal behavior, what is the best practice to prevent it?
+2
a source to share