Hello,
i'd like to resume a parent conversation after executing a method annotated 
with @End
I have read the forum and have found some threads about similar topics.

And i have found in the CVS version of seam that there is the method  
redirectToParent implemented.
This function resumes the parent conversation of the current conversation. But 
it does not end a conversation.
And it can't be used in method annotated with @End because it pops the 
conversation stack.
What i really need is either of this:
 @End (redirecttoParent=true)
  | public String method(){
  | ...
  | return null;
  | }or this
@End 
  | public String method(){
  | ...
  | return Seamconstant.REDIRECTTOPARENT;
  | }


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

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


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to