At the directLink parameter only let capture the
listener, but in some cases is good to send some
parameters too, in order to, for example, re-use some
listener but to diferenciate the menu item via parameters.
I did it, and if you want, can include this code, but
more elegantly (maybe, if that is possible, that
parameter can be included if directLink is present in
the .jwc file, this was done in .html file), because
I'm so new in Tapestry (less than a month).
MenuItem.jwc
<parameter name="parameters" required="no">
<description>
An object, or list of objects, encoded into the URL
as listener parameters (and made available to
the ulimate listener object or method).
</description>
</parameter>
(Extracted from Howard's directLink component)
MenuItem.html is attached
Thanks, your T3 menu is great!
MenuItem.html