02-24-2011 09:35 AM
02-24-2011 11:08 PM
05-04-2011 04:39 PM
Error generating rendition using news.ftl: freemarker.core.NonStringException: Error on line 236, column 104 in freemarker_template
Expecting a string, date or number here, Expression press_release.launch_date is instead a freemarker.ext.dom.NodeListModel
${press_release.launch_date?datetime?string("MMM dd, yyyy")}
05-09-2011 11:14 AM
05-10-2011 05:52 PM
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:pr="http://www.alfresco.org/alfresco/pr" xmlns:alf="http://www.alfresco.org"
targetNamespace="http://www.alfresco.org/alfresco/pr"
elementFormDefault="qualified">
<!– defines the form for creating a press release –>
<xs:element name="press_release">
<xs:complexType>
<xs:sequence>
<xs:element name="title" type="xs:normalizedString"/>
<xs:element name="body" type="xs:string" minOccurs="1" maxOccurs="unbounded"/>
<xs:element name="launch_date" type="xs:date"/>
<xs:element name="expiration_date" type="xs:date"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>
05-11-2011 04:31 PM
${press_release.launch_date?date("yyyy-MM-dd")}
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.