>>>>> "Thomas" == Thomas Fahrmeyer <[EMAIL PROTECTED]> writes:

    Thomas> Hi,
    Thomas> i just want to create a link with URL-Encoding and adding some parameter 
the
    Thomas> the link. I tried it with

    Thomas> <html:link href="/modifyPersonSelections" paramId="selectionId"
    Thomas> paramProperty="1">remove</html:link>

    Thomas> to get
    Thomas> <a href="/modifyPersonSelections?id=1>remove</a>

    Thomas> but the link generated does not contain the parameter :(

    Thomas> I'm using Struts 1.1b2.

Read the API description for "html:link".  If I understand what you're trying
to do, you should change "selectionId" to "id" and "paramProperty" to
"paramValue".

-- 
===================================================================
David M. Karr          ; Java/J2EE/XML/Unix/C++
[EMAIL PROTECTED]


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

Reply via email to