On Fri, 09 Nov 2012 13:22:27 -0200, o3005659 <o3005...@rtrtr.com> wrote:

I am pulling an image from the dB with the following method

public String getImagePath(){
return "context:location/"+image.getLocation();
}

and in tml file, I have
<${imagePath}>

When you use ${somePropertyName}, you're using the prop binding. The prop binding doesn't expand other bindings, so what you see is expected. If you need dynamic assets, use the AssetSource service.

--
Thiago H. de Paula Figueiredo

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to