RE: How to include CSS file in struts

2007-11-23 Thread Martin Gainty
Hellopathing scenarios with css are *usually* relative to the tag which invokes the stylesheet I would recommend creating a base css property which you could then use in your build-script e.g. http://mail-archives.apache.org/mod_mbox/struts-dev/200012.mbox/[EMAIL PROTECTED] dojo javascript path

Re: How to include CSS file in struts

2007-11-23 Thread John Bell
If you look at the struts2-showcase and see where they are there. They are in the root directory (WebContent) under styles. In the JSPs I had to use the full path to the style sheet as relative paths did not seem to work after calling an action. There is a description if you search the archives. -