HEllo!
With this I can get the page name:
<%@ taglib uri='/WEB-INF/templates/jsp/tld/template.tld' prefix='jetspeed'
%>
<%@ page import = "org.apache.jetspeed.services.resources.JetspeedResources"
%>
<%@ page import = "org.apache.turbine.util.RunData" %>
<%
RunData data = (RunData) request.getAttribute("rundata");
String currentPage = data.getParameters().getString("page");
%>
How can I get the whole link such as:
http://www.mysite.org/user/anon/page/default.psml ?
Thank you
Stefano
Ing. Stefano Bianchi
Softeco Sismat S.p.A.
Via De Marini, 1 - WTC Tower
16149 Genoa (ITALY)
e-mail: [EMAIL PROTECTED]
tel: +39 010 60.26.368
fax: +39 010 60.26.350
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]