Re: Looking for open source projects that uses the current version of Tapestry
Felix Gonschorek <[email protected]> Mon, 8 Jul 2019 17:04:12 +0200
| Newsgroups | gmane.comp.java.tapestry.user |
|---|---|
| Message-ID | <CAOw=7fhHi_Oz2w1d3ynEGUMKd0+5jDoceRR_QTRVVoHm7YCVqQ@mail.gmail.com> |
--00000000000054857a058d2cc30a Content-Type: text/plain; charset="UTF-8" Hi Tobias, I am not sure if I get you question right, but I think this was always the case that value was mandatory. The only way to omit a "value" parameter is to use t:id which matches a property name, e.g.: tml: <t:textfield t:id="comment" /> Java: @Property private String comment; Felix On Mon, 8 Jul 2019 at 16:51, Tobias Scholze <[email protected]> wrote: > Hi Felix, > > Yes I do and it is great! > > But it seems that 5.4.3 which is covered in th elatest Jumpstart version > does not conform to the latest Tapestry version 5.4.4. For example required > the t:textfield now a value. :) > > Cheers > > Am Mo., 8. Juli 2019 um 16:36 Uhr schrieb Felix Gonschorek < > [email protected]>: > >> 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 <[email protected]> >> wrote: >> >>> 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 "<t:textfield />" required now a >>> value >>> property but "t:value={myProperty}" will not find that property in the >>> Java >>> class etc, pp. >>> >>> That's why I'm looking for some open source projects (which has public >>> accessable code) that uses Tapestry 5.4.4 use them as a "tutorial". >>> >>> I'm thankful for every tipp :) >>> >>> Have a great day, >>> >>> - Tobi >>> >> >> >> >> --00000000000054857a058d2cc30a--