RE: Error with using certain methods

2000-12-20 Thread David Rees
Title: Error with using certain methods My guess is that sHTMLLocation is invalid. When doing a forward, the sHTMLLocation should be an absolute URL relative to the web app. Can you verify that sHTMLLocation is a valid URL? -Dave -Original Message-From: Richey, Ross

RE: Error with using certain methods

2000-12-20 Thread Ramakrishna Sanka
Title: Error with using certain methods Make sure that you do not have the /my_app in your sHTMLLocation variable. If the code is in a JSP, though, I believe you should have the /my_app prefix to the location of your other "included" or "forwarded to" JSP. I have working codein my