The widgetset is the JavaScript that is compiled from Vaadin Gwt code
and served to the client. There should be one included in the egg, but
you can build a widgetset from source by following the instructions
here:
https://github.com/rwl/muntjac/tree/master/widgetsets
Alternatively, you can download a prebuilt widgetset from here:
https://github.com/rwl/muntjac/downloads
On 24 November 2012 05:37, Aliabbas Petiwala <
aliab...@gmail.com> wrote:
> HI
> on running helloworld.py from mutjac website i get error in browser
>
http://127.0.0.1:8880/:
>
> Failed to load the widgetset:
> /VAADIN/widgetsets/org.muntiacus.MuntjacWidgetSet/org.muntiacus.MuntjacWidgetSet.nocache.js?1353731685314
>
>
> this happens with other examples too?