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

Popular posts from this blog

php - cannot display multiple markers in google maps v3 from traceroute result -

php - Boolean search on database with 5 million rows, very slow -

css - Text drops down with smaller window -