posted 17 years ago
Hi all,
Can I read a file under WEB-INF and put ir into java.io.File?
I've tried following code, but the file.exists() always returns false. What can I do?
I need the file to be read from my backing bean (as static property in backing bean)