5 Replies Latest reply on Feb 20, 2008 2:50 AM by pdaniel

    entire view rendering

    pdaniel

      Hello. I have an commandButton in a file that is included in another view. When i click on this button i whant that the entire view to be rendered, not only the partial one. My command button :


      <a4j:commandButton action="myaction" value="My action" reRender="myPanel" />


      as a structure :
      search.jsp ->inlude (result_table.jsp)->include(my command button).

      When i click on the command button my new fie third.jsp is placed in the place of result_table.jsp, but i want to be placed in my entire view (replacing search.jsp and result_table.jsp). I've tried to use in my navigation rules , but this did not worked because i am in a portal environment. Someone have any idea how can i resolve this issue?