I strongly support replacing OGNL with something more performant, as
long as it is not yet another new syntax for accessing properties (we
already have OGNL, Spring property access syntax, some expression
languages from the JSP/Taglib world and probably some others). At
least it sould be OGNL compa
Thanks, this is much better. I guess this falls into the category "too
dumb to read the JavaDoc" ;-)
Felix
On 10/16/05, Juergen Donnerstag <[EMAIL PROTECTED]> wrote:
> That should do as well
>
>
>
>
> Data
>
>
>
>
> Juergen
>
>
> ---
I found a solution myself: using the span-tags, I can render the
matrix the right way:
Data
;-)
Felix
On 10/15/05, Felix von Delius <[EMAIL PROTECTED]> wrote:
Dear Wicket experts,
I want to display a variable sized matrix represented as a List of
Lists of Strings (the sublists do all have the same size). In my page
class I have this code:
List matrix = getMatrix(); // matrix is a List of Lists of Strings
add(new ListView("matrix", matri