I am getting the Model Attribute Object's, Key and value pair in the url,I have to hide those key-value pair or else it should be values alone.
Ex:consider the following url,
http://localhost:8080/Sample/showPage.htm?
name=ram&std=II&sec=A
&Search=Get
this name,std and sec forms the model attribute object 'StudentDetails' pojo class,I want the url like below:
http://localhost:8080/Sample/showPage.htm?
ram/II/A/Get