[JBoss-user] [JBoss Seam] - Re: resume parent conversation in @End method

2006-05-16 Thread g.tomassoni
This is an interesting new feature. Do you think there would be any usefulness in enhancing it (or perhaps extending it) to the case in which one is "popping and redirecting" from the topmost conversation? I guess it could be usefull in many cases. In example, a logon issued by a login interce

[JBoss-user] [JBoss Seam] - Re: resume parent conversation in @End method

2006-05-16 Thread [EMAIL PROTECTED]
Check the issue tracker example. It already does this :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943237#3943237 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3943237 ---

[JBoss-user] [JBoss Seam] - Re: resume parent conversation in @End method

2006-05-12 Thread g.tomassoni
Great! Gonna try it! Thanks, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943242#3943242 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3943242 --- Using Tomcat bu

[JBoss-user] [JBoss Seam] - Re: resume parent conversation in @End method

2006-05-11 Thread baz
Gavin was so kind to implement a method called endAndRedirect Thanks for that. This can be used like this: | public String saveProtocol() { | // the meat of the method not copied. | return Conversation.instance().endAndRedirect(); | } | This ends the current c

[JBoss-user] [JBoss Seam] - Re: resume parent conversation in @End method

2006-05-08 Thread baz
Feature request done simple Use Case for this feature: The user is fills out a form (in the outer conversation). He detets that i must retrieve some information. So he does this (in the nested converstaion). After that he can continue editing his form. All this without switching windows. The ret

[JBoss-user] [JBoss Seam] - Re: resume parent conversation in @End method

2006-05-08 Thread [EMAIL PROTECTED]
Add a feature request to JIRA. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941879#3941879 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3941879 --- Using Tomcat b