I'm doing a tree rendering, so I don't think I can use a tml file only, as
the documentation suggested using a component for that. Problem is, when
generating my links manually I don't know the path I'm in, and I cannot use
a relative path.
I'll try your suggestions, thanks a lot!
--
View this me
Hi.
I've implemented a component in Tapestry 5, and I need my component to use
for some of its rendering, but of course, just using
writer.element("t:actionlink", ...) doesn't work.
What is the preferred approach to render a few components inside another
custom one?
Thanks in advance!
--
View