- 用java语言开发手机软件的学习经验!
- NCSO.jar哪位大虾知道这个包的下载地址?
- 求助 JButton setEnabled 无法禁用为啥啊!
- java获取http head头信息程序出错,请给看看!
- 16进制转换成10进制
- 请问大家,eclipse有自动生成类图的插件么?
- 利用VC++6.0实现JNI的最简单的例子.
- UFT-8乱码问题
- j2ee.jar的版本问题
- java如何插入sql server text类型字段
- 求助 关于java调cics的问题
- 怎么样把BCD码转换成十进制?
- JNI调用dll问题
- [请教]如何传递iReport子报表的javabean datasource?
- 求助 java中case后面可不可以用正则表达式?
- struts-tags not found 解决办法
- 请聘java /j2ee/eclipse 对日 3年以上保险金融 上海/北京/深圳8月10更新
- JTree节点的显示问题
- 在AIX上部署jboss jdk时区 设置求救
- 求助:Java的SQL Error message [SQL0901]
2006-12-24 17:28pvm6b
The requested resource (/index1.jsp) is not available.
为什么我的struts程序错误。
只写了一个简单的程序。
<action
path="/userloginAction"
type="zyx.formbean.userloginAction"
name="userlogin"
input="/index1.jsp"
scope="request"
>
<forward name="userLOG" path="/newfile.htm"/>
</action>
我设定页面forward到newfile.htm但是不是没有反应就是出现上面错误,奇怪。
public class userloginAction extends Action {
public ActionForward excute(ActionMapping mapping,
ActionForm form,
HttpServletRequest request,
HttpServletResponse response
) throws SQLException{
return mapping.findForward("userLOG");
}
}
为什么我的struts程序错误。
只写了一个简单的程序。
<action
path="/userloginAction"
type="zyx.formbean.userloginAction"
name="userlogin"
input="/index1.jsp"
scope="request"
>
<forward name="userLOG" path="/newfile.htm"/>
</action>
我设定页面forward到newfile.htm但是不是没有反应就是出现上面错误,奇怪。
public class userloginAction extends Action {
public ActionForward excute(ActionMapping mapping,
ActionForm form,
HttpServletRequest request,
HttpServletResponse response
) throws SQLException{
return mapping.findForward("userLOG");
}
}
本篇文章发表在:百家学院 (http://www.9php.com),复制请注明.
·上一篇:已经没有了 · 下一篇:用Hibernate时碰到的触发器问题

