When I add tapestry-extensions to my build.gradle as per the instructions in 
the github link below, I see that Gradle downloads Tapestry 5.4.1, as well as 
several dependencies of it.

The problem is that our webapp is on Tapestry 5.3.8 and there are no imminent 
plans to upgrade. So I will remove that build.gradle change, download 
tapestry-extensions and add it to my project as a local library, and try 
tapestry-extensions with Tapestry 5.3.8 .

So if someone knows that tapestry-extensions cannot work with Tapestry 5.3.8 or 
that specific provisions are needed, it would greatly help me to know that.

Thanks

Davide


-----Original Message-----
From: Davide Vecchi 
Sent: Monday, February 13, 2017 09:41
To: 'Tapestry users' <users@tapestry.apache.org>
Subject: RE: Implementing a "bottomless" grid

Hi David,

Thanks for the information, that might be just what I am looking for. If I come 
up with something generic enough to be of interest to other people, I will post 
back here. Thanks also for the tip about the scrollbar.

Davide


-----Original Message-----
From: David Diaz [mailto:d...@viddiaz.com]
Sent: Friday, February 10, 2017 22:15
To: Tapestry users <users@tapestry.apache.org>
Subject: Re: Implementing a "bottomless" grid

Hi Davide,

Try checking out https://github.com/eddyson-de/tapestry-extensions, this might 
have what you are looking for (InfiniGrid), or at least give you an idea on 
what you need to do.

If you want the grid to be in it's own scrollbar, you should put it in a <div> 
and then set the height to be some fixed height, and give it the style 
overflow-y: scroll;.

Thanks,
David.

>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to