Maybe try a RepeatingView of some sort (ListView?) over new 
ArrayList(map.keySet())...


Jeremy Thomerson
http://www.wickettraining.com
-- sent from a wireless device


-----Original Message-----
From: Ned Collyer <[email protected]>
Sent: Monday, January 19, 2009 6:14 PM
To: [email protected]
Subject: Need help editing a Map plz.


Hi Guys,

I have a data construct which is as follows:

Template
  Map<String, List<Constraint>> fieldConstraints;

The map is fieldname against a list of constraints.

Eg, I might have "firstName" as the field, and the following constraints
  length between 2 and 16 characters
  mandatory
  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-editing-a-Map-plz.-tp21554555p21554555.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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to