11-21-2012 05:31 PM
String nombreDeUsuario = org.alfresco.repo.security.authentication.AuthenticationUtil.getFullyAuthenticatedUser();
// reporte.setParameter(nombreDeUsuario);
in the reporte.jsp, but nombreDeUsuario is NULL.11-22-2012 04:02 AM
11-30-2012 06:00 PM
if (model.isDefault == true )
{
model.webviewTitle = "Reporte";
model.uri = "http://localhost:8080/reportebcsa/index.jsp?usr='+person.properties.userName;
model.isDefault = false;
}
<?xml version="1.0" encoding="UTF-8"?>
<template-type>
<title>Site index landing page template type</title>
<description>Site index landing page JSP Template Type</description>
<!– Define the rendering processors for this template type –>
<processor mode="view">
<id>jsp</id>
<jsp-path>/my-page.jsp</jsp-path>
</processor>
</template-type>
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.