1 Reply Latest reply on Jul 3, 2006 1:39 PM by tomasg

    Problem using conversation scope with JSP

    tomasg

      Hi,
      I am developing a small Seam application using regular JavaBeans and Hibernate.
      I succesfully used the "@Scope(CONVERSATION), using facelets and xhtml. For another reason I converted the application to use old JSP, and now the CONVERSATION doesn't work. I have a button that creates a @DataModel list, and in the debug log I can see JBoss destroying the conversaion context just after the list has been displayed, so nothing happens when I select an item in the list.
      It worked flawlessly using the same code in xhtml.

      I can get it to work using @Scope(SESSION) instead, but then I loose the nice conversations (using multiple tabs etc) I suppose.

      Any ideas?

      Cheers;
      Tomas