<s:if test="%{title.length()>300}"> <s:property value="title.substring(0,300)+'...'"/></s:if><s:else> <s:property value="title"/></s:else>