Mine is wicket application ,In one of my page I am trying to load a file
which is in my web-inf folder.
here the code
InputStream
inputStream=WebApplication.get().getServletContext().getResourceAsStream("/WEB-INF/downlods/HelpManual.pdf");
the inputstream is always null what am I doing wrong ?
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/load-file-from-web-inf-tp2229067p2229067.html
Sent from the Wicket - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]