1 Reply Latest reply on Sep 26, 2008 10:52 AM by nico.ben

    Navigation malfunction

    jessicacao.cao_jing_job.hotmail.com
      hi,all:
        In a task.page.xml page

          <navigation from-action="#{managerTask.completeTaskInTransition ()}">
             <end-conversation/>
             <redirect view-id="/procins.xhtml">
                <param name="id" value="#{managerTask.procinsId}"/>
             </redirect>
          </navigation>
          <navigation from-action="#{managerTask.testTask()}">
             <end-conversation/>
             <render view-id="/procins.xhtml"/>
          </navigation>

        When this method is implemented, did not jump to a specific page-procins.xhtml,the two navigation did not work,Where it does cause a problem?please help me ,thanks a lot!