I have a basic question about commands.
When you click on the edit link you get
a special edit page.
SW2Command>>asComponent (*)
Usually this just returns a magritte component built automatically from
the description of the command, but as you can see in SW2ViewCommand
one can also override it to return any other Seaside component.
Shouldn't there be something like this somewhere:
html anchorWithAction: [SW2EditCommand>>doExecute] text:
SW2EditCommand asLabel
This is something else, you can create a link to a structure and
command anywhere using:
html
anchorToStructure: aStructure
command: aCommand
do: aBlock (*)
Cheers,
Lukas
(*) Check the exact wording in your own image, i don't have access to
one right now.
--
Lukas Renggli
http://www.lukas-renggli.ch