cancel
Showing results for 
Search instead for 
Did you mean: 

Changing the start page

efestione
Champ in-the-making
Champ in-the-making
Hello everybody,
after the login I want to redirect users in a space inside the Company Home.

The URL of the space I want to redirect in is:

http://localhost:8080/alfresco/navigate/browse/workspace/SpacesStore/a7e03bdc-769c-4cf4-a68e-435ea7d...

How can I set this information in faces-config-navigation.xml?

   <navigation-rule>
      <from-view-id>/jsp/login.jsp</from-view-id>
      <navigation-case>
         <description>
             Indicates to the NavigationHandler that the browse.jsp
             view must be displayed if the Action referenced by a
             UICommand component on the login.jsp view returns
             the outcome "success".
         </description>
         <from-outcome>success</from-outcome>
                 <!– <to-view-id>/jsp/browse/browse.jsp</to-view-id> –>
       <to-view-id>???</to-view-id>
      </navigation-case>
   </navigation-rule>

Thanks
Ale
2 REPLIES 2

efestione
Champ in-the-making
Champ in-the-making
I have read this

http://forums.alfresco.com/en/viewtopic.php?f=9&t=16294

but it doesn't help me….
Any help will be appreciated

efestione
Champ in-the-making
Champ in-the-making
Any idea?