[jboss-user] [JBoss Seam] - Re: How to get conversation ID in portlet

2007-01-02 Thread [EMAIL PROTECTED]
Does #{conversation.id} not work? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3997271#3997271 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3997271 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: How to get conversation ID in portlet

2007-01-02 Thread h.cahyadi
I am not try it yet, but as a description I have two portlet A and B that perform IPC, and I want to get the current conversation ID in potlet B, because every time I click on portlet A that perform IPC to portlet B it creates new conversation, not used the previous conversation, so if I can

[jboss-user] [JBoss Seam] - Re: How to get conversation ID in portlet

2007-01-02 Thread [EMAIL PROTECTED]
I don't have a portal environment set up, so I've got no idea, but if there is a conversation active you can get the id with: Conversation.instance().getId() View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3997427#3997427 Reply to the post :

[jboss-user] [JBoss Seam] - Re: How to get conversation ID in portlet

2007-01-02 Thread h.cahyadi
Norman, I have try | Conversation.instance().getId() | it works, but why the value is diferent from the value displayed in the url? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3997429#3997429 Reply to the post :