Hi,

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

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

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

but the link generated does not contain the parameter :(

I'm using Struts 1.1b2.

Thanx
Thomas


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

Reply via email to