Re: T5 Border Component

2007-07-20 Thread Jordan Howarth
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

[Fwd: Re: T5 Border Component]

2007-07-20 Thread Jordan Howarth
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

Re: service throws java.lang.IllegalStateException (T5)

2007-07-19 Thread Jordan Howarth
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

Re: [T5] Passing Pages into Components

2007-07-18 Thread Jordan Howarth
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

service throws java.lang.IllegalStateException (T5)

2007-07-18 Thread Jordan Howarth
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