There are a few things going on here... try this and see if it does what you
want it to do.  If so reply back and I'll explain what the underlying issue
was:

TextField propertiesName = new TextField("name",new
PropertyModel(pluginProperties, "name"));
TextField propertiesValue = new TextField("value",new
PropertyModel(pluginProperties, "value"));
CheckBox propertiesDefault = new CheckBox("defaultProperty",new
PropertyModel(pluginProperties, "defaultProperty")); 


Markus Haspl wrote:
> 
> no, there aren't any errors.
> 
> but i don't understand why i have to use propertiesName.getModelObject();
> in
> the onSubmit() method. Because there may be hundrets of propertiesName in
> the ListView/Form.
> 
> Would it be better to make a Forms in a ListView? But then i need for
> every
> Form a submit-button. that wouldn't be so nice...
> 
> thanks
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/ListView-in-Forms-tp18852263p18900382.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to