RE: Need help editing a Map plz.

2009-01-19 Thread Ned Collyer
odel); > add(new TextField("minimum", new PropertyModel(model, > "minimum"))); > add(new TextField("maximum", new PropertyModel(model, > "maximum"))); > } > > > When the page is rendered - the correct values appear. Howe

RE: Need help editing a Map plz.

2009-01-19 Thread Ned Collyer
l(model, "minimum"))); add(new TextField("maximum", new PropertyModel(model, "maximum"))); } When the page is rendered - the correct values appear. However when it's submitted - the values for max and minimum are set to null. HELP :) -- View this mes

RE: Need help editing a Map plz.

2009-01-19 Thread Ned Collyer
sense now. Jeremy Thomerson-5 wrote: > > Maybe try a RepeatingView of some sort (ListView?) over new > ArrayList(map.keySet())... > > > Jeremy Thomerson > http://www.wickettraining.com > -- sent from a wireless device > -- View this message in context: http://www.n

RE: Need help editing a Map plz.

2009-01-19 Thread Jeremy Thomerson
tory alphas only I have editors for each of the constraints - that bit was easy. I can also render out the field names, and the editors. My question is, how do I bind the editors to the instances that are within the map? -- View this message in context: http://www.nabble.com/Need-help-edit

Need help editing a Map plz.

2009-01-19 Thread Ned Collyer
have editors for each of the constraints - that bit was easy. I can also render out the field names, and the editors. My question is, how do I bind the editors to the instances that are within the map? -- View this message in context: http://www.nabble.com/Need-help-editing-a-Map-plz.-tp21554555p