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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to