Re: [T5] filesystem asset problems

2009-02-07 Thread manuel aldana
thanks for the hint, it makes more sense now. So there are two parts, when it comes to assets: 1) Presenting the asset as a proper link to the client (as component link inside HTML) 2) Getting tapestry to response it when it is requested as URL. Currently built in as direct context path or ass

Re: [T5] filesystem asset problems

2009-02-05 Thread Jonathan O'Connor
Manuel, look at the AssetDispatcher class. That will clear up a lot of problems, I think. Ciao, Jonathan On 06/02/2009 00:49, manuel aldana wrote: hi, want to create a new asset-type, which makes images available from filesystem (file:/) to webapp (http:/), but somehow I don't get it... I

[T5] filesystem asset problems

2009-02-05 Thread manuel aldana
hi, want to create a new asset-type, which makes images available from filesystem (file:/) to webapp (http:/), but somehow I don't get it... I am sure at least some of my assumptions are wrong: -with Asset framework I can make resources available through tapestry webapp context (http://xxx ur