Re: URL to file

2010-09-17 Thread based2
-asked-questions.html#FrequentlyAskedQuestions-HowdoIstoremypageclassesinadifferentpackage -- View this message in context: http://tapestry.1045711.n5.nabble.com/URL-to-file-tp2800186p2844332.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: URL to file

2010-09-02 Thread Laurent Guerin
; Is there any simple way to get URL to file in T5 API? Like smiler to > "URLConnection con = url.openConnection();" > > charith >

Re: URL to file

2010-09-01 Thread Inge Solvoll
ApplicationGlobals service gives you ServletContext, which provides the usual access to servlet context resources. Nothing simpler than that I think :) On Thu, Sep 2, 2010 at 7:09 AM, Charith Madusanka wrote: > Hi! > > Is there any simple way to get URL to file in T5 API? Like

URL to file

2010-09-01 Thread Charith Madusanka
Hi! Is there any simple way to get URL to file in T5 API? Like smiler to "URLConnection con = url.openConnection();" charith