Try 

<html:link target="_top" action="<%="/addproducts?groupID=" + hello
%>" styleClass="rowAdd"><bean:message key="label.addproducts"
/></html:link></td>

On 4/13/05, Scott Purcell <[EMAIL PROTECTED]> wrote:
> In the below line, I am trying to insert some dynamic data (hello). But it 
> does not work. I have tried an expression, as you can see and it just prints 
> verbatim, and I tried a <c:out value="${hello}" /> and it just prints out the 
> tag itself.
> 
> How does one insert dynamic link data into these type of tags?
> 
> <html:link target="_top" action="/addproducts?groupID=<%= hello %>" 
> styleClass="rowAdd"><bean:message key="label.addproducts" /></html:link></td>
> 
> Thanks,
> 
> Scott
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to