[jboss-user] [JBoss Seam] - Re: FacesMessage propagation issue

lcoetzee do-not-reply at jboss.com
Mon Nov 13 11:47:01 EST 2006


I have looked a bit at the FacesMessages.java. I think I understand why I loose my messages when I have @End(beforeRedirect=true). facesMessages is conversation scoped:

@Scope(ScopeType.CONVERSATION)
  | @Name("facesMessages")
  | @Intercept(NEVER)
  | public class FacesMessages implements Serializable
  | {

I assume it gets destroyed as part of the conversation end, with the resulting loss of the messages before it could be rendered. 

Am I correct? Is there a way around it ?

Thanks

L


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

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



More information about the jboss-user mailing list