Hallo,I have a new question!

I'm writing a asset expansion like this

 <lmg src=${asset:uri:http://people.apache.org/~uli/images/tapestry.png} />

I implememt a Resource using URI, and add a asset configure,It works well

Now I want to change it like this <img
src=${asset:uri:images/tapestry.png}></img>

I want the server root path http://people.apache.org/~uli/ to
be configurable ,so it can be configured using tapestry symbols.I tried
this

using AssetFactory,URIResource,and symbols,but failed

 Can anyone help me?

Reply via email to