Hi,
I have a servlet used with my T5 app, its job is to return an image from
file system, the url-pattern is:
 <url-pattern>/av</url-pattern>
in the template I have to refer it as:
< img src="http://localhost:8080/av?fid=mypic.jpg"; / >
this works, but if I deploy it, i have to update the server name, if I just
use "/av?fid=mypic.jpg", it will not work as it might be appended to other
URLs. any idea how to take care of this? Thanks,
A.C.
-- 
View this message in context: 
http://www.nabble.com/T5%3A-using-servlet-tf4555798.html#a13001997
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to