> From: Michael Wechner [mailto:[EMAIL PROTECTED]]
>
> Vadim, thanks for your help.
>
> What I meant was:
>
> org.apache.cocoon.environment.Source
inputSource=resolver.resolve(src);
>
> I didn't realize that I can do that within an action. I thought that's
> just for generators.
> But it does
enko wrote:
>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
02 3:35 PM
Subject: RE: Sitemap File System Path from within an Action
> 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
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.
But
Thanks Vadim. I will try it out.
But how else would you write a file into the filesystem relative
to the sitemap from where the action has been called from a
HTML form for instance (or HTTP upload)?
Michael
Vadim Gritsenko wrote:
00da01c1a9a3$c51e5f70$0a00a8c0@vgritsenkopc">
From: Mi
> 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 p
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
-
Pleas