Re: Tapestry way for email-templates

2009-03-06 Thread Howard Lewis Ship
Correct; you need a separate process; Tapestry is configured quite differently for templating/mailing than it is for normal, interactive behavior. On Fri, Mar 6, 2009 at 2:25 AM, manuel aldana wrote: > Don't get this. So I can't use T5 templateAPI inside my tapestry 5 app. > > Angelo Chen schrieb

Re: Tapestry way for email-templates

2009-03-06 Thread Sven Homburg
try http://www.chenillekit.org/chenillekit-template/index.html 2009/3/6 manuel aldana > Don't get this. So I can't use T5 templateAPI inside my tapestry 5 app. > > Angelo Chen schrieb: > >> Hi Howard, >> >> I like that template API, currently I use Velocity, however T5's >> templateAPI >> can't

Re: Tapestry way for email-templates

2009-03-06 Thread manuel aldana
Don't get this. So I can't use T5 templateAPI inside my tapestry 5 app. Angelo Chen schrieb: Hi Howard, I like that template API, currently I use Velocity, however T5's templateAPI can't be part of T5 app, would be great if can be part of T5 app like Velocity. Angelo Howard Lewis Ship wrote:

Re: Tapestry way for email-templates

2009-03-06 Thread Angelo Chen
ache HiveMind > > - > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > &g

Re: Tapestry way for email-templates

2009-03-05 Thread manuel aldana
ouch (couldn't find the link on tapestry home, but on Google it can be found easily). Nice, there is even a plug for the email stuff :) Howard Lewis Ship schrieb: http://tapestry.formos.com/nightly/tapestry-templating/ On Thu, Mar 5, 2009 at 4:03 PM, manuel aldana wrote: Hi, for sendin

Re: Tapestry way for email-templates

2009-03-05 Thread Howard Lewis Ship
http://tapestry.formos.com/nightly/tapestry-templating/ On Thu, Mar 5, 2009 at 4:03 PM, manuel aldana wrote: > Hi, > > for sending out emails I need templates. Is there an internal tapestry way > to solve this (currently .tml are bound to pages/components). Is there a > .tml way to use templates

Tapestry way for email-templates

2009-03-05 Thread manuel aldana
Hi, for sending out emails I need templates. Is there an internal tapestry way to solve this (currently .tml are bound to pages/components). Is there a .tml way to use templates outside of components and pages or do I need to resort to something like Velocity or Freemarker? thanks. -- manu