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: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to