{
String componentAttributeName = _componentPropertySource.getComponentProperty(
component,
"org.apache.tapestry.jwcid-attribute-name");
ITemplateParserDelegate delegate = new DefaultParserDelegate(component,
componentAttributeName, cycle, _componentSpecificationResolver);
TemplateToken[] tokens;
try