sublist index out of bound exception
问题 Whenever I am running my xhtml. It is giving me the following exception. The value of statusindex object is 5. I am using JQuery for lazy scrolling,so when my xhml page getMoreStatusList calls getMoreStatusList function, it is giving me an index out of bound exception. There are 26 status updates in the database so index out of bound exception makes no sense to me. 1) Code public List<Status> getMoreStatusList() { FacesContext context = FacesContext.getCurrentInstance(); HttpSession session =