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

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -