Re: [ANNOUNCEMENT] Tapestry 5.9.0-preview 2

2024-10-09 Thread D Tim Cummings
Thanks for working on the jakarta release. I am really looking forward to it. I thought I would try out the new quickstart to see how it performs. mvn archetype:generate \   -DinteractiveMode=false \   -DarchetypeGroupId=org.apache.tapestry \   -DarchetypeArtifactId=quickstart \   -DarchetypeVer

[T5.4] Does exanpe-t5-lib work with Tapestry 5.4 ?

2014-06-10 Thread D Tim Cummings
I am using exanpe-t5-lib to include some google maps on a page in Tapestry 5.3 and want to upgrade my app to 5.4. exanpe-t5-lib version 1.3.0-SNAPSHOT from the master branch caused problems starting my app so I have checked out branch br_5.4 from github exanpe/exanpe-t5-lib (version 2.0.0-SNA

tapestry.thread-pool.max-pool-size not doing anything

2014-06-30 Thread D Tim Cummings
Hi I am using Tapestry 5.3.7 and the ParallelExecutor. When I increase the max-pool-size I am not able to use any more threads. However when I increase the core-pool-size I am able to use more threads. It looks like the max-pool-size is not doing anything (or I am not understanding what it is

Re: tapestry.thread-pool.max-pool-size not doing anything

2014-07-01 Thread D Tim Cummings
Crazy / stupid behaviour if you ask me... But > expected. > > I've been caught out by this before when I set core pool size to 1, > expecting the thread size to increase under load. > On 1 Jul 2014 02:53, "D Tim Cummings" wrote: > >> Hi >> >> I am u

tapestry-security looking for sample code

2014-08-04 Thread D Tim Cummings
I am having a look at the tapestry-security guide at http://tynamo.org/tapestry-security+guide and several of the links are broken Hibernate-based entity realm (service) points to http://svn.codehaus.org/tynamo/trunk/tynamo-federatedaccounts/tynamo-federatedaccounts-core/src/test/java/org/tynamo

Re: tapestry-security looking for sample code

2014-08-04 Thread D Tim Cummings
> > > > On Tue, Aug 5, 2014 at 12:19 PM, Chris Mylonas wrote: > >> Hi Tim, >> >> I had sample code in a repo I was making a variations project to split >> hairs on how to do the same thing using different ways. >> >> Unforch that re

Re: tapestry-security looking for sample code

2014-08-04 Thread D Tim Cummings
hibernate.cfg.xml >> >"-//Hibernate/Hibernate Configuration DTD 3.0//EN" >>"http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd";> >> >> >>> name="hibernate.connection.driver_class">org.

5.4 beta 22 - Select component secure="auto" throws exception: model is bound to null.

2014-11-17 Thread D Tim Cummings
I am trying to understand the new attribute "secure" of the "select" component. This is either a bug or I don’t understand the attribute. I am running Tapestry 5.4 beta 22. I have copied the code from the Jumpstart7 AJAX filtered grid example where firstInitials is a List created in the setupR

Re: 5.4 beta 22 - Select component secure="auto" throws exception: model is bound to null.

2014-11-17 Thread D Tim Cummings
form submit (as > it is not a render request) - You can use onActivate, onPrepareForSubmit or > onPrepare to init the model prior to form submission. > > -- > Chris > > On Mon, Nov 17, 2014 at 12:39 PM, D Tim Cummings > wrote: > >> I am trying to understand th

Re: 5.4 beta 22 - Select component secure="auto" throws exception: model is bound to null.

2014-11-17 Thread D Tim Cummings
> On 18 Nov 2014, at 02:44, Thiago H de Paula Figueiredo > wrote: > > On Mon, 17 Nov 2014 10:41:20 -0200, D Tim Cummings > wrote: > >> Thanks. That wasn’t my question but it does help me. With secure="always", I >> would need the model for render a

Re: 5.4 beta 22 - Select component secure="auto" throws exception: model is bound to null.

2014-11-17 Thread D Tim Cummings
00 in the toValue method which would throw a much clearer error. > > 2014-11-17 17:44 GMT+01:00 Thiago H de Paula Figueiredo > : > >> On Mon, 17 Nov 2014 10:41:20 -0200, D Tim Cummings >> wrote: >> >> Thanks. That wasn’t my question but it does help me. With &

Images broken on Tapestry documentation website

2019-11-28 Thread D Tim Cummings
I notice that the screenshot images on many of the Tapestry documentation pages have broken URLs. For example: https://tapestry.apache.org/getting-started.html https://tapestry.apache.org/forms-and-validation.html

Migrating to 5.7.2

2021-04-14 Thread D Tim Cummings
Thanks for providing the migration tool. https://repo1.maven.org/maven2/org/apache/tapestry/tapestry-version-migrator/5.7.0/tapestry-version-migrator-5.7.0.jar java -jar tapestry-version-migrator-5.7.0.jar upgrade 5.7.0 A couple of changes it missed: -import org.apache.tapestry5.beaneditor.Bean

Getting Started with 5.7.2

2021-04-24 Thread D Tim Cummings
I have tried the instructions at https://tapestry.apache.org/getting-started.html using Tapestry 5.7.2 archetype. 1. The code produced by 5.7.2 archetype uses 5.6 packages org.apache.tapestry5.services.Request, RequestFilter, RequestHandler, Response so it won't compile. As there were only four t

Re: Getting Started with 5.7.2

2021-05-15 Thread D Tim Cummings
t; >> Hello! >> >> Thank you very much for spotting and warning us about these issues. >> >> You shouldn't need to use Spring Boot. The archetype needs to be fixed. >> >> On Sat, Apr 24, 2021 at 9:00 PM D Tim Cummings > wrote: >> >>> I have tr

Integrating Agrest in Tapestry app

2021-08-02 Thread D Tim Cummings
Does anyone have experience integrating Agrest (https://agrest.io/) into a Tapestry app? My Tapestry app uses Cayenne ORM and it looks like Agrest works well with Cayenne to produce REST functionality. It would be helpful to see some sample code. Thanks in advance Tim OpenPGP_signature Descr

Re: Integrating Agrest in Tapestry app

2021-08-03 Thread D Tim Cummings
Priorities.AUTHORIZATION) and plug in your security code. > > But as said before, I haven't tested it, and it just looks this way to me > at first glance. > > Cheers, > Ben > > On Tue, Aug 3, 2021 at 5:28 AM D Tim Cummings > wrote: > >> Does anyone have e

Re: Getting Started with 5.7.2

2021-08-05 Thread D Tim Cummings
iag...@gmail.com>) escribió: > >> Hello! >> >> Thank you very much for spotting and warning us about these issues. >> >> You shouldn't need to use Spring Boot. The archetype needs to be fixed. >> >> On Sat, Apr 24, 2021 at 9:00 PM D Tim Cummings > wrot

Re: Integrating Agrest in Tapestry app

2021-08-05 Thread D Tim Cummings
ave checked Ben's brilliant response before I wrote my own, > inferior one. > > On Thu, Aug 5, 2021 at 1:12 PM Thiago H. de Paula Figueiredo < > thiag...@gmail.com> wrote: > >> On Tue, Aug 3, 2021 at 8:12 AM D Tim Cummings >> wrote: >> >>> I

Re: Integrating Agrest in Tapestry app

2021-08-06 Thread D Tim Cummings
our project > - write a service to setup the AgRuntime > - write a simple resource with a single @GET method using Agrest > - contribute the AgRuntime and resource like in my previous mail. > - test it with your browser or curl > > Hope this helps! > > On Tue, Aug 3, 2021 at

Re: Integrating Agrest in Tapestry app

2021-08-06 Thread D Tim Cummings
e tapestry-resteasy/RESTEasy source code and not tested it > with a running project, so it might not be that easy. > > > On Fri, Aug 6, 2021 at 1:52 PM D Tim Cummings > wrote: > >> Hi Ben >> >> I followed your suggestions and was able to get rest working with &g

Re: Getting Started with 5.7.3

2021-08-29 Thread D Tim Cummings
oot optional. Give me some days, I will come with a patch. > > Regards, > > El mar, 10 ago 2021 a las 23:36, Thiago H. de Paula Figueiredo (< > thiag...@gmail.com>) escribió: > >> On Thu, Aug 5, 2021 at 10:02 PM D Tim Cummings > wrote: >> >>> Hi Thia

Re: Getting Started with 5.7.2

2021-08-31 Thread D Tim Cummings
ibió: > >> Hello, >> >> Just to say that I will start to work on updating quickstat to make spring >> boot optional. Give me some days, I will come with a patch. >> >> Regards, >> >> El mar, 10 ago 2021 a las 23:36, Thiago H. de Paula Figueiredo (< &

Re: Apache FOP integration

2022-01-28 Thread D Tim Cummings
iText is still open source but the license has changed. OpenPDF is the LGPL and MPL fork of iText from before the license changed to the AGPLv3. If you want to use iText with the free AGPLv3 license then you need to open source your software as well. Alternatively iText has commercial licenses

quickstart navbar toggler not working

2022-02-07 Thread D Tim Cummings
I just tried out quickstart 5.8.0 and noticed that when the browser window is small it collapses the navbar behind a button. Unfortunately clicking the button doesn't show the navbar. It used to work in old versions of quickstart (eg 5.4.5) which used Bootstrap 3 but quickstart 5.8.0 uses Boots

Re: quickstart navbar toggler not working

2022-02-09 Thread D Tim Cummings
robably caused by the lack of inclusion of the JavaScript module that implements the Bootstrap 4 behaviors. Jira ticket please? :) Meanwhile, you can try adding @Include(module = "bootstrap") to your Layout class. I haven't tested this and it might not work. Cheers! On Mon, Feb 7, 2022

Re: quickstart navbar toggler not working

2022-02-10 Thread D Tim Cummings
Thanks Vangel Working for me now. Tim On 11/2/22 10:34, Vangel V. Ajanovski wrote: there is one more change you need. In Layout.tml, in the navbar-toggler button change data-bs-toggle to data-toggle and data-bs-target to data-target. Something like this data-target="#navbarSupportedContent

Re: [ANNOUNCEMENT] Tapestry 5.8.1 released!

2022-04-04 Thread D Tim Cummings
Thanks Thiago I checked the updates in quickstart and they look great. One minor thing when running quickstart, the ascii art no longer knows which tapestry version is running :(  __  __ /_  __/__   ___ ___ / /___ __  / __/  / / / _ `/ _ \/ -_|_- Hello, Tapest

Tapestry 5.8.1 Quickstart not in archetype catalog

2022-04-22 Thread D Tim Cummings
I am not sure what needs to be done to get Tapestry 5.8.1 Quickstart into https://repo.maven.apache.org/maven2/archetype-catalog.xml on Maven Central but it is not there yet. Maybe it is just a case of waiting. If it is a manual addition then, please add it, and at the same time remove some of

Re: [Informal poll] Version number for Jakarta EE-supporting Tapestry version

2024-08-01 Thread D Tim Cummings
Hi Thiago I like 5.18. I am even happy with 5.9 because I think committing to producing new major releases in the javax branch sounds like a lot of work. If people want the features of a new release they can migrate to jakarta. It is not like they can avoid that migration for ever. If they do

Re: Apache Tapestry 5.9.0 Jakarta Maven Quickstart

2025-03-04 Thread D Tim Cummings
Hi Andreas I don't use tapestry runner myself, but I notice there is a tapestry-runner-jakarta which might be what you are supposed to use. I use `mvn jetty:run` to run my apps. You could try that. I posted an email on 10-Oct-2024 which detailed some fixes to get quickstart working in the pr