Is there any way to specify a variable as a parameter name in JSTL, i.e:
<c:set var='myVar' value='dynamicParameterName' />
<c:out value='${param.(dynamicParameterName)}' />
Is there any way to specify a variable as a parameter name in JSTL, i.e:
<c:set var='myVar' value='dynamicParameterName' />
<c:out value='${param.(dynamicParameterName)}' />