Anna Simbirtsev wrote:
<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 think that value itself should be a String not a bean. From struts documents: paramName - The name of a JSP bean that is a String containing the value for the request parameter named by paramId They are calling it a JSP bean, which is not a JavaBean. Although this is just my guess. Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

