10-06-2011 04:32 PM
10-07-2011 03:22 AM
10-10-2011 10:12 AM
10-10-2011 11:19 AM
10-10-2011 03:17 PM
10-10-2011 03:21 PM
10-10-2011 04:54 PM
Error generating rendition using plantilla.html: freemarker.core.NonStringException: Error on line 3, column 6 in freemarker_template
Expecting a string, date or number here, Expression factura.Cliente is instead a freemarker.ext.dom.NodeListModel
10-11-2011 01:03 AM
Error on line 3, column 6
10-11-2011 11:57 AM
<?xml version="1.0" standalone="yes"?>
<xs:schema id="NewDataSet" xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:pr="http://www.alfresco.org/alfresco/pr" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" targetNamespace="http://www.alfresco.org/alfresco/pr"
elementFormDefault="qualified">
<xs:element name="NewDataSet" msdata:IsDataSet="true" msdata:UseCurrentLocale="true">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="factura">
<xs:complexType>
<xs:sequence>
<xs:element name="Cliente" type="xs:string" minOccurs="0" />
<xs:element name="NifCliente" type="xs:string" minOccurs="0" />
<xs:element name="TelefonoCliente" type="xs:string" minOccurs="0" />
<xs:element name="NFactura" type="xs:int" minOccurs="0" />
<xs:element name="Concepto" type="xs:string" minOccurs="0" />
<xs:element name="FechaFactura" type="xs:date" minOccurs="0" />
<xs:element name="Importe" type="xs:float" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>
</xs:schema>
<#ftl ns_prefixes={"D":"http://www.alfresco.org/alfresco/pr"}>
<html>
<body>
${factura.Cliente}
${factura.NifCliente}
${factura.TelefonoCliente}
${factura.NFactura}
${factura.Concepto}
${factura.FechaFactura}
${factura.Importe}
</body>
</html>
10-11-2011 05:04 PM
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.