I am new to Struts2.I unable to pass tag value dynamically through javascript.I have done this way
<s:url id="temId" action="updateProduct.action" var="productTag">
<s:param name="prodId"><s:property value="hdnId"/></s:param>
</s:url>
<s:hidden name="hdnId"/>
this hidden field value is populated through javascript function onclick on gridrow This hidden field is storing value properly.But it is not showing inside of param tag.please give some possible solution