2 Replies Latest reply on Nov 5, 2007 9:28 AM by jamesjmp

    getting ManagedBean out of Conversation

      hi,
      In a edit form I have a button. When I press it I invoke a java method. In that method I want to access to the bean related to the conversation to check some values. Is that possible?

      
      if(getConversation()!= null)
       { //Aqui me cargo la conversacion si es que existe
       System.out.println("conversation ID " .concat(getConversation().getId()));
      //access to managed bean in Conversation
      
       }
      


      is there a way to do this?
      thanks in advance!