Hi all,
a short question I wasn't able to find an answer for:
How can I get the (absolute) path of the servlet context?
I have a Upload component and I want to save all of the files
in a subdirectory of the context (perhaps even below WEB-INF,
I don't know).
What I've done so far:
@InjectObject("service:tapestry.globals.ServletContext")
public abstract ServletContext getServletContext();
How to go on?!
Thanks!
Andreas
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]