A PagingToolbar is not associated with a component, it only needs to knows the store.
ListView doesn't have a bbar property, so you should put the ListView inside a Panel with layout:'fit' and set the bbar property of the Panel to the PagingToolbar instance.
Hi
I want to add paging bar for panel.
In panel I have information regarding some topic.
It is from html file.I would like to add paging for this panel.