I am trying to chain
two actions two actions together, the first one may generate validation errors,
which then chains to the 'form' view.
The thing that
doesn't work is the errors generated using addError(field, message) or
addErrorMessage(message) inthe first action are lost when the 'view' action is
chained to.
Does anyone have any
ideas ?