navigator navigate and valo

Hi all,

Iam new @Vaadin and iam trying examples. i look this video:
https://www.youtube.com/watch?v=H6WmUCJd_zQ

and there Henri Kerola use navigator.navigate … but this dont work for me. i see there is a new one navigateTo but this requiered a String so my demo application dont work.

and my second question: how can i use “valo” theme? at my demo app

thanks for help

Hi Nico, Navigator.navigate() was present in some Vaadin 7.0 preview versions but was made redundant and removed before the final version. You can just ignore it and everything should work.

To use Valo, annotate your UI class with @Theme(“valo”).