Tuesday, July 11, 2006

Struts - File Locations

1. Images, Javascript libraries, CSS files, etc. cannot go under
WEB-INF because they cannot be seen from the client
2. JSPs can go under WEB-INF because they are always called from
Struts actions
3. JSPs that refer to images, JavaScript libraries, CSS, etc. MUST use
the Struts tag to make the reference work correctly.

No comments: