I have a class called SituacionEconomicaFinanciera that retrieves data using a view (dbo.v_situacion_economica_financiera_persona) from my database. My goal is to extract the displayed data and save it into their respective tables.
I’ve defined a controller for this entity in controller.xml as follows:
controller
And here’s my implementation for the GrabarSituacionEconomicaFinanciera class:
class
and this is my application.xml
application
However, when I attempt to execute this setup, I encounter the following error:
error
does not call the controller to execute this action.
SAUL VELECELA is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1