I'm trying to use a token in a link.

I am expecting somthing like the following to work:

<c:url var="book" value="bookcourse.do">
  <c:param name="<%=org.apache.struts.taglib.html.Constants.TOKEN_KEY%>"
value="<%=session.getAttribute(org.apache.struts.Globals.TRANSACTION_TOKEN_K
EY)%>"/>
  <c:param name="programmeId" value="${programme.id}" />
</c:url>

But it gives a thread death :(


Any ideas?

Daniel.


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

Reply via email to