Developer forum

Forum » Swift » Favorite list paging not working

Favorite list paging not working

Justin Sjouw Dynamicweb Employee
Justin Sjouw
Reply

Hi,

I have a solution where the paging is not working on the favorite detail page, the first page is shown correctly with paging navigation at the bottom.

When I click page 2 I navigate to the url ?FavoriteListId=2&PageNum=2&PageSize=10 

Which seems to be correct if I look at other solutions.

I've tried debugging FavoriteDetail.cshtml, the strange thing is that when I browse the url with for teh first page with ?FavoriteListId=2&PageNum=1&PageSize=10 then I hit my breakpoint, but when i change PageNum to > 1 I get an empty page, and the breakpoint is not hit, so it seems for some reason the entire component is not loaded.

Any ideas on what to check?

Thanks,

Justin


Replies

 
Nicolai Pedersen Dynamicweb Employee
Nicolai Pedersen
Reply

Maybe there is no page 2?

 
Oleg Rodionov Dynamicweb Employee
Oleg Rodionov
Reply

Hi Justin,

I suppose the case has mentioned above is valid for favorite list based on user group only, right (it's aready commented\bugged in https://doc.dynamicweb.com/forum?ThreadID=87970&PID=1605)? Idon't see it for favorite list based on user. Please, confirm.

BR, Oleg QA

 
Justin Sjouw Dynamicweb Employee
Justin Sjouw
Reply

Hey Oleg,

Correct! Thanks

Justin

 

You must be logged in to post in the forum