Re: changing template-extension

2009-04-05 Thread Mario Rabe
Why the templates should end with "html"? Cause we have people that are absolutely novices to technical details but they are smart enough to change some html. With "html"-templates it is easier to communicate the special template-parts (they see its html even from file-name) and they don't have to

Re: changing template-extension

2009-04-05 Thread Mario Rabe
I just think it's easy enough given the enhancement that you can use own extensions without having to sync TemplateLocators with trunk! 2009/4/5 Mario Rabe > Not true, it could be handled as a fallback (see code). > > 2009/4/5 Joachim Van der Auwera > > Changing the template extension would ren

Re: changing template-extension

2009-04-05 Thread Carl Crowder
Why, out of curiosity? Mario Rabe wrote: Why is it so hard to change the default-template extension? I really want the templates to end with "html"! The I saw the template-extension is defined as a constant. It is even inlined in classes. ComponentTemplateSource#baseResourceForModel is private s

Re: changing template-extension

2009-04-05 Thread Mario Rabe
Not true, it could be handled as a fallback (see code). 2009/4/5 Joachim Van der Auwera > Changing the template extension would render all component libraries (which > use templates) unusable. Not that this is impossible to fix, but it a > complication. > > Kind regards, > Joachim > > > Mario Ra

Re: changing template-extension

2009-04-05 Thread Joachim Van der Auwera
Changing the template extension would render all component libraries (which use templates) unusable. Not that this is impossible to fix, but it a complication. Kind regards, Joachim Mario Rabe wrote: Why is it so hard to change the default-template extension? I really want the templates to en

changing template-extension

2009-04-05 Thread Mario Rabe
Why is it so hard to change the default-template extension? I really want the templates to end with "html"! The I saw the template-extension is defined as a constant. It is even inlined in classes. ComponentTemplateSource#baseResourceForModel is private so there is no override. Beside that Componen