cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in accessing newly added JSP in PAR file of Portal Login Screen

Former Member
0 Kudos

Hello All,

I have added new JSP to the PAR file by using, Right Click the PORTAL-INF/jsp Folder.

Select New -


Other.

A Dialog Box Appers.

in that Select Simple--File.

Click Next.

Enter the File Name e.g Test.jsp.

Click Finish.

Now I want to access the Test.jsp file on click of custom added button which is present umLogonPage.jsp file.But I am facing problem to access custom JSP file.

Thanks,

Pravin

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Solved.

Thanks and Regards,

Pravin

Edited by: Pravin Patil on Oct 12, 2010 5:03 PM

Edited by: Pravin Patil on Oct 12, 2010 5:03 PM

Former Member
0 Kudos

Hi Pravin,

I have a similar senario to work on..Could you kindly share how you managed to call the customised jsp and how can we call another page from this customised jsp as well?

Thank you

Regards,

Jaspreet

Former Member
0 Kudos

Hi Preet,

You need to create an Abstract Portal Component and use the generated link in action class of logon form.

Also create your jsp under PORTAL-INF/jsp folder.

Once the portal component is created, you can use the link

"/irj/servlet/prt/portal/prtroot/PortalProject.PortalComponent" to redirect from logon page as required.

Thanks and Regards,

Pravin Patil