Using jquery components on vaadin

Hello,

This week I tried to add a jquery component to vaadin using a custom layout but this did not work because jquery could not add tags dynamically. I was adding a multi file uploader (
uploadfy
).

This is possible?, thanks.

I assume you are not using any of these http://demo.vaadin.com/sampler#Uploads because they are single file uploads?

Jquery community is definitely coming out with some nice widgets. I wonder as it becomes more and more popular if easy integration into vaadin will become key.

Hi,

I can not use these widgets because I need to upload multiples files at the same time then I am studying others ways but I think that jquery is not the best option.

Thanks.

Have you noticed the
EasyUploads
add-on?