Spring MVC 3.0 mapping extention?

The action method in your form was defined as action="/login. Action The / makes the url relative to your domain. You should notice that the form posted to a url similar to http://localhost:8080/login.

Action which should be localhost:8080/context root/sub dir if defined/login. Action I recon that removing the '/' will fix it.

The action method in your form was defined as action="/login. Action". The / makes the url relative to your domain.

You should notice that the form posted to a url similar to http://localhost:8080/login. Action which should be localhost:8080/context root/sub dir if defined/login. Action I recon that removing the '/' will fix it.

Better yet, use to correctly append the context name. – Amir Raminfar Apr 28 at 15:15.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions