Skip to Content
0
Former Member
May 15, 2008 at 11:09 AM

Portal Logon Page doubt

13 Views

Hi,

I have a requirement of desiging a sdn type logon screen ie logon page as iview in anonymous home page.

I used the default logon par

com.sap..portal.runtime.logon.par created an abstract portal component and called "umLogonpage.jsp".

protected void doContent(

IPortalComponentRequest request,

IPortalComponentResponse response) {

// TODO Auto-generated method stub

IResource jspResource =

request.getResource("jsp", "umLogonPage.jsp")

response.include(request, jspResource);

}

I can see the logon page as an Iview now.However the functionality does not work ie am not able to logon to portal.

Can anyone explain why.If anyone know the functionality of logon par.... Is umLogonPage.jsp the first jsp that is called.

please help.

Tks,

Rocky.

P.S: will reward points for helpful answers.