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}> 

However, when I go and look up in the firebag logs, it is denoting that
image source is attested as src="context:location/picture.jpg", and it can't
reach proper file. What am I doing wrong, so my method is not pulling
context path as C://toMyProjectDirs.../ ?



--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Context-and-image-pulling-tp5717870.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

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

Reply via email to