There is no Action mapped for namespace / and action name ndex1. - [unknown location]

今天做了一个关于struts2入门的练习,报出There is no Action mapped for namespace / and action name ndex1. - [unknown location]这个错误,总结如下:

1.    struts文件中的内容如下红色部分与,调用action 的jsp页面如下index1.jsp红色部分是有关系的,如果namespace="/后面加了名字,那么action="/Struts2Login/(tt)/index1.action括号里面也要加。

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE struts PUBLIC
    "_//Apache Software Foundation//DTD Struts Configuration 2.0//EN"
    "http://struts.apache.org/dtds/struts-2.0.dtd">
<struts>    
<package name="struts2" extends="struts-default" namespace="/(tt)">
     <action name="index1" class="mypack.UserAction" method="execute">
     <result name="success">/Success.jsp</result>
     <result name="error">/Error.jsp</result></action>
</package>
</struts>

index1.jsp

<form action="/Struts2Login/(tt)/index1.action" method="post">

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值