[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
[Home]
relative pathnames
- To: "Gnujsp" <gnujsp@gjt.org>
- Subject: relative pathnames
- From: "Werner Hennrich" <weHe@TeleWeb.at>
- Date: Sat, 20 Feb 1999 01:28:22 +0100
- Importance: Normal
Hi !
in a the resouce /foo/bar.html
I have a <FORM action="result.jsp">
using a realtive url, hence (IMHO) pointing to /foo/result.jsp
unfortunately, it doesn't work that way -
i have to use <FORM action="/foo/result.jsp>
is this a bug or a feature?
Regards, Werner
(GnuJSP0.98, jsdk 1.2 servletrunner)