I have a question about seam 2.1.2
I want to end a conversation when the user click in menu, but this must be done in menu.xhtml or pages.xml. I need this because ...
I've been working with Seam recently and temporary conversations still confuse me.
In our project we're using ExternalContext.redirect() to redirect the user to the response page. From what I've read, a Seam ...