Hi Kristian,

In Seam their "conversation" solves the problem of multiple windows or tabs in the same browser. When you say "conversation" are you addressing that too? That would be sensational, because I have no idea how they achieve it. If you are in a window and choose New Window with your settings set to open the same page in the new window, then I have no idea how they split to a new conversation.

For people unfamiliar with conversations, they discuss it here: 
http://labs.jboss.com/jbossseam/faq/#state

Cheers,

Geoff


On 19/12/2007, at 7:30 AM, Kristian Marinkovic wrote:


Hi all,
i'm currently implementing a conversation module (similar to seam) by defining an own persistence strategy. i thought of an explicit and an implicit mode for conversations. The explicit mode requires that every persistent field within a conversation is annotated with @Persist("conversation"). the implicit mode would replace the given persistence strategy of any annotated field in a page with "conversation".

Can someone help me how to solve this problem? The PersistentFieldManager sets default strategies (@Meta) but cannot be overriden on a per page base.

any suggestions? thanks

g,kris


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to