P.S.
The pages that call the /tmate/projectSelect" action load fine (no "missing
action mapping" are thrown). Its only when the action is actually hit
(submit button) that the action can't be found.
D
> -----Original Message-----
> From: DHarty [mailto:[EMAIL PROTECTED]]
> Sent: Monday, July 23, 2001 12:36 PM
> To: Struts User
> Subject: action/context path inconsitencies
>
>
>
> I have an appliaction called "tmate" that is being deployed in the
> "webapps/tmate" directory of tomcat so when I call localhost/tmate I go to
> the index of my application.
>
> I also have in my struts confix.xml file some action mappings that begin
> with "/tmate" for example:
> <action path="/tmate/projectSelect"... />
>
> This has worked until today. Now, instead of looking for the full action
> path (/tmate/projectSelect) it truncates the tmate due to context
> and looks
> for /projectSelect.
>
> Any idea why this has begun happening all of a sudden. I haven't made any
> changes to struts!
>
> D
>
>