[
http://jira.jboss.com/jira/browse/JBSEAM-231?page=all ]
Gavin King closed JBSEAM-231.
-----------------------------
Resolution: Done
I'm done on this one. I agree that at some stage we could consider introducing some
"magic" outcomes, but not just for this functionality.
resume parent conversation in @End method
-----------------------------------------
Key: JBSEAM-231
URL:
http://jira.jboss.com/jira/browse/JBSEAM-231
Project: JBoss Seam
Issue Type: Feature Request
Components: Core
Reporter: Carsten H?hne
Assigned To: Gavin King
Priority: Optional
Fix For: 1.1
resume a parent conversation after executing a method annotated with @End
For example:
@End (redirecttoParent=true)
public String method(){
...
return null;
}
or
@End
public String method(){
...
return Seamconstant.REDIRECTTOPARENT;
}
The same can hold for redirectToRoot
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira