With Spring WebFlow, is it possible to avoid hard-wiring the possible transitions between view-states ?
I am thinking of getting the name of the next view-state
based on model validation rules.
That would be a way of creating a work-flow based on the model state.