cancel
Showing results for 
Search instead for 
Did you mean: 

@templateBody tag

qsdmv
Champ in-the-making
Champ in-the-making
I saw that wcmqs implemented user directive called templateBody. For instance,

<@templateBody>
</@>

I am trying to find the source class for this tag. Anybody has any idea?

Thanks for the quick response.
2 REPLIES 2

bremmington
Champ on-the-rise
Champ on-the-rise
templateBody is actually a FreeMarker macro rather than a directive. It is located in the WQS webapp at "WEB-INF/webscripts/common/page.ftl"

If you are looking for an example of a directive instead then there are a few defined in the org.alfresco.wcm.client.directive package (again in the webapp).

qsdmv
Champ in-the-making
Champ in-the-making
Thank you so much for the quick response