Hi,
I have a problem.
From docman.jsp I can submit a form and a find a servlet.
When I in docman.jsp open another window (by use of JavaScript) and from this window (deldoc.jsp) tries to submit a form to a servlet, I get a page not found because it looks in the same folder as the jsp files. But the servlets are placed in an entirely different place.
If I change the JavaScript which submits the form, so that it's submitted from the first page, ie. docman.jsp, it works fine.
Is there anything I'm missing here? I've tried accessing different servlets and I think it perhaps has got to do with some kind of configuration. Please let me know if there's anything specific you need to know.
Cheers,
Lars
I have a problem.
From docman.jsp I can submit a form and a find a servlet.
When I in docman.jsp open another window (by use of JavaScript) and from this window (deldoc.jsp) tries to submit a form to a servlet, I get a page not found because it looks in the same folder as the jsp files. But the servlets are placed in an entirely different place.
If I change the JavaScript which submits the form, so that it's submitted from the first page, ie. docman.jsp, it works fine.
Is there anything I'm missing here? I've tried accessing different servlets and I think it perhaps has got to do with some kind of configuration. Please let me know if there's anything specific you need to know.
Cheers,
Lars