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
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
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
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