On 23.03.2015, Daniel Poggenpohl wrote:

> perhaps you people can help me...my application has various 
> resources deployed. Among them are a kind of HTML template files. I
> take the files, replace part of the contents of the file according to
> a certain syntax, and want to display the resulting html file in an
> iframe on a Tapestry page.
> 
> To do this, I am currently creating temporary html files.

Do you really need an iframe? If you are able to put the parsed result
in a string, just output it using the raw component:

http://tapestry.apache.org/5.3/apidocs/org/apache/tapestry5/corelib/components/OutputRaw.html

- Stephan

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

Reply via email to