tags:

views:

34

answers:

1

Hi,

I need open new browser window with PDF format.I have jsp,javaservelt with PDF stuff.This same code working in webserver.But it is not working in Lifray portal.When i click the button , it shows resource not found.

I have tried with java servlet class and struts, both not open the PDF.

Portal error Message:

[PortalImpl:2948] Current URL /web/guest/PDFOpenExer generates exception: null

What i have to do open the new PDF ?

Please help me.

A: 

URL /web/guest/PDFOpenExer maybe is not a page maanged by liferay. It doesnt exists.

Baxtheman