You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by matt22 <s1...@zoznam.sk> on 2007/06/28 18:46:56 UTC

T5 simple problem

I use T5-5.0.4 without Maven.
I use Netbeans and Tomcat 5.5, and have a primitive problem with components.

I have page StartPage.html:
<html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd">
<head>
	<title>hilo Start Page</title>
</head>
<body>
    <t:ItemsView t:id="ItemsView" >123ItemsView</t:ItemsView>
</body>
</html>

And Component-ItemsView template:
<html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd">
    <head>
        <title>Component</title>
    </head>
    <body>
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
    </body>    
</html>

But result after rendering is:
<html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd">
<head>
	<title>hilo Start Page</title>
</head>
<body>
    123ItemsView
</body>
</html>


So i dont know where is the problem?
I place start.html and ItemsView.html in \WEB-INF, and also i try plase it
in \WEB-INF\classes\

Where should i place it?
Or is there someone war example for T5 for downloading?
Or can anybody send it to me?

I create huge project, and it will be very very complicated to transfer all
into mavem, or eclipse...
Thanks for whatever reply...

-- 
View this message in context: http://www.nabble.com/T5-simple-problem-tf3995442.html#a11346730
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org