Hello forum,

It seems that if I use beforeRedirect=true Seam will not remove the tableBean2 
from the parent conversation. 

I am perfectly willing (and gratefully happy) to do this, but I think I am 
really just hiding a problem, not fixing it.....

Is it perhaps a good practice to end nested conversations this way? 


  | @End(beforeRedirect=true)
  | public String done()
  | {
  |      if ( log.isTraceEnabled() ) 
  |          log.trace ( traceprefix + "(" +  Conversation.instance().getId() + 
") done" );
  | 
  |     return this.jsfOutcome;
  | }
  | 

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072626
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to