Quantcast
Channel: web development helpdesk » parameter
Browsing latest articles
Browse All 2 View Live

How to create a url ensuring parameters are encoded?

URL parameters require the parameter values (and names) to be appropriately encoded. You can use the URLEncoder class to do this yourself, or the and tags can be used to handle it for you. <c:url...

View Article



How to access request parameters containing dot

When using JTST to access a request parameter we typically use something like this: ${param.xyz} If the parameter name contains a . then this becomes ${param.xyz.abc} Problem is that JSTL interprets...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images