Hi Joshua,

In a page
ServletContext context = ((WebApplication)
getApplication()).getServletContext();
File reportFile = new File(context.getRealPath("/reports/myReport.jasper"));

under webapp put a reports folder

You can use every file / image / whatever

HTH
Per

-- 
View this message in context: 
http://www.nabble.com/How-to-get-resources-from-our-web-app-context---tp14289017p14291554.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]

Reply via email to