Re: Sitemap File System Path from within an Action

2002-01-31 Thread Michael Wechner
: No other way. Or use working directory instead. Vadim -Original Message- From: Michael Wechner [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 30, 2002 11:15 AM To: [EMAIL PROTECTED] Subject: Re: Sitemap File System Path from within an Action Thanks Vadim. I will try it out

Sitemap File System Path from within an Action

2002-01-30 Thread Michael Wechner
How do I find the filesystem path of the sitemap from within an Action? I mean something like that: public Map act(Redirector ){ String sitemapFileSystemPath=???.getSitemapPath() Thanks for your help Michael -

RE: Sitemap File System Path from within an Action

2002-01-30 Thread Vadim Gritsenko
From: Michael Wechner [mailto:[EMAIL PROTECTED]] How do I find the filesystem path of the sitemap from within an Action? I mean something like that: public Map act(Redirector ){ String sitemapFileSystemPath=???.getSitemapPath() It is really not recommended to use file paths.

RE: Sitemap File System Path from within an Action

2002-01-30 Thread Vadim Gritsenko
No other way. Or use working directory instead. Vadim -Original Message- From: Michael Wechner [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 30, 2002 11:15 AM To: [EMAIL PROTECTED] Subject: Re: Sitemap File System Path from within an Action Thanks Vadim. I will try it out