Author: kcardineaud Date: 2011-07-01 15:19:08 +0200 (Fri, 01 Jul 2011) New Revision: 153 Url: http://nuiton.org/repositories/revision/scmwebeditor/153 Log: Use taglib to display rst preview Modified: trunk/src/main/webapp/Preview.jsp Modified: trunk/src/main/webapp/Preview.jsp =================================================================== --- trunk/src/main/webapp/Preview.jsp 2011-07-01 12:39:28 UTC (rev 152) +++ trunk/src/main/webapp/Preview.jsp 2011-07-01 13:19:08 UTC (rev 153) @@ -1,17 +1,10 @@ -<%@page - import="org.nuiton.scmwebeditor.actions.PreviewAction"%> + <%@ taglib prefix="s" uri="/struts-tags"%> <%--Title and div for rst preview--%> <h3 id="prevtitle" >Preview :</h3> + <div id="prev" title="Preview"> <div id="preview" > - <% - PreviewAction action = PreviewAction.getAction(); - - String preview = action.getXMLResponse(); - - %> - <%=preview%> - + <s:property value="XMLResponse" escapeHtml="false"/> </div> </div>
participants (1)
-
kcardineaud@users.nuiton.org