You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Jim Kennedy <ji...@gigaheads.com> on 2003/10/30 22:09:19 UTC

Like to use html-el:link to add query string params

Why doesn't this work

<html-el:link 
    style="color:#FFFFFF" 
    action="/propsearch"
    name="${param}"><B>Rent</B></html-el:link>


The implicit param var is not found in any scope.  Seems like this should work.  Doing something wrong here.  What's the best way to apply existing query string Plus one param.

thanks