cancel
Showing results for 
Search instead for 
Did you mean: 

Calling my custom webscript from site-index.jsp

zomurn
Champ in-the-making
Champ in-the-making
Hello everyone,

I'am trying to add my custom webscript to have a dynamic landing page for a newly authenticated user.
I saw in site-index.jsp the redirection :

response.sendRedirect(request.getContextPath() + "/page/user/" + URLEncoder.encode(userid) + "/dashboard"); 

I want to dynamically redirect the newly authenticated user to a specific site.
I need to redirect the response to my custom webscript then.
How can we do from this JSP file.
I need some help, I am new in alfresco share (although I already read a lot of documentation from webscript, my problem is lifecycle management and in which orders calls are done, and to which URI to redirect to call a specific webscript)

Thanks you
1 REPLY 1

zomurn
Champ in-the-making
Champ in-the-making
Bingo :

Exactly what I was waiting for :

Tracing through rendering the dashboard : http://edlovesjava.blogspot.com/2008/10/examining-slingshot-configuration.html

Thanks to this blog's writer Smiley Happy.