Hello Tapestriers:
I have a template.tml with should look something like this
<div xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd">
${content}
</div>
${content} should be filled from properties/file/database whatever. My
problem:
it can contain links to other pages in my application.
In the end I want dynamic templates to be as much flexible as possible
and give my users the
ability to put anything they want in it. But I do not know how I could
achive
flexiblity when the HTML contains Elements which are normally rendered
through
Tapestry components (Link, Form, TextArea).
E.g.
<div>
<a t:id="printLink">print</a>
</div>
Any ideas?
Thanks in advance,
Kai
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org