RE: T5: Form in a loop with PropertyEditor and custom type editor

2008-04-22 Thread Jonathan Barker
Bill, If I understand correctly what you are trying to do, you probably want to use the context parameter on your Form element. For example, you might have: t:grid source=source row=rowObject t:parameter name=editCell form t:type=Form t:id=editForm context=rowObject.id !-- your select

T5: Form in a loop with PropertyEditor and custom type editor

2008-04-21 Thread Bill Holloway
This is kind of a reprise of an earlier e-mail, but it's more narrowed down and easy to reproduce. I have a form in a loop (in a cell parameter basically). The form is very simple. It has a propertyeditor component which edits a custom data type. I have defined a custom component which inherits