I tried first assigning the value to a string and then sending it.
<% String value_ = duf1.getValue(); %>
<html:link page="/myAction.do" paramId="value_name" paramName="value_">
<html:img srcKey="add.button.image" altKey="add.button.image.alt"
width="80" height="20"border="0"/></html:link>
Still does not work.
On 8/27/07, Oleg Mikheev <[EMAIL PROTECTED]> wrote:
>
> 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]
>
>