You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Lance Java <la...@googlemail.com> on 2012/06/08 14:07:57 UTC

Re: Popup a pdf or word document

The following TML will not be transformed by tapestry (replace "[]" with
"<>")
[param name="src" value="context:test.pdf" /]

I *think* you want to do the following:
[param name="src" value="${context:test.pdf}" /]

See also:
http://wiki.apache.org/tapestry/Tapestry5HowToCreateADynamicPDF
http://tapestry.apache.org/search.html?q=streamresponse

--
View this message in context: http://tapestry.1045711.n5.nabble.com/Popup-a-pdf-or-word-document-tp5713712p5713715.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