Re: Action Mapping Forward to static html from

2006-05-09 Thread Allen Casteran
Yes. That creates the path /context/index.html I need the link without the context, yet don't want to hard code the domain into the struts config. Philihp Busby wrote: Have you tried the contextRelative attribute? On 5/9/06, Allen Casteran <[EMAIL PROTECTED]> wrote: Is there a way to co

Re: Action Mapping Forward to static html from

2006-05-09 Thread Philihp Busby
Have you tried the contextRelative attribute? On 5/9/06, Allen Casteran <[EMAIL PROTECTED]> wrote: Is there a way to configure an action mapping in struts-config.xml to forward to a static URL that is not part of the application files? Something like a forward to the web site home page /index

Action Mapping Forward to static html from

2006-05-08 Thread Allen Casteran
Is there a way to configure an action mapping in struts-config.xml to forward to a static URL that is not part of the application files? Something like a forward to the web site home page /index.html. - To unsubscribe, e-mail: