Re: Anyone still using Java 8 in Tapestry webapps

2023-10-04 Thread Aleksandar Nikolov
YES! We are still using JDK 1.8! And it will remain so in the future. This is due to JDK license agreements after 1.8. Alex On 3.10.23 г. 20:34 ч., Thiago H. de Paula Figueiredo wrote: Hello, everyone! While planning the next Tapestry steps, one piece of information that would be useful is

Re: How to change a Grid's parameter from a subclass of Grid?

2020-04-29 Thread Aleksandar Nikolov
is a solution (looks like the only possible), although I think it would be much simpler if I could just change parameters inside the components (ExGrid). Thank you for the help! Aleksandar On 27.04.2020 22:16, Thiago H. de Paula Figueiredo wrote: On Mon, Apr 27, 2020 at 1:24 AM Aleksandar Ni

How to change a Grid's parameter from a subclass of Grid?

2020-04-26 Thread Aleksandar Nikolov
Hi, I extended Grid component because, among the other things, I want to integrate a Select component for choosing 'rowsPerPage' parameter of the Grid - for example by "10 20 50 100" rows per page values. Let's call ExGrid extends Grid. It is 5.3.8 Tapestry version. So far so good, but how c

Re: ServiceOverride help wanted

2015-01-03 Thread Aleksandar Nikolov
Hi, Does anybody know how to override a service in Tapestry 5.3.8? I don't want to use the back door - copy&paste&change the original source in the original location and thus force the webserver to use the modified class rather than the original one. -- Best regards, Aleksandar

ServiceOverride help wanted

2014-12-17 Thread Aleksandar Nikolov
Hi, I need to override the original HibernateSessionSourceImpl service with a modification of mine - MyHibernateSessionSourceImpl. It is 5.3.8 version. I followed the instructions in http://tapestry.apache.org/ioc-cookbook-overriding-ioc-services.html and replace the example code: @Contribu