Example: Initial currentpageNo is 1 in velocity context.
set($currentpageNo=$currentpageNo+1)
$currentpageNo
For each page
Current page value is 2
But require is it should increase.
Please let me know if there is any possiable way
Example: Initial currentpageNo is 1 in velocity context.
$currentpageNo
For each page
Current page value is 2
But require is it should increase.
Please let me know if there is any possiable way