Quantcast
Channel: web development helpdesk » parameter
Viewing all articles
Browse latest Browse all 2

How to access request parameters containing dot

$
0
0
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 this as being the abc property of the xyz bean which is not what we want. In this case we instead need to use […]

Viewing all articles
Browse latest Browse all 2

Trending Articles