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 <tobias.scho...@gmail.com>
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 <
> 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 <tobias.scho...@gmail.com>
>> 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
>>>
>>
>>
>>
>>

Reply via email to