<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1" %> <%@ taglib prefix="s" uri="/struts-tags" %> <%@ page import="org.splat.simer.OpenObject"%> <% // On the contrary of Struts tags, the Java implementation allows the HTML contents of knowledge values to be displayed String entitype = request.getParameter("entity"); // Study or Knowledge element OpenObject object = (OpenObject)session.getAttribute(entitype + ".open"); String description = object.getDisplayedDescription(); %> <% if (description != null) { %> <% } %>
<%=description%>
" border="none" title="" />