> 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. 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]>
