Skip to Content
0
Former Member
Oct 24, 2006 at 07:56 AM

login inside the anonymous page

28 Views

hi all,

We are building an anonymous page in EP6.0 sp16. Default Configuration of anonymous page gives a link to the logon page. But we need to provide an iView for users to directly login inside the page by entering user id and password, just like sdn.

I 've tried several methods:

1. Create an iView from "com.sap.portal.runtiem.logon.par" first, then assign this iView to the page for anonymous. It failed because we can not new an iView from that par file.

2. Modify the default logon page first, then create a URL iview to it. But after we finishing the username and password, only the small iView 'logon' to the portal. Others iViews of the page do not change. That means the login action only refresh the iView, not the whole portal.

3. Use the parameter 'j_user' and 'j_password', then post an action to '.../irj/portal'. But we can not get the error message when logon failed.

Does anybody know how to do?

Thanks.

Best Regards,

Liting Zhou