I'm trying to use CompoundPropertyModel in a form I dynamically create with a 
RepeatingView. I use the CompoundPropertyModel#bind method to bind each input 
tag to the corresponding java bean property.

Binding from java bean to html does work (the fields get filled), while the 
other way around (onSubmit) does break... the reported error is "no get method 
defined ... singlePanelForCurrentRow", where singlePanelForCurrentRow is the 
wicket:id I use to attach the repeating input tags.

I don't know what to search for on Google, because searching obvious terms 
(CompoundPropertyModel binding and the like) yelds trivial examples, but 
nothing similar to my needs.

Here is a quickstart demonstrating the issue, try clicking submit:

http://www.virtualbit.it/download/sparsi/example.zip

Thanks in advance
Lucio.

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

Reply via email to