Problem:
Want to consolidate my actions and parameterize them. For example let's say I want to create an action that shows an error message, and pass in the text when I trigger it.
[1] I tried setting in the trigger action an options block which I had hoped would be passed into the called action, but it did not.
[2] I tried setting an options block and using $params. but that didn't work either.
I can use $set/$get but is there a better way to do this? It seems like #1 would be best.