It's all very dynamic, intentionally so.  Read the tutorial and the
rest of the documentation.

On 6/29/07, cziesman <[EMAIL PROTECTED]> wrote:

Thanks for the response, but I now realize that I asked about the wrong
thing.

Tapestry HTML files reference the namespace
t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";, but when I look at
that XSD file, it's quite generic and none of the component tags are defined
in it.

The component template documentation says that component templates are well
formed XML documents. So, when we have something like the following, where
is the syntax for the tags defined? Is there another schema somewhere?

<t:loop source="1..10" value="index">
  <t:actionlink context="index">${index}</t:actionlink>
</t:loop>

I use NetBeans, and it allows me to specify a schema file so that when I
edit XML or HTML files, NetBeans helpfully provides auto-completion for any
tags that I enter. Even without making use of that feature, I would still
like to be able to validate my component templates against a schema before
they are deployed.

I hope I'm making sense this time.
--
View this message in context: 
http://www.nabble.com/TLD-location-tf4002744.html#a11371069
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
Howard M. Lewis Ship
TWD Consulting, Inc.
Independent J2EE / Open-Source Java Consultant
Creator and PMC Chair, Apache Tapestry
Creator, Apache HiveMind

Professional Tapestry training, mentoring, support
and project work.  http://howardlewisship.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to