Hello , the main codes in jsp is:
*log.jsp *
<s:form method="post" action="/login/login.action" *validation="true"* >
用户名:<s:textfield name="userName" /> <br>
密码:<s:password name="passwd" /> <br>
验证码: <s:textfield name="vercode" /><br>
验证码如图:<img src="authImg.do" id="authImg"/> <br>
看不清? <a href="log.jsp" onclick="refresh()">单击此处刷新</a>
<input type="hidden" name="redirectUrl" value="<s:property
value="redirectUrl"/>"/>
<input type="submit" value="确定">
<input type="reset" value="重置">
</s:form>
*The returned html file contains:*
<script type="text/javascript"
src="/LearnDataProject/struts/xhtml/validation.js"></script>
<script type="text/javascript"
src="/LearnDataProject/struts/utils.js"></script>
but *There isn't the folder 'struts' in my App /LearnDataProject .*
**
*Why this happens??? *
*Thanks for your help! *