-
Navigation inside eDition
actionCommand ("gotoPage", page, linkName);
// go to page
// page: NUMBER - go to page number (required)
// linkName: STRING - for statistic, use web safe characters, max 30 (optional)
// example: actionCommand ("gotoPage", 5);
// go to page number 5actionCommand ("gotoNextPage");
// go to next page
actionCommand ("gotoLastPage");
// go to last page
actionCommand ("gotoPreviousPage");
// go to previous page
actionCommand ("gotoFirstPage");
// go to first page




