public class UserHomePage extends BasePage {
private static final long serialVersionUID = -8125606657250912738L;
public UserHomePage() {
try {
add(new ProjectListPanel("projectList", 7));
add(new PersonListPanel("peopleList", "People List", 7));
add(new ProjectSummaryPanel("featuredProject"));
} catch (SimalRepositoryException e) {
UserReportableException error = new UserReportableException(
"Unable to get project from the repository",