I'm doing the following:
renderContentOn: html
html render: ((self parent person asComponent)
readonly: true;
yourself ).
html form with: [html submitButton callback: [self editClient];
value: 'edit']
To view a model object... everything seems to work fine. When I
toggle halos and try to see source or inspect one of the Magritte
components, it fails, because they aren't being returned by #children
anywhere. Is there a way I can cache the component, or do this a
different way?
Thanks,
Brian