I have a command that is a quick command and on execute time I do something like
thisStructure := self context structure.
parentStructure := thisStructure parent.
self answer: (self context structure: parentStructure)
The context then contains the right structure (parentStructure) but the url line in the
browser still tells the url of thisStructure. The only thing I could confirm is that this
doen't happen if isQuick is false. Then the url is updated correctly.
Any ideas?
Norbert