Hi,
I wrote a table in
jsp using <display:table> tag. I added a pagination support That throws an exception saying:
No request handling method with name 'nextPage' in class [com.liav.adam.admin.spring.controller.AdDetailsCon troller]
This is the table in the jsp
This is the declared bean acting as the controller for the above jsp:
And finaly, here is the controller with the problematic methods:
Can you suggest why does the nextPage & prevPage aren't invoked when i press the paging buttons on the screen?
Thanks.