If this is a part of my struts-config.xml:
 
  <action path="/presecure_jump" type="com.vnu.actions.PreSecureJumpAction">
   <forward name="postsecure" path="/postsecure_jump.do"/>
  </action>
 
what specifically will match and not match my Action's path (path="/presecure_jump" )
I understood that any occurence of the string "/presecure_jump.do" in a url would trigger this Action.  Is this not true?

Reply via email to