http://tapestry.apache.org/tapestry5/tapestry-core/index.html
http://wiki.apache.org/tapestry/Tapestry5HowTos Almost every tag is <t:componentName> 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.org/tapestry5/tapestry-core/component-parameters.html There are some exceptions, such as the parameter component that you can use along with the If component: <t:if test="userExists"> You are currently logged in <t:parameter name="else"> You are not logged in. Please log in first. </t:parameter> </t:if> I would also look at the sample code in that is in the test portion of the T5 source. It can give you some good examples. http://wiki.apache.org/tapestry/Tapestry5CheckOutTheSourceCode On 8/6/07, Michal Žeravík <[EMAIL PROTECTED]> wrote: > Hi. > > I'm trying (and would like) to learn more about Tapestry5, > going through tutorials and articles on apache.org website, > but missing comprehensive list of tags used in templates > and what should I do to make them alive. > Noticed that http://tapestry.apache.org/schema/tapestry_5_0_0.xsd is empty. > I've never used Tapestry before. > Would you point me to some sources? > > Thanks in advance > Michal > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]