Hello,
I try to use the full HTML views provided by Clay - if possible without the
need for additional component definition(s) in XML.
When defining converters (e.g. a DateTimeConverter) like the following:
<span jsfid="outputText" value="#{row.date}">
<span jsfid="dateTimeConverter" pattern="dd.MM.yyyy HH:mm:ss.SSS">
01.01.1900
</span>
</span>
I receive the following ERRORs:
13:45:23,275 ERROR [ApplicationImpl] Could not instantiate component of type
javax.faces.DateTime
13:45:23,322 ERROR [CreateComponentCommand] Cannot create Component
renderId="118" jsfid="dateTimeConverter" componentType="javax.faces.DateTime"
extends="dateTimeConverter" allowBody="null" facetName="null"
Is there a possibility (special attribute of the <span>, special configuration)
to add converters/validators/actionListeners and so on via a pure HTML view or
do I have to define the component in a clay-config.xml file and add the
converters there?
Thank you very much,
René