I have a subdirectory with an html file when I click on a link it takes me to the html file. A decorator with navigation links decorates the html page.
The navigation links are relative to the current directory instead of the context path. I didn't think it was suppose to du this with <s:url action=""/> It renders the following <a class="sidelink" href="<s:url action='products' includeParams='none'/>">Products</a> as <a class="sidelink" href="/agejsofts2/product/WinemakerTracker/docs/products.action">Products</a> when I want: <a class="sidelink" href="/agejsofts2/products.action">Products</a> What am I doing wrong? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]