Re: Struts Forward and URL prefix problem

2006-04-05 Thread Adam Hardy
Jeff Thorne on 03/04/06 21:25, wrote: I am trying out struts action mappings and wildcards so that I can provide my dynamic content static URLs that are not based on query strings. When my action class forwards to success or failure all the URLs in the receiving .jsp page are prefix with the ini

Struts Forward and URL prefix problem

2006-04-03 Thread Jeff Thorne
I am trying out struts action mappings and wildcards so that I can provide my dynamic content static URLs that are not based on query strings. When my action class forwards to success or failure all the URLs in the receiving .jsp page are prefix with the initial URL. For example if I submi