Quantcast
Viewing latest article 2
Browse Latest Browse All 2

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 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 latest article 2
Browse Latest Browse All 2

Trending Articles