Hi,
I'm trying to update up custom template and I'm stumbling with param.service
e.g.
in the old version (4.1) as an example
jsp/default/ui/casConfirmView.jsp: <p><spring:message code="screen.confirmation.message" arguments="${fn:escapeXml(param.service)}${fn:indexOf(param.service, '?') eq -1 ? '?' : '&'}ticket=${serviceTicketId
}" /></p>
so I could construct a link/use javascript in my template like this:
onclick="document.location.href='mylink?forwardURL=${param.service}'; return false;"
I can't work out the equivalent for 5.3
Many thanks for any help.