Hi I'm new using these frameworks. I've used this
tutorial as a starting point. My problem is that none of my actions work. When the
jsp input form is shown and you submit the values I get this error:
My Spring application context is as follows:
My hibernate.cfg is:
Struts.xml:
The base action is:
And the Login action:
I've tried to substitute in Login.action
by
and this way this action works fine and the rest keep showing the error. So I think maybe there is a problem with the session factory, but I can't see the problem in the configuration.
Thanks in advance.