[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.birt] Access of ViewerServlet via RequestDispatcher forward

Hi,

I want to access the birt ViewerServlet via a RequestDispaptcher.forward call out of a servlet in a second web application (to do authorization before accessing my reports).
This works quiet well for cvs or pdf output. However the ajax bases html-output refuses to display the report. I think that the reason for this is the different path from which the servlet is called. /myapplication/ instead of /birt/ and so I tried to solve the problem by changing the paths in RunFragment.jsp to reflect this. Unfortunatly although my browser does not show javascript errors anymore the report still won't come up.
I am not very familar with javascript or ajax, so possibly I have overlooked something.


Has anybody tried to do somethink similar to what I try? I would be happy about any suggestion that could help me.

Greetings,

Fred