// cannot have both specified
throw new JspException (Constants.LINK_SRC_AND_PAGE_SPECIFIED);
}
if (mPage != null && mPage.startsWith("/")) {
// if page is specified we prepend the context path to the URL given
encodedHref = request.encodeURL ( mPage,
true,
true,
false,
true,
true,