PDA

View Full Version : Simple Form Controller


igalmarino
Aug 30th, 2005, 01:50 PM
I have this problem ...

i need to modify an employee record so:

- I have 1 form where the user fill the employee record number
- This is sent to a controller that find the record in the database and send it to another form
- The user modify the information on this form and sent it to a second controler that modify the information on the database and show a success page

The problems is that this does not work ... and i think there must be a better way !!!

Any suggestion ???

Thanks
Ignacio

mariuss
Aug 30th, 2005, 05:07 PM
The problems is that this does not work ...

Could you provide some details here?

Did you try using the AbstractWizardFormController?

Marius