Hi,
I have an intranet application done by servlet e jsp pages.
With IE5.0 everything work fine while with Netscape 4.7 or greater when
the servlet call the jsp with the following code:
String path="/Didattica/dinamic/test.jsp";
req.setAttribute("Host",host);
RequestDispatcher rd = sc.getRequestDispatcher(path);
if (rd != null){
try{
rd.include(req, res);
}
catch (Exception e){
sc.log("Problema nella request dispatch", e);
}
}
the result is a page with the source code of the called jsp.
I'm using JRun 3.01 with Winn2000 and IIS5.0.
Any help will be appreciated
ciao
Elena
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists