On 7/22/10 10:59 AM, Amol Ghotankar wrote:
So I can conclude if we give w/error.jsp it takes path relative to
namespace.

If we give /w/error.jsp it take absolute path from web content folder.

This is true, but can be stated more generally, not related to struts:

A path starting with "/" is absolute, and unambiguous.
A path starting without "/" is relative, and has different meanings depending on what is considered to be the "current working directory".

-Dale

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to