Hi all.

I have css files located at different directory..
and i am loading thease css files in struts jsp page  like below

 <link rel="stylesheet" type="text/css" href="<html:rewrite
page='/css/abc.css'/>">
 <link rel="stylesheet" type="text/css" href="<html:rewrite
page='/css/xyz.css'/>">

the problem is ...when i am simply run JSP page without using struts i.e i
simple run any jsp page then its working fine.....but when i call jsp page
from other page that is using struts ...then it is not able to load css or
not displaying the right ouput....

simply when i call jsp page via struts action it is not showing me a correct
output but when i run jsp page alone its showing me correct output.


Please help me.. 

Thanks in advance
-- 
View this message in context: 
http://www.nabble.com/Loading-CSS-files-in-Struts......-tp20567608p20567608.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to