set a relative path instead of absolute for a jsp file

2003-10-07 Thread David Thielen
Hi; I have a situation where I need to have the jsp files with my html files. (I have just 2 of them and they use the same templates as the 100+ html files and they are a simple part of the website.) My J2EE server is configured to look in both the server's web application directory and

Re: set a relative path instead of absolute for a jsp file

2003-10-07 Thread Graham Leggett
David Thielen wrote: Is there a way in struts to tell it to look for a relative path? In other words, if I start with windwardreports/form.jsp, then go to windwardreports/demo.jsp? We had the same problem, and created this patch: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15921 I would