0 Replies Latest reply on Jul 2, 2008 3:56 PM by monkkey

    Problem with Conversations and Bijection

    monkkey

      Hi people, I have a problem when I end a conversation and begin another, the problem is that in the Bean A have an attribute X and in the Bean B have an attribute X, both of distinct type.
      Then when Bean B begin your conversation it intents inject the  attribute X wiht the value of context, and then I have an error for Reflection, because the type of attribute X in Bean A is distinct to X of Bean B.


      The question is.. How I clear the context before init a conversation?


      (I should use s:link, no other)


      Thanks in advance!!!