<%@ taglib Prefix="Tiles"URI="Http://tiles.apache.org/tags-tiles"%><%@ taglib Prefix="s"URI="/struts-tags" %> <%@ Page ContentType= "text/html; Charset=utf-8" %> <Linkrel= "stylesheet"href= "/kfdx/ajax/bootstrap/css/bootstrap.min.css"><Tableclass= "Content_table"> <S:iteratorvalue= "Weekarrangements"Status= "status"> <TR> <TDwidth= ' 100% 'Align= "Left">● <ahref= "Weekarrangementview.action?weekarrangementkey=<s:property value= ' key '/>"Target= "_blank"title= "Content View"> <s:ifTest= "Content.length () >"><S:propertyvalue= "content.substring (0,18)" />...</s:if> <S:else><S:propertyvalue= "Content" /></S:else> </a> <s:ifTest= "Accessory! = NULL && Accessory! =" "> <spanclass= "Glyphicon glyphicon-paperclip"></span> </s:if> </TD> <TDnowrap Align= "Center"> <s:datename= "Date"format= "Yyyy-mm-dd" /> </TD> </TR> </S:iterator></Table>
Struts Tag content interception