2 Replies Latest reply on May 28, 2009 8:12 PM by scphantm.scphantm.gmail.com

    java redirect

    scphantm.scphantm.gmail.com

      my app has several screens where if there is no activity for a period of time it is supposed to transition to a home page where it ends the conversation.  in my pageflow i have




      <transition name="tran_home" to="home" />





      my javascript method has a basic




      window.location = "tran_home";





      but obviously that doesn't work.  how do i start a transition from javascript?