paging_GuestBookList.setDetailed(true);
// Set the ListModel for the articles.
getPagedListWrapper().init(soGuestBook, listbox_GuestBookList, paging_GuestBookList);
// set the itemRenderer
listbox_GuestBookList.setItemRenderer(new GuestBookListtemRenderer());
// init the first entry for showing the long text.
ListModelList lml = (ListModelList) listbox_GuestBookList.getModel();
// Now we would select and show the text of the first entry in the list.