cancel
Showing results for 
Search instead for 
Did you mean: 

How to create a complete custom portal logon page.

Former Member
0 Kudos

Hi Frndz,

I want to create a new logon page i.e completely customized(not to customize com.sap.portal.runtime.logon.par), this is to make my portal as a EFP(Xternal facing portal).

Regards

Rajesh

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

when we click on Log on button which action it should call ??, in SAP's "umLogonPage.jsp" action is pointing to

I struck at action="??" in form of a JSP

I found one more action but am not sure that is correct to login to port

""/irj/servlet/prt/portal/prtroot/com.sap.portal.navigation.portallauncher.default""

Regards

Rajesh

Former Member
0 Kudos

Hi,

You have to still use the PAR file to do this. I assume your requirement is to have your own action on click of the logon button.

In this case, you have to create a Component in your Portal Application (in portalapp.xml) and in the logon jsp form, give the action as this new component that you are creating. You can create a PortalAbstractComponent.

Thanks,

Venkat

Edited by: Venkatraman N on Oct 4, 2009 1:12 PM

Former Member
0 Kudos

Hi,

Yes i agree with that i have to use PAR for logon.

Let assume that i have created PAR file called "MyLogon.par" in this i have JSP file "Welcome.jsp" .

In this JSP when we click on Logon Button it should lunch the portal screen, which action i should place in FORM of JSP action.

If u go to SAPs "umLogPage.jsp" in the FORM attribute

can i use same piece of code in my custom jsp , to logon to portal.

Is there any another way to logon to portal.

Regrds

Rajesh.