Forum Discussion
bhupen
11 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
11 years agoBoss
Aren't you using the default notification component?
- bhupen11 years agoAdvisor
VarunGrazitti no its customized component. As i shown the code.