Hi,
I am getting this exception when i click on the next link on the products page
The action parameter for searching for products cannot be null
is there a way through which i can give the search result number in the jsp itself rathur than getting it from admin.
thanks
Kundan
Can you reproduce on our demo running at http://www.konakart.com/konakart/ ?
If so, please let us know the steps to reproduce.
Hi Heidi
Happy new year...
I have checked your link and there is no category for which the next/prev button are enabled
i have debugged my application and found that when i clicked the next link the currentCat become null
due to which no category's product is fetched and the page broke.
I think it can be the data problem, i am looking into this and let you know when i'll find something.
Thanks
Kundan
Resolved
I don't know why it's happen, i have modified my web.xml so that if there's any 404 error then it will redirect it to main page
due to which the next/prev link got broken so have again revert my changes and functionality got fixed