I use Vaadin with AppFoundation.
When I try to use the activateView methode with the true parameter to use
UriFragments the compiler say me :
error: reference to activateView is ambiguous, both method
activateView(Object,Object...) in ViewHandler and method
activateView(Object,boolean,Object...) in ViewHandler match
I use JDK 1.7 with IntelliJ
Best regards.
Original issue reported on code.google.com by
pierrick...@gmail.comon 26 Mar 2012 at 3:03