[jboss-user] [JBoss Seam] - Events, redirect && jbpm
manuel.gentile@itd.cnr.it
do-not-reply at jboss.com
Tue Feb 27 16:58:52 EST 2007
I need to start a nested conversation and move/redirect to a specific page after a specific jbpm task is started.
I wrote this method
| @Begin(nested = true)
| @Observer("org.jboss.seam.startTask.task1")
| public void start() {
| ...
|
| }
|
inside I try to use Redirect but I think that conversation doesn't start or propagate...
Any solution.....?
Thanks
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023302#4023302
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023302
More information about the jboss-user
mailing list