Re: [Wicket-user] replace ognl.

2005-10-27 Thread Felix von Delius
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

Re: [Wicket-user] Re: Rendering a matrix as a table

2005-10-17 Thread Felix von Delius
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 > > > ---

[Wicket-user] Re: Rendering a matrix as a table

2005-10-15 Thread Felix von Delius
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:

[Wicket-user] Rendering a matrix as a table

2005-10-15 Thread Felix von Delius
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