Hello I am trying to pass a variable in the url, but I can't seem to get the value to be passed.
<html:link page="/myAction.do" paramId="param1" paramName="value"> <html:img srcKey="add.button.image" altKey="add.button.image.alt" width="80" height="20"border="0"/></html:link> value is a bean in struts, that has get/set functions. I tried using paramName="${value_}" and pass a string, but it did not work. Thank you