3 Replies Latest reply on Oct 27, 2009 6:52 AM by ilya_shaikovsky

    Page Navigation with Sidebar

    eurokey

      Hi,

      how can i navigate with buttons on a sidebar through diffrent Center JSP's?

      I tried the JSF Navigation rules but it seems that the Button hast to be on the Center to navigate from one Center to another.

      here is my navigation rule:

      <navigation-rule>
       <from-view-id >/jsf/center/*</from-view-id>
       <navigation-case>
       <from-outcome>change1</from-outcome>
       <to-view-id>/jsf/center/center1.jsp</to-view-id>
       </navigation-case>
       </navigation-rule>
      


      As I said this works fine if there is a button action="change1" on the current Center. But if the Button is on the sidebar nothing happen.

      Is this even possible with navigation rules or do i have to think of something else?