[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: > Dear Wicke

[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

Re: [Wicket-user] Changing an attribute in response to a Link.onClick() method.

2005-10-15 Thread Philip A. Chapman
Everyone, I got an answer on the IRC channel. The problem was rooted in that fact that I was trying to modify an attribute of a ListItem in a ListView and ListViews recreate list items at construction time by default. Thanks, Philip A. Chapman wrote: > Everyone, > > I have written a subclass o

[Wicket-user] Changing an attribute in response to a Link.onClick() method.

2005-10-15 Thread Philip A. Chapman
Everyone, I have written a subclass of AttributeModifier that I had hoped to use to change an element's class attribute based on whether that item has been selected. The setSelected(true) is called from a Link.onClick() event method. However, when the page reloads, the element's class attribute

Re: [Wicket-user] Re: Standard for database integration? (Please!)

2005-10-15 Thread Martijn Dashorst
Only when the license is compatible and doesn't introduce a framework stack. Wicket Stuff is not a playground. It is a place where new components can be created and maintained. If it is used as a playground, we should mark those projects as such: sandbox or something else. Martijn On 10/15/05, J

[Wicket-user] Re: ListMultipleChoice and Selection Changed Notifications

2005-10-15 Thread Johan Compagner
only clientside notifications? do you have all the items already there? or are you saying that you want a notifications from the client to the server? i have to see how or on what place the onchange handler is declared it should or can be in a common base package i thing (of all the choice classes)

[Wicket-user] Re: Standard for database integration? (Please!)

2005-10-15 Thread Johan Compagner
adhoc is the whole idea of stuff it is more or less a play ground and what is becoming stable and useable for many people then it should be promoted (wicket-extentions) On 10/15/05, Gili <[EMAIL PROTECTED]> wrote: > > At the very least, someone should review contrib, identify classes > offer