[jboss-user] [JBoss Seam] - Setting an explicit conversation id
rapowder
do-not-reply at jboss.com
Mon Aug 20 09:06:18 EDT 2007
Hi,
I am using seam 1.2.1.GA. The seam documentation sais that it is possible to set an explicit conversation id by parametrizing the begin annotation as following:
| @Begin(id="edit-#{item.id}")
| public void selectItem() { ... }
|
I tried it but it doesn't look like it works.. The id is still the same generated by seam. I would need that feature for my workspace management, because I don't want to get a new conversation when I am editing the same item (setting the id should redirect to the same conversation).
Thanks,
Andrea
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075831#4075831
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075831
More information about the jboss-user
mailing list