Am using spring mvc and jquery. I want to call a controller method from jsp on change of select tag. I did this using ajax now everything works fine.
But i wish to know is it possible in jquery to call a controller method (Or to hit a url as a normal url hit) without ajax.
Am facing some problem using ajax.
So if there is any better way please help me.