02-27-2008 10:46 AM
02-28-2008 01:29 PM
02-29-2008 09:17 AM
Hello,
Have a look at the generateURL method in the org.alfresco.web.ui.common.Utils class.
public static java.lang.String generateURL(javax.faces.context.FacesContext context,
Node node,
Utils.URLMode usage)
03-04-2008 09:21 AM
String filePath = Utils.generateURL(FacesContext.getCurrentInstance(), new Node(actionedUponNodeRef), Utils.URLMode.WEBDAV);
Hello,
Have a look at the generateURL method in the org.alfresco.web.ui.common.Utils class.
First of all, thanks for the response Sorry but I am a novice in all these subjects. I saw this method and It seems that I need two parameters:public static java.lang.String generateURL(javax.faces.context.FacesContext context,
Node node,
Utils.URLMode usage)
context and node when I only have action and noderef in my executeImpl method inside myAction class. How I can get this two parameters for my Custom Action?
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.