Re: Looking for open source projects that uses the current version of Tapestry

2019-07-10 Thread Tobias Scholze
Hi :) You are right. It was MY beginner‘s mistake. Sorry. :) Thiago H. de Paula Figueiredo schrieb am Mi. 10. Juli 2019 um 00:11: > On Mon, Jul 8, 2019 at 11:22 AM Tobias Scholze > wrote: > >> Hi folks, >> > > Hello! > > >> Now I recognized that T

Re: Looking for open source projects that uses the current version of Tapestry

2019-07-08 Thread Tobias Scholze
ould use it to inject the > component in Java like this: > > tml: > > > java: > @InjectComponent > private TextField channelNameField; > > but usually you don't need to inject individual fields, unless you want to > add some custom validation errors. > > Best regar

Re: Looking for open source projects that uses the current version of Tapestry

2019-07-08 Thread Tobias Scholze
you should simply reference the > property without {} or ${}. > > These things are described here: > http://tapestry.apache.org/component-parameters.html (there is even a > section called: "Don't use the ${...} syntax!" on that page ;) ). > > HTH! > > -- > C

Re: Looking for open source projects that uses the current version of Tapestry

2019-07-08 Thread Tobias Scholze
fe...@netzgut.net>: > Hi Tobias, > > do you know Tapestry Jumpstart from Geoff Callender? It's great :) > > http://jumpstart.doublenegative.com.au/home.html > > Cheers > Felix > > On Mon, 8 Jul 2019 at 16:22, Tobias Scholze > wrote: > >> Hi folks, >&

Looking for open source projects that uses the current version of Tapestry

2019-07-08 Thread Tobias Scholze
Hi folks, thanks again for helping me out with my last issue yesterday. Now I recognized that Tapestry 5.4.4 has no Jumpstart Tutorial section and some parts has been changed like the "" required now a value property but "t:value={myProperty}" will not find that property in the Java class etc,

Re: Cannot execute Maven goal to build Tapestry 5.4.x from Getting started guide nor from the example source using Maven

2019-07-07 Thread Tobias Scholze
Thanks Svein, My problem has been solved already by Andreas. :) Now, I can start to play around - maybe I'll abandon it, but for now, it look just easy to get into it. Am So., 7. Juli 2019 um 18:26 Uhr schrieb Svein-Erik Løken <

Re: Cannot execute Maven goal to build Tapestry 5.4.x from Getting started guide nor from the example source using Maven

2019-07-07 Thread Tobias Scholze
Hi Andreas, you are my hero of the day. The Archtype works fine, everything went well. Maybe the project lead should put your snippet as "Getting Started". :) Great to see that this community is still helpful, nevertheless it's state. I try it to use in some spare time projects. I found my old

Re: Cannot execute Maven goal to build Tapestry 5.4.x from Getting started guide nor from the example source using Maven

2019-07-07 Thread Tobias Scholze
archetype defined. Using maven-archetype-quickstart (org.apache.maven.archetypes:maven-archetype-quickstart:1.0) Choose archetype: 1: internal -> org.apache.maven.archetypes:maven-archetype-archetype (An archetype which contains a sample archetype.) [...] """ Am So., 7. Ju

Re: Cannot execute Maven goal to build Tapestry 5.4.x from Getting started guide nor from the example source using Maven

2019-07-07 Thread Tobias Scholze
261 Kinds regards, Tobi Am So., 7. Juli 2019 um 13:17 Uhr schrieb Andreas Ernst : > Hi Tobias, > > try it this way with the maven archetype: > > https://tapestry.apache.org/getting-started.html > > HTH, > Andreas > > Am 07.07.19 um 12:42 schrieb Tobias Scholze: >

Re: Cannot execute Maven goal to build Tapestry 5.4.x from Getting started guide nor from the example source using Maven

2019-07-07 Thread Tobias Scholze
it to set it up newly from ground level. Best wishes, - Tobi Am So., 7. Juli 2019 um 12:32 Uhr schrieb Andreas Ernst : > Hi Tobias, > > Am 07.07.19 um 12:24 schrieb Tobias Scholze: > > Hi Andreas, > > thanks for your fast reply! > > Gosh, I over read the "ti

Re: Cannot execute Maven goal to build Tapestry 5.4.x from Getting started guide nor from the example source using Maven

2019-07-07 Thread Tobias Scholze
Java(TM) SE Runtime Environment (build 1.8.0_191-b12) Java HotSpot(TM) 64-Bit Server VM (build 25.191-b12, mixed mode) """ Best wishes, - Tobi Am So., 7. Juli 2019 um 12:18 Uhr schrieb Andreas Ernst : > Hi Tobias, > > Am 07.07.19 um 11:48 schrieb Tobias Scholze: > > H

Cannot execute Maven goal to build Tapestry 5.4.x from Getting started guide nor from the example source using Maven

2019-07-07 Thread Tobias Scholze
Hi community, nearly a decade ago I was involved in a project that was based on Apache Tapestry. It was great for an Java Web beginner to start with. After all this years, I want to go back to my roots and re-try or re-evaluate Tapestry again. ## Problem Sad to say, that I was not able to get