Re: T5: using template instead of T5's tml

2010-12-01 Thread Kalle Korhonen
On Wed, Dec 1, 2010 at 8:22 PM, Angelo C. wrote: > it's an interesting approach, some more details? I can't find t:content in > the T5 component reference, is it a component you created in additional to > youLayoutComponent? Thanks, http://lmgtfy.com/?q=tapestry+t%3Acontent Kalle > Alex Kotchn

Re: T5: using template instead of T5's tml

2010-12-01 Thread Angelo C.
Hi Alex, it's an interesting approach, some more details? I can't find t:content in the T5 component reference, is it a component you created in additional to youLayoutComponent? Thanks, Angelo Alex Kotchnev-2 wrote: > > Everton, >a while back (w/ the T4 equivalent) and more recently (aft

Re: T5: using template instead of T5's tml

2010-12-01 Thread Alex Kotchnev
Everton, a while back (w/ the T4 equivalent) and more recently (after 5.1) I was experimenting with using t:content to have a full-blown HTML page but only use a part of it for the "real" template. Thus, you could have something like this for a previewable page that your designers can work with

Re: T5: using template instead of T5's tml

2010-12-01 Thread Everton Agner
> As long as you use instead of , you can use any HTML editor. Invisible instrumentation is great... But, if you're working inside a Layout Component, you will have some extra work on "merging" the Page's TML and the Layout's TML to see it properly on the Browser (which is not only a Tap problem)

Re: T5: using template instead of T5's tml

2010-12-01 Thread Thiago H. de Paula Figueiredo
On Wed, 01 Dec 2010 01:00:42 -0200, Angelo C. wrote: Thanks for the fast response, I'm looking at the possibility that the view can be customized by non - tech guys. You can Tapestry and have parts of pages, the user-editable ones, generated using FreeMarker. This has been described many

Re: T5: using template instead of T5's tml

2010-12-01 Thread Thiago H. de Paula Figueiredo
On Wed, 01 Dec 2010 03:41:41 -0200, Angelo C. wrote: Is there any editors with preview functionality that works well with T5's template? As long as you use instead of , you can use any HTML editor. -- Thiago H. de Paula Figueiredo Independent Java, Apache Tapestry 5 and Hibernate consu

Re: T5: using template instead of T5's tml

2010-12-01 Thread Massimo Lusetti
On Wed, Dec 1, 2010 at 7:46 AM, Kalle Korhonen wrote: > fill in the blanks. JMHO, but previewable templates never work in the > long run as your application (and components!) get more complex. That's for sure! Cheers -- Massimo http://meridio.blogspot.com -

Re: T5: using template instead of T5's tml

2010-11-30 Thread Kalle Korhonen
On Tue, Nov 30, 2010 at 9:41 PM, Angelo C. wrote: > Is there any editors with preview functionality that works well with T5's > template? Browser? Just saying - you could take full advantage of live class reloading and all the automated machinery that is available. Instead of previewing a templat

Re: T5: using template instead of T5's tml

2010-11-30 Thread Angelo C.
Is there any editors with preview functionality that works well with T5's template? Kalle Korhonen-2 wrote: > > Using Velocity/FreeMarker with T5 strikes as odd to me. The designers > I work with regularly design and edit the Tapestry templates (live!), > without having any idea of Java, Maven,

Re: T5: using template instead of T5's tml

2010-11-30 Thread Kalle Korhonen
Using Velocity/FreeMarker with T5 strikes as odd to me. The designers I work with regularly design and edit the Tapestry templates (live!), without having any idea of Java, Maven, Jetty or any of that stuff. They know enough about Tapestry to leave ${value} and occasional markings alone. Kalle

Re: T5: using template instead of T5's tml

2010-11-30 Thread Angelo C.
Thanks for the fast response, I'm looking at the possibility that the view can be customized by non - tech guys. -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-using-template-instead-of-T5-s-tml-tp3287114p3287128.html Sent from the Tapestry - User mailing list archive

Re: T5: using template instead of T5's tml

2010-11-30 Thread Howard Lewis Ship
On Tue, Nov 30, 2010 at 6:27 PM, Angelo C. wrote: > > Hi, > > I'm curious if this is a good approach: > > using either Velocity or FreeMarker as the view layer, T5's as server side > only, the only component to be used maybe is the outraw which renders the > result of Velocity's template evaluati