hi all,
is there a JSP equivalent of javascript's encodeURI/decodeURI, such as
=========================================================
-jeff
try { succeed(); } catch(E) { tryAgain(); } finally { rtfm(); }
is there a JSP equivalent of javascript's encodeURI/decodeURI, such as
Code:
foo = "hello world?";
// returns "hello%20world%3F";
foo = encodeURI(foo);
=========================================================
-jeff
try { succeed(); } catch(E) { tryAgain(); } finally { rtfm(); }