You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by iberck <ib...@gmail.com> on 2012/09/13 08:18:31 UTC

Re: img tag (src)

My solution:

${image} 

public Link getImage() {
        Link link = resources.createEventLink("preview");
        return link;
}

Object onPreview() {
        return new StreamResponse(){}
}




--
View this message in context: http://tapestry.1045711.n5.nabble.com/img-tag-src-tp2425421p5716261.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

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