Hi,
can anyone hint me to a working example of using thymeleaf template rendering with vertx leveraging messages/i18n ? I tried a very basic setup putting properties file with messages in the same directory as the html template i redner. The rendering and everything works well, messages how ever are not resolved in the outputed html. Template and message file are named the same and put together as described in the thymeleaf docs for the standard message resolver which is leveraged by default by vertx.
Any Hint would help.
I'm using gradle as build tool, but i guess this is not related.
Cheers Chris