I'm trying to figure out how to use multiple pages for one action. All the fields are identical, but depending on the page different info needs to be saved/displayed/validated/etc. The problem I'm running into is when the validation fails. I need to know which input to return to. For example the ".transaction.Contribution" should also be able to return to ".transaction.Withdrawal"
I thought I saw something using an asterisk notation for the action or method="{1}", but I can't seem to find much that elaborates on this or how to use it. Can anyone help me out?