And it has the
option to display the link to the command as a button.
perhaps we could add | display=button for links in general.
The parameter 'display' should be only used to define the display
string, but we could add another parameter to render as a button.
However I think this is rather problematic, because we would need to
put a form around it. I prefer to keep it as a link and define the
look using CSS, as this is normally done with all parts of Pier. Btw,
there is also the paraemter 'class' that allows you to set a specific
CSS class on the generated anchor tag.
Lukas
Ah! Cool, ok that will do nicely!
Another mini addition - I also define
MAPluggableAccessor>>#dummy
^ self read: [:model | ] write: [ :model :value | ]
Keith