(Quick Reference)

5 Known Issues and Limitations - Reference Documentation

Authors: Ondrej Kvasnovsky, Francis McKenzie

Version: 1.6.2.2-SNAPSHOT

5 Known Issues and Limitations

The following is a list of known issues/limitations with the Vaadin plugin:

Sitemesh

The Vaadin plugin supports constructing Vaadin interfaces using GSP views. However, the GSP views are rendered using a mock HttpRequest/HttpResponse. The implementation does not currently support Sitemesh layouts. However, you can easily use the layout tag to use another GSP as a layout template.

Vaadin API

Although the Vaadin plugin's support for Controllers is a lot like standard Grails, it is a separate implementation. Therefore some of the methods that you expect to find in Grails Controllers may not be available in VaadinControllers. However, let us know if anything important is missing, and we'll work on getting those added.