I seem to recall reading somewhere that ofbiz has a set of places it looks
to find things like images and css files.  As I recall the search order
is first in the application/<app>/webapp/ directory, then in the framework
directory.  Do I recall this right, if not what determines which directory
a given URL will be resolved against.

In particular I am trying to include my own .css file for the ecommerce
application, I have copied it from framework/images/webapp/images/ to
applications/ecommerce/webapp/ecommerce/images (it being ecommain.css)
but the browser still seems to get the old one.  Do I have to delete (or
rename) the old one in order to get the new one loaded?  I do have caching
turned off in Firefox).  By getting the old one I mean that I changed
something (a font size) and the font remained the same size when I refreshed
the page.

Both the main css and the blog css seem to be found using /images/<name>.css
which I think means that I have recalled this right, but I am confused as to 
why the copy does not seem to have worked.

David

Reply via email to