<%-- Programm 6-5: BSP_ROOT/meinewebapp/simpel/SeitenAttribute.jsp --%> <% out.print(PageContext.PAGE + "
"); out.print(pageContext.getAttribute(PageContext.PAGE, PageContext.PAGE_SCOPE) ); %>