java - Decode URL/URI in JSTL -
i need decode url/uri jstl encoded string such as:
%3fname%3duphelix
becomes:
?name=uphelix
i know can use urldecoder in regular java don't know how pull off in jstl.
is there jstl method accomplish this?
there no standard tag that. should in controller, or create own tag , use tag in jsp.
this doesn't view logic (i.e. markup generation logic) me, best place in controller.
Comments
Post a Comment