I'm building a wizard - step 1 is uploading a file, step 2 is some validation and user decisions - step 3 needs to do things with the decisions made in step 2.
So I'd like to do some processing when the user presses "next" to proceed to step 3 - but what methods are available (I don't see any) on that button - or what is the recommended way to implement this?