Hello all,
Do anyone know AppFuse? Anyway, it's a app framework that uses Spring +
Struts 2 + Hibernate. I have set up the app framework and got the form, controller and able to save data to database. Then I added in the validation stuff and now my save function doesn't work. Worst off, I don't think the save function even got triggered.
JSP form
Validation xml for the action class
The action class
And in the struts config file
How to get the validation to trigger my save method in the action class? Thanks.