TouchKit Default WidgetSet

Hi,

Trying to use the TouchKit addon, I get the following error:

Widgetset does not contain implementation for com.vaadin.touchkit.TouchPanel. Check its @ClientWidget mapping, widgetsets GWT module description file and re-compile your widgetset. In case you have downloaded a vaadin add-on package, you might want to refer to add-on instructions. Unrendered UIDL:

Is there any default widgetset I can use?
I am currently using an older Eclipse (IBM RSA), so I cannot use any Vaadin plugins to do it.
Also, is there a TouchKit version for jdk 1.5, as I had to update the sources in order to make it work on Websphere 6.

Thank you.

Hi George,

Sounds like you haven’t compiled the widgetset after you put the touchkits .jar to your project. Usually Eclipse will suggest you to do so but perhaps the older version does not. Try to re-compile the widgetset.

You can borrow e.g. the
Ant script for NetBeans
or one from the book and adapt it to compile the widgetset - you need to have your own widgetset that imports the TouchKit widgetset. See
this
and
this
chapter in the book.

The upcoming TouchKit 2.0 will probably be compiled to be compatible with JDK 1.5.