Hello everyone.
I need some help in dspace. At the top menu of the main page, when i want to browse/list by Author, the list shows results order alphabetically; when click in any letter the result list shows the authors wich start with this letter. The problem comes when i click in Next button, the list return to the start: 'A' authors. It suppose to continue with the next results...
The single.jsp file in browse folder, has a block of code wich says:
<%-- The following code can be used to force the browse around the current focus. Without
it the browse will revert to page 1 of the results each time a change is made --%>
<%--
if (!bi.hasItemFocus() && bi.hasFocus())
{
%><input type="hidden" name="vfocus" value="<%= bi.getFocus() %>"/><%
}
--%>
I tried removing the commented lines but nothing change.
Thanks in advance..
Mauricio