[JBoss-user] [JBoss Seam] - Re: Understanding @Conversational

2006-05-23 Thread mirko27
Any ideas? Why does it report but does not take action View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3945601#3945601 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3945601

[JBoss-user] [JBoss Seam] - Re: Understanding @Conversational

2006-05-23 Thread ElGamal
You should at least post the necessary code parts so we know what you are actually doing. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3945610#3945610 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3945610

[JBoss-user] [JBoss Seam] - Re: Understanding @Conversational

2006-05-23 Thread mirko27
This is the code | package ee.digizone.ejb; | | import java.io.Serializable; | import java.util.List; | import java.util.Map; | import java.util.TreeMap; | | import javax.ejb.Remove; | import javax.ejb.Stateful; | import javax.persistence.EntityManager; | | import

[JBoss-user] [JBoss Seam] - Re: Understanding @Conversational

2006-05-23 Thread ido_tamir
And you do have a navigation rule defined for categorys? best wishes ido View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3945636#3945636 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3945636

[JBoss-user] [JBoss Seam] - Re: Understanding @Conversational

2006-05-23 Thread mirko27
Yes I do, in faces-config like this: navigation-case from-outcomecategorys/from-outcome to-view-id/haldus/categorys.xhtml/to-view-id /navigation-case View the original post :

[JBoss-user] [JBoss Seam] - Re: Understanding @Conversational

2006-05-23 Thread [EMAIL PROTECTED]
@Conversational only works when your methods return a String result. I don't know if that is the intended functionality or if it is just a bug we haven't gotten around to fixing yet. In the meantime, change loadData to return a String (just return a null value) and your example will work.

[JBoss-user] [JBoss Seam] - Re: Understanding @Conversational

2006-05-23 Thread [EMAIL PROTECTED]
@Conversational works by having an interceptor munge the outcome, so it can only work for a String-valued action method. Unfortunately JSF does not give me quite enough control during the INVOKE_APPLICATION phase. View the original post :

[JBoss-user] [JBoss Seam] - Re: Understanding @Conversational

2006-05-23 Thread mirko27
Yeah, I already show it from Seam code. It just so irrlogical. If I`m always like returning null... OKay, thanks for reply anyway:) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3945764#3945764 Reply to the post :