Hi there,
I have a component with method editAction like this:
| ar |
ar := self
call: ((self article descriptionEdit asComponentOn: self article)
addValidatedForm.
ar
ifNotNil: [self article copyFrom: ar]
When I call this method directly from this component, editor is
rendered succesfully. But when i wrap component with decoration,
where renderContentOn looks like:
html anchor
callback: [self owner editAction];
with: 'edit'.
self renderOwnerOn: html
after clicking on 'edit', nothing happens. Except reloading page, of
course. Any suggestions here?
Thanks,
Martin
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside