Hi,

When I edit a structure (or perform any command), the command renders itself in the position defined by the PRContentsWidget. Unfortunately on the site I'm building the content is often surround by other widgets and it's not always visually appealing to render the command 'in-place'. 

I've experimented with a couple of different approaches when the command is "aContext command isView not":
1) replacing the application's root component with a decorated component generated from the command as:
    self session presenter show: commandComponent
2) my second attempt modified the nearest ancestor with a local environment to a more suitable "plain" environment.

Unfortunately both attempts have limitations. In the first all the environment is lost and I've realised that in the second, environment changes are visible to all users...

Rethinking my approach another alternative would be to goto another page for the command and return on command completion. 

Has anyone else solved a similar problem? All thoughts gratefully received

Thanks

Nick