no I haven't, I moved everthing out of /resources and now have the following
layout:

/java/../components/
            Layout.tml
            Layout.java
/java/../pages/
           Index.java
/webapp/styles/
            main.css
/webapp/
           Index.tml

find the contents of Index.tml below...

running the app now only shows me [<t:pagelink
t:page="Index">refreshsss</t:pagelink>] - the other text is missing and
there is no css applied?  Any ideas...It worked when I had it under
/resources/org/example/myapp/


thanks

..kace

<t:layout xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd"; 
t:title="literal:My first use of layout component" >


        <p> This is the start page for this application, a good place to
start your modifications.
            Just to prove this is liv4e: </p>

        <p> The current time is: ${currentTime}. ${kace}</p>

        <p>
            [<t:pagelink t:page="Index">refreshsss</t:pagelink>]
        </p>

</t:layout>
-- 
View this message in context: 
http://www.nabble.com/-T5--tp18415269p18423303.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


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

Reply via email to