Re: [T5] documentation and reference for templates

2007-08-06 Thread Thiago H de Paula Figueiredo
On Mon, 06 Aug 2007 13:39:42 -0300, Daniel Jue <[EMAIL PROTECTED]> wrote: There are some exceptions, such as the parameter component that you can use along with the If component: You are currently logged in You are not logged in. Please log in first. I really prefe

Re: [T5] documentation and reference for templates

2007-08-06 Thread Daniel Jue
http://tapestry.apache.org/tapestry5/tapestry-core/index.html http://wiki.apache.org/tapestry/Tapestry5HowTos Almost every tag is where componentName is part of the T5 core library, or a component you've made. This may be as close as you can get to what you requested: http://tapestry.apache.or

Re: [T5] documentation and reference for templates

2007-08-06 Thread Chris Lewis
Check out the docs on component templates (pages are components): http://tapestry.apache.org/tapestry5/tapestry-core/guide/templates.html Michal Žeravík wrote: Hi. I'm trying (and would like) to learn more about Tapestry5, going through tutorials and articles on apache.org website, but missing