[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index] [Home]

relative pathnames


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)