I have a form with a RadioGroup containing a ListView much like the example from WicketStuff, which works fine.
Now I would like to get the radiogroup part out into a panel that I could then add to the form multiple times with different models (products), however I can't figure out where the chosen radiobuttons backing model gets set as it isn't on the model object I used. Anyone got an example of submitting a form containing panels (tat is panels not containing forms themselves)? In the normal case the resulting object gets set on the property specified in the radiogroup, and I suspect the problem has something to do with the added markup identifier from adding a panel to the form instead of the radiogroup but haven't been able to figure it out. /Steen
