Re: Weaves library

2013-08-19 Thread Emmanuel DEMEY
You are right. The library use jQuery, but not Tapestry5-jQuery :s. Do you have JavaScript errors ? Can you check the request sent by the actionLink is an Ajax request ? Manu 2013/8/16 David Canteros > Sorry, I forgot the code. There is nothing special, I have only included a > component cal

Re: Weaves library

2013-08-16 Thread David Canteros
Sorry, I forgot the code. There is nothing special, I have only included a component called "PagedGrid" in the TML(instead of the classic Grid) file and a code for specific GridDataSource in java file. The component works fine, but the ajax actionlink throw the mentioned exception. This only happ

Re: Weaves library

2013-08-16 Thread David Canteros
The link: https://github.com/intercommit/Weaves I'm pretty sure that "weaves" uses jquery (in the repository I saw the files jquery-1.9.1.min.js and jquery_init.js), can we have a conflict between jquery from weaves and jquery from tapestry5-jquery? ---

Re: Weaves library

2013-08-16 Thread Emmanuel DEMEY
I do not think tapestry jquery is the problem. I am maybe wrong. Does Weaves use tapestry jquery? Can you give a link to this library and some codes. Manu Le 16 août 2013 17:40, "David Canteros" a écrit : > Hi! > I'm improving my T5 app interface and during this process I found the > excellent li

Weaves library

2013-08-16 Thread David Canteros
Hi! I'm improving my T5 app interface and during this process I found the excellent library called "Weaves". I want to test the "PagedGrid" component, it looks great! But I have a little problem: when I replace the standard grid by the pagedgrid then all of the ajax actionlinks stop working. The pa