<%@ page contentType="text/xml; charset=gb2312"%>
<%@ taglib prefix="s" uri="/struts-tags"%>
<words>
<s:if test="%{'absolute'.startsWith(#request.word)}">
<word>absolute</word>
</s:if>
<s:if test="%{'anyone'.startsWith(#request.word)}">
<word>anyone</word>
</s:if>
<s:if test="%{'anything'.startsWith(#request.word)}">
<word>anything</word>
</s:if>
<s:if test="%{'apple'.startsWith(#request.word)}">
<word>apple</word>
</s:if>
<s:if test="%{'break'.startsWith(#request.word)}">
<word>break</word>
</s:if>
<s:if test="%{'boolean'.startsWith(#request.word)}">
<word>boolean</word>
</s:if>
<s:if test="%{'breach'.startsWith(#request.word)}">
<word>breach</word>
</s:if>
</words>
追问:
hibernate+struts+ajax+jsp
可以吗,,最好是给一个工程给我~ 我可以跑的!!!