RE: Templates and t:body

2007-10-19 Thread Heck, Bob
file in the webroot and the .java for the component in components. Moved the .tml to components package and it works now. Bob -Original Message- From: Heck, Bob [mailto:[EMAIL PROTECTED] Sent: Friday, October 19, 2007 19:33 To: Tapestry users Subject: RE: Templates and t:body Ok

RE: Templates and t:body

2007-10-19 Thread Heck, Bob
age- From: Howard Lewis Ship [mailto:[EMAIL PROTECTED] Sent: Friday, October 19, 2007 18:20 To: Tapestry users Subject: Re: Templates and t:body Tapestry mandates a certain organization to your classes. If you page class is org.example.pages.MyPage then your compone

Re: Templates and t:body

2007-10-19 Thread Howard Lewis Ship
? > > Thanks in advance. > > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of > Josh Canfield > Sent: Thursday, October 18, 2007 12:36 > To: Tapestry users > Subject: Re: Templates and t:body > > Did you create the Head

RE: Templates and t:body

2007-10-19 Thread Heck, Bob
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Josh Canfield Sent: Thursday, October 18, 2007 12:36 To: Tapestry users Subject: Re: Templates and t:body Did you create the Header.java? On 10/18/07, Angelo Chen <[EMAIL PROTECTED]> wrote: > > > Hi Jonathan, > &

Re: Templates and t:body

2007-10-18 Thread Nick Westgate
Paula Figueiredo [mailto:[EMAIL PROTECTED] Sent: Thursday, October 18, 2007 12:17 To: Tapestry users Subject: Re: Templates and t:body On Thu, 18 Oct 2007 13:05:48 -0300, Heck, Bob <[EMAIL PROTECTED]> wrote: So, how does layout.tml know to use specific.tml to fill in the tag? Does it hav

RE: Templates and t:body

2007-10-18 Thread Jonathan Barker
o: users@tapestry.apache.org > Subject: RE: Templates and t:body > > > Hi Jonathan, > > I tried your approach, but does not work, here is my steps: > > 1. create a Header.html in component directory, it has only one > line:hi > my heading > 2. I use it in my start.ht

Re: Templates and t:body

2007-10-18 Thread Josh Canfield
ry.apache.org/schema/tapestry_5_0_0.xsd";> > > > > My Tapestry Application > > > > > > > > My Page Specific Content > > > > > > > > > >> -Original Message- > >> From: Heck, Bob [mai

Re: Templates and t:body

2007-10-18 Thread Josh Canfield
ROTECTED]> wrote: > > and are in two separate files. How does that work? > > > > -Original Message- > From: Thiago H de Paula Figueiredo [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 18, 2007 12:17 > To: Tapestry users > Subject: Re: Templates and t:body

RE: Templates and t:body

2007-10-18 Thread Angelo Chen
ROTECTED] >> Sent: Thursday, October 18, 2007 12:27 PM >> To: Tapestry users >> Subject: RE: Templates and t:body >> >> Or, maybe I should just start at the top. >> >> I have a header that I want to display on every page. That header html >> (tml) mark

RE: Templates and t:body

2007-10-18 Thread Jonathan Barker
nal Message- > From: Heck, Bob [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 18, 2007 12:27 PM > To: Tapestry users > Subject: RE: Templates and t:body > > Or, maybe I should just start at the top. > > I have a header that I want to display on every page. That h

RE: Templates and t:body

2007-10-18 Thread Jonathan Barker
long-term flexibility. Jonathan > -Original Message- > From: Heck, Bob [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 18, 2007 12:27 PM > To: Tapestry users > Subject: RE: Templates and t:body > > Or, maybe I should just start at the top. > > I have a h

Re: Templates and t:body

2007-10-18 Thread Marcus
Hi Bob, Header.tml: http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";> Hello.tml: http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";> Hello Word! Marcus

RE: Templates and t:body

2007-10-18 Thread Heck, Bob
: Thiago H de Paula Figueiredo [mailto:[EMAIL PROTECTED] Sent: Thursday, October 18, 2007 12:17 To: Tapestry users Subject: Re: Templates and t:body On Thu, 18 Oct 2007 13:05:48 -0300, Heck, Bob <[EMAIL PROTECTED]> wrote: > So, how does layout.tml know to use specific.tml to fill in th

RE: Templates and t:body

2007-10-18 Thread Heck, Bob
and are in two separate files. How does that work? -Original Message- From: Thiago H de Paula Figueiredo [mailto:[EMAIL PROTECTED] Sent: Thursday, October 18, 2007 12:17 To: Tapestry users Subject: Re: Templates and t:body On Thu, 18 Oct 2007 13:05:48 -0300, Heck, Bob <[EM

Re: Templates and t:body

2007-10-18 Thread Matheus Eduardo Machado Moreira
ml to fill in the > tag? Does it have to be injected somehow? Where does it get > a reference? How is this done? > > > > > -----Original Message- > From: Jonathan Barker [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 18, 2007 10:56 > To: 'Tapestry users

Re: Templates and t:body

2007-10-18 Thread Angelo Chen
Something interesting: if you will get some runtime warning, but everything's fine. Thiago H. de Paula Figueiredo wrote: > > On Thu, 18 Oct 2007 13:05:48 -0300, Heck, Bob <[EMAIL PROTECTED]> wrote: > >> So, how does layout.tml know to use specific.tml to fill in the >> tag? Does it have to

Re: Templates and t:body

2007-10-18 Thread Thiago H de Paula Figueiredo
On Thu, 18 Oct 2007 13:05:48 -0300, Heck, Bob <[EMAIL PROTECTED]> wrote: So, how does layout.tml know to use specific.tml to fill in the tag? Does it have to be injected somehow? Where does it get a reference? How is this done? just renders whatever was put inside your tag. ;) The specifi

RE: Templates and t:body

2007-10-18 Thread Heck, Bob
re does it get a reference? How is this done? -Original Message- From: Jonathan Barker [mailto:[EMAIL PROTECTED] Sent: Thursday, October 18, 2007 10:56 To: 'Tapestry users' Subject: RE: Templates and t:body Bob, The documentation is correct, but requires some getting used to. A l

RE: Templates and t:body

2007-10-18 Thread Jonathan Barker
hat helps. Jonathan > -Original Message- > From: Heck, Bob [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 18, 2007 11:37 AM > To: Tapestry users > Subject: Templates and t:body > > I am really confused and in need of some clarification. > > The