Hi, I am using Struts 1.1b and Tomcat 4.1.12 on JDK1.4.0 & Windows 2000.
I have an application that has been divided into a number of sub-applications (called apply, enrol & track). On one of the sub-application pages for 'track' I have the following: <html:base/> ...<html:link page="/editApplication.do">Edit</html:link> which are rendered as: <base href="http://localhost:8080/test/track/applications.jsp"> (correctly identifies the application-relative path) and ...<a href="/test/editApplication.do">Edit</a> (i.e. it hasn't correctly identified the application-relative path). I've ensured that accessing this page is done through an action in the 'track' sub-application so that the context information can be set by the controller servlet. And this must be working correctly as the <html:base/> tag renders correctly. The completely bizarre thing is that one of the other sub-applications is working correctly, so what the heck is going on. I've tried restarting the server, emptying the browser and server cache etc. The only potential problem I can think of is that I have the same action name (editApplication) in one of the other sub-applications, but I understood that the action names were not required to be unique across applications. I've trawled the mail archive and haven't found anything helpful. Any ideas? Thanks ____________________ Marcus Edwards --Disclaimer-- This e-mail and any attachments may be confidential and/or legally privileged. If you have received this email and you are not a named addressee, please inform the sender at Digital Steps Ltd by phone on +44 (0)1483 469 480 or by reply email and then delete the email from your system. If you are not a named addressee you must not use, disclose, distribute, copy, print or rely on this email. Although Digital Steps Ltd routinely screens for viruses, addressees should check this email and any attachments for viruses. Digital Steps Ltd makes no representation or warranty as to the absence of viruses in this email or any attachments. -- To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

