Hi Marcus,

Thanks, thats easier.

Arve

2007/11/16, Marcus <[EMAIL PROTECTED]>:
>
> Hi Arve,
>
> We're using an if, to display grid only when it has data. Like this:
>
> Test.java:
> ...
> public boolean getHasDataToGrid1() { return (_listGrd1.size() > 0);  }
> ...
>
> Test.tml
> ...
> <t:if test="hasDataToGrid1">
>    <table t:type="grid" ....
> ...
>
>
> Marcus
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to