Hi Marvin,

Thank you for your reply. I'm new to Spring and have tried adding a couple of 
variations on ${flowScope.service.getResponse(service.name)} or to the app-name 
header in top.jsp, but this call doesn't retrieve anything.

I've also analyzed the code for services management to see if I can use any of 
the code there- but I haven't managed to retrieve the Service Name.

I wonder if I need to create a bean for this first...

Are you able to provide any additional guidance on this issue?

Thank you,
Tobias

----- Original Message -----
From: "Marvin Addison" <[email protected]>
To: [email protected]
Sent: Thursday, September 29, 2011 3:44:28 PM
Subject: Re: [cas-user] Display Service Name on CAS Login page?

> How would I go about displaying the Service Name (which I enter in Services 
> Management) on the CAS login page?

Use the service parameter stored in the FlowScope to query the
ServiceRegistry for the RegisteredService object, then set it as a
model parameter that's available to the login form which you can then
consume in the JSP view.

M

-- 
You are currently subscribed to [email protected] as: 
[email protected]
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user

-- 
You are currently subscribed to [email protected] as: 
[email protected]
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user

Reply via email to