CannotfindActionMappingsorActionFormBeanscollection错误如何解决
时间:2008-08-27 23:01:41
来源:论坛整理 作者: 编辑:chinaitzhe
<head>
<script type= "text/javascript " language= "JavaScript " src= " <%=rootPath%> js/datapicker.js "> </script>
</head>
<body bgcolor= "#9ba7ae " leftmargin= "0 " topmargin= "0 " marginwidth= "0 " marginheight= "0 ">
<html:form action= "/LoginAction " focus= "loginName " enctype= "multipart/form-data ">
<html:hidden property= "actionCase " value= "login "> </html:hidden>
<table width= "100% " height= "100% " border= "0 " cellpadding= "0 " cellspacing= "0 ">
<tr>
<td align= "center ">
<table width= "602 " height= "359 " border= "0 " cellpadding= "0 "
cellspacing= "0 " background= " <%=rootPath%> images/bg.gif ">
<tr>
<th width= "148 " scope= "col "> <html:errors/> </th>
<th width= "454 " align= "left " valign= "top " scope= "col ">
<table width= "456 " border= "0 " cellpadding= "0 "
cellspacing= "0 ">
<tr>
<th height= "105 " scope= "col "> </th>
</tr>
<tr>
<td valign= "top ">
<table width= "456 " border= "0 " cellspacing= "0 "
cellpadding= "0 ">
<tr>
<td height= "22 " align= "left "
class= "cpx12bai " scope= "col ">
<logic:equal value= "true " name= "baseData " property= "certificate ">
<bean:message key= "login.notice.certificate "/>
</logic:equal>
<logic:notEqual value= "true " name= "baseData " property= "certificate ">
<bean:message key= "login.notice "/>
</logic:notEqual>
</td>
</tr>
<tr>
<th height= "27 " align= "left "
valign= "bottom " class= "cpx12bai "
scope= "col "> <bean:message key= "login.username " /> : </th>
</tr>
<tr>
<th height= "22 " align= "left "
valign= "top " scope= "col "> <label>
<html:text property= "loginName "
styleClass= "logininputtype "
size= "30 "
onkeydown= "onKey() "/>
</label> </th>
</tr>
<tr>
<td height= "21 " align= "left "
valign= "bottom "> <strong
class= "cpx12bai "> <bean:message key= "login.password " /> : </strong> </td>
</tr>
<tr>
<td align= "left " valign= "top ">
<html:password property= "password "
styleClass= "logininputtype "
maxlength= "20 "
redisplay= "false "
size= "30 "
onkeydown= "onKey() "/>
</td>
</tr>
<logic:equal value= "true " name= "baseData " property= "certificate ">
<tr>
<th height= "22 " align= "left "
valign= "bottom " class= "cpx12bai "
scope= "col "> <bean:message key= "login.certificate " /> : </th>
</tr>
<tr>
<td> <html:file property= "filepath "
styleClass= "fileinputtype "
onkeydown= "this.value= ' ';return false; "/> </td>
</tr>
</logic:equal>
<logic:notEqual value= "true " name= "baseData " property= "certificate ">
<tr>
<td> </td>
</tr>
</logic:notEqual>
<tr>
<td height= "10 " align= "left "> </td>
</tr>
<tr>
<td align= "left ">
<input type= "image " src= " <%=rootPath%> images/login1.gif " class= "hand "
alt= " <bean:message key= "im.confirm " /> "
onclick= "return doSubmit(); "
width= "91 " height= "25 "
>
<img src= " <%=rootPath%> images/login2.gif " class= "hand "
alt= " <bean:message key= "im.cancel " /> "
onclick= "javascript:doReset(); "
width= "91 " height= "25 "
border= "0 ">
</td>
</tr>
</table>
</td>
</tr>
</table>
</th>
</tr>
</table>
</td>
</tr>
</table>
</html:form>
</body>
</html:html>
代码如上
关键字:错误,
上一篇:显示控制问题,谢请高手帮忙,急
下一篇:下面没有链接了











文章评论
共有 0 位网友发表了评论 此处只显示部分留言 点击查看完整评论页面