On Tue, 20 Sep 2016 13:46:27 -0300, Adam X <[email protected]> wrote:
How do I create links? Can I do this:
<t:pagelink context="['abc','def']">yo</t:pagelink>
<t:pagelink context=['xyz',10,20]>bam</t:pagelink>
I'd go with a separate method:
<t:pagelink context="pageContext">yo</t:pagelink>
Object[] getPageContext() {
// whatever logic you want or need.
}
--
Thiago H. de Paula Figueiredo
Tapestry, Java and Hibernate consultant and developer
http://machina.com.br
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]