博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Could not find action or result 导致 页面出现404错误
阅读量:5951 次
发布时间:2019-06-19

本文共 178 字,大约阅读时间需要 1 分钟。

 

注意一下语句的写法(在login.jsp中的action)

在  struts.xml中 <action name="login" class="action.Login">

     web.xml      <url-pattern>/*</url-pattern>
     login.jsp     <form action="login.action" method="post" >

 

 

 

 

 

 

 

转载地址:http://xjaxx.baihongyu.com/

你可能感兴趣的文章
windows 下mysql的安装于使用(启动、关闭)
查看>>
Android 中文 API (28) —— CheckedTextView
查看>>
PHPStorm IDE 快捷键(MAC)
查看>>
反编译代码遇到的问题
查看>>
Android Bitmaps缓存
查看>>
learn go ifelse
查看>>
LINUX中常用操作命令
查看>>
SpringBoot配置属性之Server
查看>>
SharePoint 2013 入门教程
查看>>
JAVA基础一
查看>>
linux中的rootfs/initrd/ramfs/initramfs
查看>>
MyBatis Review——一对多关系映射配置
查看>>
FFMPEG实现的转码程序
查看>>
linux中的设备名称和设备号
查看>>
《Mastering opencv....读书笔记》基于标记的虚拟现实
查看>>
Wireshark抓取RTP包,还原语音
查看>>
利用linux的mtrace命令定位内存泄露(Memory Leak)
查看>>
Linux下安装nfs服务器
查看>>
hadoop: hbase1.0.1.1 伪分布安装
查看>>
好吧,你说简单就简单,但简单的事,不要变成本能,要常思常变
查看>>