Hello All !

We have been using JSP for quite some time now and are facing a problem
using the above syntax in order to move from a JSP page to another. Our
design involves a main servlet which navigates between the different JSP
pages by using the forward() method:

getServletContext().getRequestDispatcher(stateMachine.getCurrent().getForm()
).forward(req, resp);


The URL is a string which includes the relative URL name f.x
'/servlet/an.common.Example.jsp'.

Generally all works and there is no problem whatsoever in the general
functionality. We are facing a specific problem when using MS IEXPLORER to
browse our JSP pages (With Netscape all is ok all the time). The JSP page
received from the forward has some strange behavior. For example some jpg
images are not loaded. An IFRAME tag in the page cannot reach the URL which
appears in its src parameter. As I said, all these problems do not appear
when using Netscape. Also, when we change the forward to
resp.sendRedirect(URL) everything returns to be normal even in IEXPLORER.

Did anyone face such a problem? Does anyone has a clue?

Thanks,

Arie Fishler
AlmondNet Ltd.

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to