cancel
Showing results for 
Search instead for 
Did you mean: 

Custom Messages in Logon page

Former Member
0 Kudos

Hi All.

I wanted to display custom messages to the user on the portal logon page. How ever I can hard code it in jsp pages of logon page.

But the client wants it to be dynamic, as in where no need to deploy the logon par file very frequently. Can anybody tell me how thic can be achieved.

Thanks

Supriya

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member182598
Active Contributor
0 Kudos

1. Store the information in a file in KM

2. Allow Read permission for anonymous user on the file

3. Use KM APIsread and display the content of the file on Logon Page.

You can control who can modify the content by controlling the permissions on the document. Also the KM APIs allow for language dependent text, i,e depending on the browser language you can display language dependent texts.

Thanks & Regards

Prashant

Former Member
0 Kudos

Hi Prashanth,

Thanks for your immediate reply. Can your forward me the related links or any related info and how to work on this.

Regards

Supriya.

Former Member
0 Kudos

Hi All,

Can you please provide the links or info on following --

1. How to add a iview dynamically a jsp page

2. Links or url's of KM api's

Thanks

Supriya BV

former_member218672
Active Contributor
0 Kudos

Hi Venkat,

You'll require com.sap.portal.runtime.logon_api.jar and umelogonbase.jar for this.

Also, you can include a km document path into the umLogonPage.jsp like - href="/irj/go/km/docs/documents/your_document.doc"

Best Regards,

Sen