10-12-2007 11:24 AM
10-19-2007 12:43 PM
10-23-2007 05:35 AM
11-26-2007 03:41 PM
12-10-2007 06:32 AM
04-17-2008 04:09 AM
String sFromDate = ISO8601DateFormat.format(DATEFORMAT_yyyyMMdd.parse(request.getParameter(PARAM_FROM_EMISSION_DATE)));
String sToDate = ISO8601DateFormat.format(new Date());
07-07-2008 10:49 PM
07-10-2008 09:44 AM
10-30-2008 06:44 AM
500 Description: An error inside the HTTP server which prevented it from fulfilling the request.
Message: Error during processing of the template 'Expression resultset is undefined on line 7, column 8 in SearchDate.post.html.ftl.'. Please contact your system administrator.
var nodes = search.luceneSearch("date:\" [2008\-10\-30T00:00:00 TO 2008\-10\-30T00:00:00]);
model.resultset=nodes;
html>
<body>
<img src="${url.context}/images/logo/AlfrescoLogo32.png" alt="Alfresco" />
Date Searched for : PUT THE DATES HERE
<br>
<table>
<#list resultset as node>
<tr>
<td><img src="${url.context}${node.icon16}"/>
<td><a href="${url.serviceContext}/api/node/content/${node.nodeRef.storeRef.protocol}/${node.nodeRef.storeRef.identifier}/${node.nodeRef.id}/${node.name?url}">${node.name}</a>
</tr>
</#list>
</table>
</body>
</html>
10-15-2010 05:50 AM
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.