Hi everyone :
First… Vaadin rocks!
Here is my question…
How do we access the Application from the writeAjaxPageHtmlHeader method in ApplicationServlet?
Here is my situation…
I am extending the ApplicationServlet and I override the writeAjaxPageHtmlHeader method in order to write specific meta tags for SEO purposes. The content of these tags needs to be read from the database through a call to a method in the Application (or perhaps getting them through session attributes).
Any help or hint would much appreciated.
Gilles