Thanks for the response.
yeah java.net.URLEncoder.encode() does encoding correct.
In JSTL we have very good mecanism for encoding url
Example
<c:url value=�/inputComments.jsp� var=�inputURL� >
<c aram name=�firstName� value=�${first}� />
<c aram name=�lastName� value=�${last}� />
</c:url>
Same way don't we have any method in
servlet api which does this purpose?
[ August 01, 2008: Message edited by: Chintu sirivennela ]