Forum Discussion
bhupen
10 years agoAdvisor
VarunGrazitti I assume this chunk making problem to execute. because there is problem with recursion:
<#if ( notifications?size < pageSize && ( ( _notificationsCount - page ) > 0 ) )>
<#assign notificationsPage = notificationsPage + 1 />
<#assign go = getNotifications() />
</#if>
VarunGrazitti
10 years agoBoss
Aren't you using the default notification component?
- bhupen10 years agoAdvisor
VarunGrazitti no its customized component. As i shown the code.
Related Content
- 11 years ago
- 7 months ago
- 3 years ago