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.
--
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
---
You received this message because you are subscribed to the Google Groups "CAS
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/a/apereo.org/d/msgid/cas-user/5777c26b-7bd1-4388-a487-772eb1b52af7%40apereo.org.