<%@ page language="java" pageEncoding="UTF-8" session="true"%> <% String path = request.getContextPath(); String basePath = request.getScheme() + "://" + request.getServerName() + ":" + request.getServerPort() + path + "/"; %> Oops <% String cssUrl = request.getContextPath() + "/resources/org.wamblee.photos.wicket.BasePage/photos.css"; %>
Oops, the requested URL could not be found. <% String loginUrl = request.getContextPath() + "/login.jsp"; %> Please login again <% session.invalidate(); %>