Hi,
I want to iterate through form parameters that have been passed to the page, but using:


<c:forEach items="${param}" var="params" varStatus="status">
   <c:out value="${params}"/><BR>
   </c:forEach>

Outputs the full value ie: var1=hi

I want to split var1 and 'hi' into two different variables, is there a way to access that in JSTL, such as '.value' or '.name'? I can't find any documentation detailing the params....

Thanks,

- Nic

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to