Hi I am performing transaction from within a wizard and wish to use a readonly text field to display progress. how can I change the text in the field 'state' below from within the 'transition_' method.
## below is my First unsuccessful attempt
def transition_open_(self):
self.start.state='processing'
# more stuff here
