5 Replies Latest reply on Oct 7, 2013 2:41 PM by kenfinni

    InfoBar MODE links does not work in EDIT mode after action.

    mbasovni

      Hello,

       

      in my portlet I have EDIT mode page and when I save preferences by my save button, value is stored but it is not possible to redirect to another mode. No exception is thrown!

       

      But this works!

       

      <pbr:renderURL var="viewModeURL" portletMode="view">
      </pbr:renderURL>
      <h:outputLink value="#{viewModeURL}">#{text.Back}</h:outputLink>
      

       

      Any idea? Thx