リンクを介して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>
しかし、何も機能しません。手伝って頂けますか?