How to use multiple t:body/ tags in single component.

2009-08-25 Thread Prajesh Kacha
Hello,
In my web page I am using one t:body/ tag, but I need multiple t:body/
tag to get replace.
To do that is there any mechanism like specifying Id or some name to the
components.
I search a lot but I didn't find.

I don't know what to do.
Please can any one help me.


Thank in advance.







-- 
Regards,
Prajesh J. Kacha.
Coriolis Technologies Pvt Ltd.


Header, footer component are not working.

2009-08-17 Thread Prajesh Kacha
Hello Friends,
I want to add header and footer in my web page .
But it is not working.

I have create my .java and .tml file in there appropriate components
folder.

Here is my component file called HF.tml.

html xmlns:t=http://tapestry.apache.org/schema/tapestry_5_0_0.xsd;

head
title This Is Header File /title
/head

body
p h1 this is header /h1 /p
t:body/
/body
/html
===


HF.java

package org.example.myapp.components;

public class HF {

}
===
Another.tml

t:hf xmlns:t=http://tapestry.apache.org/schema/tapestry_5_0_0.xsd;
 h1my another page/h1
/t:hf

==
Another.java

package org.example.myapp.pages;

public class Another{

}


But it just display
my another page
but it should show

*this is header*
my another page










Prajesh J. Kacha.
Coriolis Technologies Pvt Ltd.


how to use tapestry5

2009-07-31 Thread Prajesh Kacha
Hello,

I have used tapestry4, but I don't know how to start with tapestry5.
Please can any one help me for this.




-- 
Regards,
Prajesh J. Kacha.
Coriolis Technologies Pvt Ltd.


How to start with Tapestry5

2009-07-30 Thread Prajesh Kacha
Hello Friends,
I Have used Tapestry4 for web development, it works fine with
apache-tomcat5.
I want to use Tapestry5 but not getting how to start, I can't find document
that tells me how to configure tapestry5 with tomcat5.
can any one help me to solve these problem.



-- 
Regards,
Prajesh J. Kacha.
Coriolis Technologies Pvt Ltd.