Re: t:parameter name dynamic

2012-08-02 Thread William Lopes
Please, you would give me a example? How to use? 2012/8/2 Thiago H de Paula Figueiredo > (or also the syntax) are *not* dynamic because > they're not components, they're part of the structure of Tapestry > templates, and Tapestry templates have static structure. Instead, you > should provide c

Re: t:parameter name dynamic

2012-08-02 Thread Thiago H de Paula Figueiredo
(or also the syntax) are *not* dynamic because they're not components, they're part of the structure of Tapestry templates, and Tapestry templates have static structure. Instead, you should provide custom view and edition blocks. Check http://tapestry.apache.org/beaneditform-guide.html, s