Tapestry 5.0.11 and extending components

2008-03-23 Thread Anton Litvinenko
Hello! Sometime ago i needed to override default behavior of GridRows component used inside the Grid (i needed to display more than one table row for each grid row). For that sake i couldn't find anything more elegant than extend both Grid and GridRows components (by extending i mean extending jav

Re: Page activation context question

2008-03-23 Thread Anton Litvinenko
To pass more than parameter, a) from onPassivate method you should return an object array: Object[] onPassivate() { return new Object[] {getProductId(), "some string", true}; } b) Then you either define onActivate method as void onActivate(long productId, String xxx, Boolean yyy) { setProduct

Re: Developing Tapestry applications in IntelliJ IDEA

2007-05-22 Thread Anton Litvinenko
with the templates - if you update them in the running web apps context directory it will see the changes. On 5/21/07, Anton Litvinenko <[EMAIL PROTECTED]> wrote: > > Hello, > > Would someone be kind enough to explain how it is possible to use > Tapestry abilities not t

Developing Tapestry applications in IntelliJ IDEA

2007-05-21 Thread Anton Litvinenko
Hello, Would someone be kind enough to explain how it is possible to use Tapestry abilities not to cache templates in IntelliJ? (if I am not mistaken, then at least Jesse uses IDEA ;) With Eclipse and WTP it was fairly easy --- just needed to specify the corresponding system variable in the laun