Listeditor

2009-11-30 Thread Steffen Dienst

Hello friendly folks,

I'm experimenting with the ListEditor as introduced at  
http://wicketinaction.com/2008/10/building-a-listeditor-form-component/.
After implementing a move up/down functionality (see  
http://gist.github.com/245506), I'm getting problems as soon as I add  
TextFields to a ListItem. The textfield values do not change, although  
shuffling around the backing list seems to work. As EditorButton doesn't  
process the form, each textfield seems to keep it's raw input instead of  
the updated model value.

Does anybody see my hopefully blatant error?

Steffen Dienst

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Custom model for lists

2009-11-04 Thread Steffen Dienst

Hi,

I need a model to represent a list of integers. I'd like to represent this list as a comma separated string in a text 
field. Is there any model I can use as a foundation? Where can I learn about implementing this (converting list to comma 
separated string and back)?


Thanks in advance,

Steffen

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org