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
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
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
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
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