ssh框架 链接中调用action并传值

read.jsp中<divid="main"><divid="one"><ahref="readShow/readShowList.action?rstate='poet... read.jsp中

<div id="main">
<div id="one"><a href="readShow/readShowList.action?rstate='poetry'" target="_self">诗歌</a></div>
</div>
struts.xml中
<action name="readShowList" class="readShow" method="stateChoice">
<result type="redirect" name="success">readList.jsp</result>
<result type="redirect" name="fail">/main.html</result>
</action>
applicationContext.xml中

<bean id="readShow" class="com.ssh2test1.action.ReadManageAction">
<property name="readBiz">
<ref bean="readBiz" />
</property>
</bean>
错误信息
[Executing action method = stateChoice] [QC] DEBUG [http-bio-8080-exec-7] com.opensymphony.xwork2.util.logging.commons.CommonsLogger.debug(72) |
[Opening Hibernate Session] [QC] DEBUG [http-bio-8080-exec-7] org.springframework.orm.hibernate3.SessionFactoryUtils.doGetSession(328) |
[Closing Hibernate Session] [QC] DEBUG [http-bio-8080-exec-7] org.springframework.orm.hibernate3.SessionFactoryUtils.closeSession(820) |
[Exception occurred during processing request: could not resolve property: 'poetry' of: com.hibtest1.entity.Read; nested exception is org.hibernate.QueryException: could not resolve property: 'poetry' of: com.hibtest1.entity.Read] [QC] ERROR [http-bio-8080-exec-7] com.opensymphony.xwork2.util.logging.commons.CommonsLogger.error(38) |
org.springframework.orm.hibernate3.HibernateQueryException: could not resolve property: 'poetry' of: com.hibtest1.entity.Read; nested exception is org.hibernate.QueryException: could not resolve property: 'poetry' of: com.hibtest1.entity.Read
展开
 我来答
革羲5V
2014-03-19 · 超过20用户采纳过TA的回答
知道答主
回答量:34
采纳率:0%
帮助的人:46.8万
展开全部
不能解析poetry这个属性,你看看是在dao查询语句写错了这属性,还是在hbm映射文件中没有配置正确poetry这属性。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
wang7218169
2014-03-18 · TA获得超过238个赞
知道小有建树答主
回答量:86
采纳率:100%
帮助的人:74.9万
展开全部
错误的意思是你查询失败,poetry正确传入并接收,但在dao层查询的时候查不到,估计是你查询的hql写错了,或者是在查询的时候传参有问题,你自己好好检查一下!
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式