java - Dynamic URL special characters : @PathVariable -
i using spring , hibernate in project.
is there way handle dynamic url(i.e. hyperlink populated dynamically depending on searchresult) through modelattribute i.e. using variable , passing same controller passing input bean??
i using @pathvariable handling dynamic url action jsp controller. during same if dynamic url contains combination of special characters ./ url getting truncated.
please help.
Comments
Post a Comment