[jboss-user] [JBoss Seam] - End conversation after back button

lightbulb432 do-not-reply at jboss.com
Mon Feb 19 23:36:12 EST 2007


I have a page that displays a list of entities. I click on one list element (an s:link with a page parameter), taking me to a page that uses the page parameter to display certain things about that entity.

I hit the back button, taking me to that initial list. I click another entity. However, even though the request parameter has changed, the page still has information about the same entity as the first time.

Because they're all conversation scoped elements, I'm using the following on the page with the list of elements to show the page in a new conversation:

<h:outputLink value="nextPage.seam">
	#{listElement.name}
	<f:param name="id" value="#{listElement.id}" />
	<s:conversationPropagation propagation="none" />
</h:outputLink>

This doesn't seem to solve the problem. Is there something I'm not considering about the use of the back button and conversation propagation?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4019175#4019175

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4019175



More information about the jboss-user mailing list