Hi,

I am trying to use an html:link tag in place of the 'a' tag in the code below so that I can use the transacation=true attribute to allow tokens to work. The code sits within a jstl forEach loop so thats how it gets the index.

// working code
<c:url var="modifyUrl" value="/do/processContact"><c:param name="indexPos" value="${status.index}" /></c:url>
<a href="<c:out value='${modifyUrl}'/>">test</a>
// end working code


From the html tags api docs I see I could use paramId="indexPos" for the
attribute but how could I set the paramName="xxx" given that this would have to appear in the request or some other scope?

Thanks,
Andy

_________________________________________________________________
Use MSN Messenger to send music and pics to your friends http://www.msn.co.uk/messenger



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



Reply via email to