[jboss-user] [JBoss Seam] - Re: Beginning conversations in @Factory methods
gavin.king@jboss.com
do-not-reply at jboss.com
Wed Jul 12 16:28:30 EDT 2006
By the way, I just made a commit to CVS that lets you call
Redirect.instance().setConversationPropagation(false)
When using the Redirect component to control redirects.
But I suppose you are using a navigation rule....
I guess I could add something else like:
Conversation.setRedirectPropagation(false);
if you really need it. I don't love it however....
Perhaps even:
@End(beforeRedirect=true)
which a bit more palatable to me....
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957521#3957521
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957521
More information about the jboss-user
mailing list