【发布时间】:2012-07-22 17:06:49
【问题描述】:
我尝试通过链接将 id-property 的值发送为
<html:link action="action?method=view&newsID='<bean:write name="news" property="id"/>'">View</html:link>
或
<input type="hidden" name="newsID" value='<bean:write name="news" property="id"/>'/>
<html:link
action="action?method=view&newsID=${newsID}">
View
</html:link>
但没有任何效果。你能帮助我吗?
【问题讨论】:
标签: java struts-1 hidden-field