reading a resource file

2008-09-22 Thread eyalbenamram
. for reading the file I used: URL url = this.getServletContext().getResource(a.txt); Please help Thanks, Eyal. -- View this message in context: http://www.nabble.com/reading-a-resource-file-tp19606548p19606548.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: reading a resource file

2008-09-22 Thread Emanuele Gesuato
eyalbenamram wrote: Hi I have a wicket application that is being deployed to tomcat using Eclipse IDE. I need to be able to read a .txt file from the application object. the problem is I cannot find where to put the txt file. I tried to put it everywhere in the application, and under any

Re: reading a resource file

2008-09-22 Thread Martijn Dashorst
: URL url = this.getServletContext().getResource(a.txt); Please help Thanks, Eyal. -- View this message in context: http://www.nabble.com/reading-a-resource-file-tp19606548p19606548.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: reading a resource file

2008-09-22 Thread Eyal Golan
this message in context: http://www.nabble.com/reading-a-resource-file-tp19606548p19606548.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: reading a resource file

2008-09-22 Thread eyalbenamram
it everywhere in the application, and under any directory in the tomact. for reading the file I used: URL url = this.getServletContext().getResource(a.txt); Please help Thanks, Eyal. -- View this message in context: http://www.nabble.com/reading-a-resource-file-tp19606548p19606548.html Sent from