Calling my custom webscript from site-index.jsp

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2010 09:16 AM
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 :
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
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
Labels:
- Labels:
-
Archive
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2010 12:59 PM
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
.
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

