1 Reply Latest reply on Jan 17, 2010 5:52 PM by dhook.donald.hook.gmail.com

    Page Access - Login Required

    dhook.donald.hook.gmail.com
      I am trying to configure my app such that the index.xhtml page does not require the user to be logged in but all of the other pages do.  Not sure what I am doing wrong in the pages.xml but here are the entries.

      <page view-id="*" login-required="true">
              <navigation from-action="#{propertyAction.list}">
                       <redirect view-id="/PropertyList.xhtml"/>
                </navigation>
      </page

      <page view-id="/index.xhtml" login-required="false"/>

      Thanks in advance....