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: Michael Wechner [mailto:[EMAIL PROTECTED]]
How do I find the filesystem path of the sitemap from within anAction?I mean something like that:
public Map act(Redirector ....){
String sitemapFileSystemPath=???.getSitemapPath()
It is really not recommended to use file paths. You won't be able run
your app from the packed war file.
If you still think you can't live without path, use
org.apache.cocoon.environment.Context.getRealPath()
Vadim
---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>