Thanks for your quick reply Ted. ----- Original Message ----- From: "Ted Husted" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, September 18, 2003 3:45 PM Subject: Re: [SCAFFOLD] How get application context path
> If you need the application's path, then I wouldn't recommend using a > ProcessAction. These are meant to be a fast lane to the business layer. > The business layer shouldn't need to know the application's path. > > If you need to load a resource into application scope, then use a > plug-in or another servlet to load it under a known key. Then it can be > accessed through the servlet context like anything else. > > -Ted. > > L�zaro Miguel Fung wrote: > > Hi. > > > > How I can get my application's path to use it inside a ProcessAction. > > > > TIA > > LFung > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > -- > Ted Husted, > Junit in Action - <http://www.manning.com/massol/>, > Struts in Action - <http://husted.com/struts/book.html>, > JSP Site Design - <http://www.amazon.com/exec/obidos/ISBN=1861005512>. > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

