Has anyone tried to edit a map instance using a bean editor ? I checked
this page "http://tapestry.apache.org/beaneditform-guide.html"; and now I'm
trying to add a custom property but It isn't working:

model = beanModelSource.createEditModel(Map.class, resources.getMessages());
model.add("F Var", propertyConduitSrc.create(String.class, "put"));

Exception:
An exception has occurred: *Render queue error in
BeginRender[Index:myform]: Exception generating conduit for expression
'put': Class java.lang.String does not contain a property (or public field)
named 'put'.*


How can I tell tapestry the setter method and the getter method for a map
and to make the beaneditor create the form for it ?

Thank you.

-- 
*Regards,*
*Muhammad Gelbana
Java Developer*

Reply via email to