On Tue, 20 Sep 2016 13:46:27 -0300, Adam X <vbgnm3c...@gmail.com> 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: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org