I haven't really used this myself, but Seam has this annotation @PerNestedConversation--it may or may not do what you want.
anonymous wrote : | http://docs.jboss.com/seam/2.0.0.CR2/reference/en/html/conversations.html#d0e4653 | anonymous wrote : | /** | * Limit the scope of a CONVERSATION-scoped component | * to just the parent conversation in which it was | * instantiated. The component instance will not be | * visible to nested child conversations, which will | * get their own instance. | * | * Warning: this is ill-defined, since it implies that | * a component will be visible for some part of a | * request cycle, and invisible after that. It is not | * recommended that applications use this feature! | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4096158#4096158 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4096158 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
