Hi Peter
I was not aware of a core border component in T4 although I am happy to
be corrected.
Regardless, in T5 you have the Tapestry Element which, as
described in the documentation
(http://tapestry.apache.org/tapestry5/tapestry-core/guide/templates.html),
is an analogue of @RenderBody from T4
t to $content$
in T5?
Thanks,
J.
Original Message
Subject:Re: T5 Border Component
Date: Sat, 21 Jul 2007 02:56:56 +1000
From: Jordan Howarth <[EMAIL PROTECTED]>
To: users@tapestry.apache.org
References: <[EMAIL PROTECTED]>
Hi Peter
I was not awa
I knew I would be reinventing something ... ;(
http://wiki.apache.org/tapestry/Tapestry5HowToCreateASimpleGraphComponent
A case of read the manual (or in this case Wiki)
J.
Jordan Howarth wrote:
> Hi all
>
> I have been cribbing from "Enjoying Web Dev with Tapestry" to
Hi Klaus
Take a look at
http://tapestry.apache.org/tapestry5/tapestry-core/guide/coercion.html:
"Type coercions occur when a value passed into a parameter (as bound
in template or in an annotation) does not match the type of the
parameter." The exception message indicates that the TypeCoercer Serv
Hi all
I have been cribbing from "Enjoying Web Dev with Tapestry" to create a
download service in T5 (5.0.5). Working on the basis that this was not a
wheel worthy of reinvention, I went looking for anything that resembled
this in the T5 code base: enter [core
..]/internal/services/ResourceStreame