PrettyTimeConverter inside a custom tag
-
Hello everyone,
I developed a custom tag which has as one of its components a h:outputText that should prints the date processed by PrettyTimeConverter.
I added the maven dependencies for PrettyTime and for the JSF integration, and also added the prettyTimeConverter to the outputText, but when I try to load the page I get the following error message:
Expression Error: Named Object: prettyTimeConverter not found.
Question: Do I need to perform any other configuration settings than those ones I did?
It worked when I did it like this: ‘<h:outputText value=”#{exhibitionDate}” converter=”org.ocpsoft.PrettyTimeConverter”/>’
You must be logged in to reply to this topic.