Iron is necessary for the formation of _____.
A. White blood cells 
B. Red blood cells
C. Haemoglobin
D. Plasma
Iron is necessary for the formation of _____.
A. White blood cells 
B. Red blood cells
C. Haemoglobin
D. Plasma
PaginationSupport paginationSupport = getPaginationSupport(); paginationSupport.setItems(mylist); paginationSupport.setPageSize(10); paginationSupport.setTotal(100); paginationSupport.setStartIndex(1); // parameters to pass for pagination support map.put("paginationSupport", paginationSupport); {code} ========in vm file======== #foreach( $user in $paginationSupport.page.iterator()) ..... #end