How BLC thymeleaf works
Posted: Thu Jun 06, 2013 3:13 pm
For eg: How the following expression @{${contentItem['targetUrl']}} in home.html executed.. I didnt find any contentItem model attribute or anything in controllers.. I am not sure from where value to contentItem.targetUrl is passed...
Similarly following expression ${navCategories} in nav.html... it finds the names, values of categories from blc_category table.. But how..? To which controller it is connecting, so that it calls service class to get the names, values of categories.. I didnt find any model attribute for navCategories..
can you please also tell me where the schema for blc:categories, blc:form etc are defined..
Similarly following expression ${navCategories} in nav.html... it finds the names, values of categories from blc_category table.. But how..? To which controller it is connecting, so that it calls service class to get the names, values of categories.. I didnt find any model attribute for navCategories..
can you please also tell me where the schema for blc:categories, blc:form etc are defined..