You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just a tiny issue: You can annotate the PrettyTimeConverter class with @FacesConverter("prettyTimeConverter"). Without this, the example on the web page does not work.
Thanks,
Frank
The text was updated successfully, but these errors were encountered:
Thanks for pointing this out.
Could you give more details of where you're seeing or not seeing this info? Would love to fix it but need some more context.
Appreciated,
Lincoln
The converter should be registered by the bundled faces-config.xml
Hi folks!
Just a tiny issue: You can annotate the
PrettyTimeConverter
class with@FacesConverter("prettyTimeConverter")
. Without this, the example on the web page does not work.Thanks,
Frank
The text was updated successfully, but these errors were encountered: