Re: Filter on every table column

2016-04-27 Thread Jay Ginete
Hi Morgan, I'm guessing you didn't import the CSS and JS for the datatable. You can either import the datatable CSS and JS in your layout component OR import it into the page class. https://gist.github.com/killertilapia/b2509b6721d14e2abc5dd8cc1eda571d On 27/04/2016 8:30 PM, Morgan Hautman

Re: Filter on every table column

2016-04-27 Thread Morgan Hautman
Hi Jay, I'm able to show the table but there is no css or javascript. Do you know where I can find all the ressources? Or maybe I'm doing it wrong.. https://gist.github.com/mhautman/d144d9bf107a27efe83fe97ca188a460 Regards, Morgan 2016-04-27 8:48 GMT+02:00 Morgan Hautman : > Hi Jay, > > No :

Re: Change grid on "onSuccess"

2016-04-27 Thread Barry Books
Chris is correct you need some kind of type coachers to store Street in the url but in this case I don't think you need street/streets in the url only the variables in the form. I don't do much ajax so I like to use setupRender but perhaps the best way to get the set of streets is with a method lik

Re: Change grid on "onSuccess"

2016-04-27 Thread Chris Poulsen
When you need to persist non-trivial state (and not want to put it in the session, like standard @Persist does), you need to help tapestry figure out how to map between a String and the persistent state. There are some coercers for the most trivial types and projects like tapestry-hibernate/jpa al