sakthi vadivel wrote:hi mark
The parameter values are stores in request object so you can get the value using getAttribute(paramName, scope) method in PageContext class.
remember getAttribute returns Object type.
<c:out value="pageContext.request.getAttribute("${pname}", PageContext.REQUEST_SCOPE)" />
try this
Thanks, but this does not work. It may be something to do with the quotes, they need to be escaped or something. Im new to EL and JSTL, but I know using a scriplet I could say