Hi,
I have this info.xml file that I need to open, first I put it under WEB-INF
and use : fr = new FileReader("info.xml"); got FileNotFoundException, I put
it under images directory as the template was able to get the pictures
there, then I use FileReader("images/info.xml"), same exception. where is
the better place to put xml files and what's the correct path to access
them? thanks.

A.C.
-- 
View this message in context: 
http://www.nabble.com/T5%3A-xml-file-location-tf4364651.html#a12440650
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to