Page 1 of 1

taglib used in demo project

Posted: Sun Oct 28, 2012 7:23 am
by om.singh
I am trying to locate the class file , tag lib definition file which is used in the clinic heat application.

Like

Code: Select all

<blc:head pageTitle="My demo application" />


Where is the head tag defined in the source code.

Regards
Om

Re: taglib used in demo project

Posted: Tue Oct 30, 2012 9:38 am
by om.singh
I figured out - should have looked at the

http://docs.broadleafcommerce.org/curre ... Layer.html

Dialects section.

The head processor was defined in the org.broadleafcommerce.core.web.processor package.

Regards
Om

Re: taglib used in demo project

Posted: Mon Nov 05, 2012 10:30 am
by aazzolini
Let me expand your answer with one more example. Consider the default "fullPageLayout". You may be using this in various pages throughout your site, but you probably want to have different page titles.

In the fragment, if you define

Code: Select all

<div style="display:none;" th:fragment="title" th:inline="text">Forgot Password - Broadleaf Demo - Heat Clinic</div>


you can override the global title.