ViewContext presentationSlideListViewContext = new ViewContext();
presentationSlideListViewContext.setApp(app);
presentationSlideListViewContext
.setWicketId("presentationTitleSlideTitleListSection");
ParentChildPropertyDisplayListPanel presentationSlideListSection = new ParentChildPropertyDisplayListPanel(
presentationSlideListModelContext,
presentationSlideListViewContext);
add(presentationSlideListSection);
} catch (Exception e) {
log.error("Error in HomePage: " + e.getMessage());