I have what I hope is a simple question. Sometimes, the attributes in a Tapestry specific component tag require the tapestry namespace. Sometimes they do not.
<t:parameter name="file"> <p><t:label for="file"/>: <t:upload *t:id*="file" validate="required"/></p> </t:parameter> Here, "t" is required for t:id ... does ID always required the "t" namespace? Other attributes do not need "t". Thanks, -Luther