Lew
unread,Jul 7, 2011, 1:35:40 AM7/7/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to GWT Pectin
Hi,
I've been playing with GWT Pectin and I think its great, however, I'm
come across a problem that I'm not sure can be implemented using
Pectin Form Models.
I have a bean that contains a Map<String,String>, and I need a have a
form that represents this map, where each Map entry has a key that is
fixed (field name), and the user can set/modify the value (field
value).
I have looked at replacing the Map with a List of "Property" beans
that has a name and value rather than a Map, but still I'm not sure
how to bind this properly to the model.
Does anyone know if there is an easy way to implement this? Or do the
fields need to be well defined?
Kind Regards,
Lew.