Back button in Wizard For Vaadin Addon

Hi,

Is there a way of customise the Back button action? I would like to commit the step even when the user goes backward.

Thank you!

Hilda

which wizard are you using? Isnt there a Steplistener with which you can handle it? (If old step == xy and new Step == aa then commit) or so?

I am using this one:

Wizard for Vaadin

When the user clicks “Next”, the context is preserved, but I do not find a way of saving the context when going back. Do you know if this is possible?

Thank you in advance,

Hilda