1 Reply Latest reply on Nov 14, 2006 12:46 PM by gavin.king

    1.1.0.BETA2 endAndRedirect (how do i use it)

    baz

      Hello,
      i was using Conversation.instance().endAndRedirect() in my app.
      This function returns a String in 1.1.0Beta1
      But now it returns a boolean.

      My usage is:

       public String saveProtocol() {
       //....
      
       return Conversation.instance().endAndRedirect();
       }
      


      How have i to use this function with Beta2? Please be so kind to point me in the right direction.

      The intention is, that the user should be able to create a protocol on every page of the app. After creation of the protocol the user is redirected to the page the user started from. This worked fine.

      But now, i have no clue what i should do with the returned boolean.

      Ciao,
      Carsten Höhne