Struts cannot support relative uri ?

2003-10-28 Thread javen fang
Hi, all. I am fajaven from matrix(www.matrix.org.cn) in China. I wonder it seems like Struts cannot support relative uri. In tomcat 5.0 , my webapp looks like: tomcat/webapps/asales Two files are: tomcat/webapps/asales/pages/left.jsp tomcat/webapps/asales/pages/images/logo.jpg Normally

Re: Struts cannot support relative uri ?

2003-10-28 Thread Ruth, Brice
fajaven from matrix(www.matrix.org.cn) in China. I wonder it seems like Struts cannot support relative uri. In tomcat 5.0 , my webapp looks like: tomcat/webapps/asales Two files are: tomcat/webapps/asales/pages/left.jsp tomcat/webapps/asales/pages/images/logo.jpg Normally, in left.jsp, I use

Re: Struts cannot support relative uri ?

2003-10-28 Thread George Steimer
Do you have a html:base/ tag within your html head element? Hi, all. I am fajaven from matrix(www.matrix.org.cn) in China. I wonder it seems like Struts cannot support relative uri. In tomcat 5.0 , my webapp looks like: tomcat/webapps/asales Two files are: tomcat/webapps/asales

Re: Struts cannot support relative uri ?

2003-10-28 Thread javen fang
in the cases where you don't see it working? javen fang wrote: Hi, all. I am fajaven from matrix(www.matrix.org.cn) in China. I wonder it seems like Struts cannot support relative uri. In tomcat 5.0 , my webapp looks like: tomcat/webapps/asales Two files are: tomcat/webapps

Re: Struts cannot support relative uri ?

2003-10-28 Thread Mark Lowe
, since its the browser that then has to request the correct image from the server. What is the HTML being produced in the cases where you don't see it working? javen fang wrote: Hi, all. I am fajaven from matrix(www.matrix.org.cn) in China. I wonder it seems like Struts cannot support relative uri

Re: Struts cannot support relative uri ?

2003-10-28 Thread Mahin Jeyachandran
good day all, I'm new to struts frame work... I'm using a property file names languages.properties instead of = ApplicationResources.properties Also I have an entry in my struts-config.xml like the following... message-resources property=3Dlanguage / I also placed the property file in

Re: Struts cannot support relative uri ?

2003-10-28 Thread Ruth, Brice
(www.matrix.org.cn) in China. I wonder it seems like Struts cannot support relative uri. In tomcat 5.0 , my webapp looks like: tomcat/webapps/asales Two files are: tomcat/webapps/asales/pages/left.jsp tomcat/webapps/asales/pages/images/logo.jpg Normally, in left.jsp, I use logo.jpg, like

Re: Struts cannot support relative uri ?

2003-10-28 Thread javen fang
Struts cannot support relative uri. In tomcat 5.0 , my webapp looks like: tomcat/webapps/asales Two files are: tomcat/webapps/asales/pages/left.jsp tomcat/webapps/asales/pages/images/logo.jpg Normally, in left.jsp, I use logo.jpg, like this: img src=images/logo.jpg