Layout isn't a specific component, its the name for a component that
provides application-specific Layout (I used to call such a component
a "Border", but "Layout" is a more precise term).

Your problem is the use of 5.0.2 vs. 5.0.3 ... the structure of
templates changed between the two.  In 5.0.2 you would have to use
something like:

<span t:type="layout"> ... </span>

rather than:

<t:layout> ... </t:layout>

The former still works in 5.0.3 and it's one of the few areas where I
think a user choice is appropriate, rather than mandating a single
approach.

On 4/2/07, JoergBergner <[EMAIL PROTECTED]> wrote:

Hi!

I have the same problem but i couldn't solve by the posted solution. I'm
using the tapestry 5.0.2
I looked for the Layout component in the core library, but i couldn't find
it, and also not in the 5.0.3 library. Is there another way to implement a
"Border" component?

-Joerg
--
View this message in context: 
http://www.nabble.com/Layout-Component-tf3494445.html#a9794771
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
Howard M. Lewis Ship
TWD Consulting, Inc.
Independent J2EE / Open-Source Java Consultant
Creator and PMC Chair, Apache Tapestry
Creator, Apache HiveMind

Professional Tapestry training, mentoring, support
and project work.  http://howardlewisship.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to