Rev 33 | Rev 35 | Go to most recent revision | View as "text/plain" | Blame | Compare with Previous | Last modification | View Log | RSS feed
<%@taglib uri="/struts-tags" prefix="s"%><%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %><c:set var="contextPath" value="${pageContext.request.contextPath}" /><html><head><title>Begriff bearbeiten/löschen</title></head><body><h1>Liste der Begriffe</h1><s:if test="termList.size() == 0"><p>Keine Begriffe eingegeben</p></s:if><s:else><table><s:iterator value="termList" status="stat"><tr><td><s:property value="name" /></td></tr></s:iterator></tbody></table></s:else></body></html>