问答详情
源自:3-5 显示学生资料-页面调用与数据展现

There is no Action mapped for namespace [/students] and action name [Students_queryAll] associated with context path [/xiaotao].


这样写

	<action name="*_*" class="action.{1}Action" method="{2}">

不能找到action的位置,然后写全名

	<action name="*_*" class="action.StudentsAction" method="queryAll">
就能找到呢

提问者:weibo_一个帅气网名_03626156 2017-03-13 21:08

个回答

  • 浣玉
    2017-11-25 00:31:16

    jsp页面里的property属性值需要与entity 中模型属性值一致。

  • qq_羽悦_03291187
    2017-04-21 14:50:55

    你的Action类名StudentsAction是对的吗,Action的关系映射对吗?