severman 0 Junior Poster in Training

hi all
i want to show the user 2 forms together.
mail and password(which means the user will have 2 submit buttons, one for the mail form and one for the password form).
the purpose is to let the user change his mail/password but he wont have to change both at once.
i thought of creating 2 new actions(mailAction, passwordAction) and adding a redirector in each form to the right action. the problem with that is that i will loose my validator...
and one here can help me figure out a right way of handling this?
10x!