I am using Spring and Hibernate in my project.
Is there a way to handle dynamic URL(i.e. hyperlink which is populated dynamically depending on searchResult) through modelAttribute i.e. using a variable and passing same to controller just like passing input bean??
I am using @PathVariable for handling dynamic URL action from JSP to Controller. During the same if my dynamic URL contains combination of special characters like ./ then the URL is getting truncated.
Please help.