Hi, As Thiago has told you, Tapestry is a Web framework and has no need to provide a such feature into the T5 API. Perhaps, i don't understand your need, but java.io.File.toURI() followed by java.net.URI.toURL() should be a good candidate.
2010/9/2 Charith Madusanka <charithc...@gmail.com> > Hi! > > Is there any simple way to get URL to file in T5 API? Like smiler to > "URLConnection con = url.openConnection();" > > charith >