I have my application under the context /xml-op/
 
In my struts-config.xml file, I define an action with the path=/Login
 
Anyway, when I want to invoke the Login action as a forward, let's say by
means of a ForwardAction action mapping, in my jsp page, as href I have to
indicate the following: /xml-op/Login.do
 
If I want to invoke the same action from within a form, then I have to omit
the /xml-op/ prefix.
 
Anyone of you does know why?
 
TIA, Marco

Reply via email to