Form fields have quite a complex relationship with their enclosing form, I
wouldn't suggest writing to the MarkupWriter.

BeanEditor and BeanEditForm require a BeanModel. Instead of implementing all
of the methods in BeanModel, you can instantiate a BeanModelImpl and pass a
custom PropertyConduitSource to it.

Another option is to create a custom "map:" Binding/BindingFactory to get()
and set() values in the underlying maps.
eg <t:textfield value="map:myMap.someKey" />



--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/t5-3-6-Constructing-Forms-from-Maps-tp5719952p5719971.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to