2 回答

TA貢獻(xiàn)1條經(jīng)驗(yàn) 獲得超0個(gè)贊
<div id="right">
?? ??? ??? ??? ??? ?
?? ??? ??? ??? ??? ?<form name="loginForm" action="<%=path%>/users/Users_login.action" method="post">
?? ??? ??? ??? ??? ?<!-- start of login form -->
?? ??? ??? ??? ??? ?<div id="welcome">
?? ??? ??? ??? ??? ??? ?<span id="welcome-text">管 理 登 錄</span>
?? ??? ??? ??? ??? ?</div>
?? ??? ??? ??? ??? ?<div id="user-name">
?? ??? ??? ??? ??? ??? ?<span class="item">用戶名:</span>
?? ??? ??? ??? ??? ??? ?<span><input type="text" name="username" class="form-input"></span>
?? ??? ??? ??? ??? ?</div>
?? ??? ??? ??? ??? ?<div id="user-password">
?? ??? ??? ??? ??? ??? ?<span class="item">密 碼:</span>
?? ??? ??? ??? ??? ??? ?<span class="input"><input type="password" name="password" class="form-input"></span>
?? ??? ??? ??? ??? ?</div>
?? ??? ??? ??? ??? ?<div id="button-group">
?? ??? ??? ??? ??? ??? ?<input type="submit" class="btn" value="登錄"/>
?? ??? ??? ??? ??? ??? ?<input type="reset" class="btn" value="重置"/>
?? ??? ??? ??? ??? ?</div>
?? ??? ??? ??? ??? ?<div>
?? ??? ??? ??? ??? ?? <s:fielderror/> <!-- 顯示表單驗(yàn)證的出錯(cuò)信息 -->
?? ??? ??? ??? ??? ?</div>
?? ??? ??? ??? ??? ?<!-- end of form -->
?? ??? ??? ??? ??? ?</form>
?? ??? ??? ??? ??? ?
</div>

TA貢獻(xiàn)25條經(jīng)驗(yàn) 獲得超6個(gè)贊
這個(gè)情況看,應(yīng)該是報(bào)了 no result defined for action and result input 錯(cuò)誤!
是不是你表單,提交到action的時(shí)候,user 參數(shù)傳遞錯(cuò)誤!!請(qǐng)把完整表單貼出來!
添加回答
舉報(bào)