[jboss-user] [JBoss Seam] - Re: Problem with @End(beforeRedirect=true)

ccurban do-not-reply at jboss.com
Mon Dec 25 08:03:59 EST 2006


I forgot to mention I got a begin/create method in the same SFSB:
	@Create
  | 	@Begin
  | 	public void init() {
  | ,
  | ,
  | ,
  | 	}

So what I really expected is:
1. I hit the Link.
2. updateDistributionList() is executed
3  the conversation is ended before the redirect
4. redirect to the same page 
5. init method is called due to @Create and a the temporary conversation is promoted to a long running one.

But steps 3 and 5 don't occur for me.

Any help is appreciated.

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

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



More information about the jboss-user mailing list