Re: Equivalent of JSP Includes?

2006-10-07 Thread Dobrin Ivanov
Did you succeed with this? It would be great to have this into the core Tapestry components .. --- Patrick Moore <[EMAIL PROTECTED]> wrote: > I would put in a vote for something like the Dynamic > Block making it into > the main tap release. I have been wondering how to > do this myself! > ___

RE: Equivalent of JSP Includes?

2006-10-04 Thread Mark Stang
: Re: Equivalent of JSP Includes? Yes Robert; that is EXACTLY what I'm looking for. I'm willing to write the meta component myself but I don't know how to ensure Tapestry loads the component dynamically. I'm sure there is a service somewhere and I simply use the path to t

Re: Equivalent of JSP Includes?

2006-09-26 Thread Patrick Moore
I would put in a vote for something like the Dynamic Block making it into the main tap release. I have been wondering how to do this myself!

Re: Equivalent of JSP Includes?

2006-09-24 Thread Nick Westgate
This is for T3, but you might find it relevant: http://www.tapestrycomponents.org/Tassel/app?service=direct/1/Search/viewComponent&sp=SrobertzInclude Cheers, Nick. Mike Grundvig wrote: Doh! That's the second time someone has suggested RenderBlock to me, but apparently I'm dense because I reall

Re: Equivalent of JSP Includes?

2006-09-24 Thread Dobrin Ivanov
G TEMPLATE (one of almost 2000) > -=-=- > > > > > > > > > > > > > > > Thanks for any suggestions or advice! > > Michael > > - Original Message - > From: "Ro

Re: Equivalent of JSP Includes?

2006-09-24 Thread Mike Grundvig
vice! Michael - Original Message - From: "Robert Binna" <[EMAIL PROTECTED]> To: "Tapestry users" Sent: Sunday, September 24, 2006 9:51 AM Subject: Re: Equivalent of JSP Includes? But if RenderBlock is used the Block that should be rendered must be somewhere def

Re: Equivalent of JSP Includes?

2006-09-24 Thread Robert Binna
rt" <[EMAIL PROTECTED]> To: "Tapestry users" Sent: Sunday, September 24, 2006 9:32 AM Subject: Re: Equivalent of JSP Includes? > Ah, then you definitely want to use RenderBlock. > > http://tapestry.apache.org/tapestry4.1/components/RenderBlock.html > > On 9/24

Re: Equivalent of JSP Includes?

2006-09-24 Thread Mike Grundvig
namically in Tapestry. Basically, I really want to maintain only a single template for the site but still show different components in places. Thanks! Michael - Original Message - From: "Jesse Kuhnert" <[EMAIL PROTECTED]> To: "Tapestry users" Sent: Sunday

Re: Equivalent of JSP Includes?

2006-09-24 Thread Jesse Kuhnert
ssage - From: "Jesse Kuhnert" <[EMAIL PROTECTED]> To: "Tapestry users" Sent: Sunday, September 24, 2006 9:32 AM Subject: Re: Equivalent of JSP Includes? > Ah, then you definitely want to use RenderBlock. > > http://tapestry.apache.org/tapestry4.1/components/Rende

Re: Equivalent of JSP Includes?

2006-09-24 Thread Mike Grundvig
e render block will render it. Please correct me if I'm mistaken. Thanks! Michael - Original Message - From: "Jesse Kuhnert" <[EMAIL PROTECTED]> To: "Tapestry users" Sent: Sunday, September 24, 2006 9:32 AM Subject: Re: Equivalent of JSP Includes? A

Re: Equivalent of JSP Includes?

2006-09-24 Thread Martin Strand
ant to maintain only a single template for the site but still show different components in places. Thanks! Michael - Original Message - From: "Jesse Kuhnert" <[EMAIL PROTECTED]> To: "Tapestry users" Sent: Sunday, September 24, 2006 9:21 AM Subject: Re: Equivalent

Re: Equivalent of JSP Includes?

2006-09-24 Thread Jesse Kuhnert
l show different components in places. Thanks! Michael - Original Message - From: "Jesse Kuhnert" <[EMAIL PROTECTED]> To: "Tapestry users" Sent: Sunday, September 24, 2006 9:21 AM Subject: Re: Equivalent of JSP Includes? >I usually do something like: > &g

Re: Equivalent of JSP Includes?

2006-09-24 Thread Mike Grundvig
Sent: Sunday, September 24, 2006 9:21 AM Subject: Re: Equivalent of JSP Includes? I usually do something like: On 9/24/06, Mike Grundvig <[EMAIL PROTECTED]> wrote: How do you do the little snippet below in Tapestry? <% // This could be any code needed, but it results in a spe

Re: Equivalent of JSP Includes?

2006-09-24 Thread Jesse Kuhnert
I usually do something like: On 9/24/06, Mike Grundvig <[EMAIL PROTECTED]> wrote: How do you do the little snippet below in Tapestry? <% // This could be any code needed, but it results in a specific page String pageToInclude = "blah.html"; %> Thanks! Michael Grundvig Electrotank