Thanks a lot!
I'll check its correctly working.

Regards, K. Miyauchi


2014-09-25 19:00 GMT+09:00 Peter Wagner <ps...@hotmail.com>:
> Hello,
>
>
> use a temporary variable as an “index”:
>
>
>
>
>
> <%@ taglib uri="http://java.sun.com/jsp/jstl/core"; prefix="c" %>
>
> <html>
>
>     <head>
>
>       <title>EL Test</title>
>
>     </head>
>
>
>     <body>
>
>       <c:forEach var="i" begin="1" end="10">
>
>         <c:set var="paramName" value="vorname${i}"/>
>
>         ${param[paramName]}<br/>
>
>      </c:forEach>
>
>     </body>
>
> </html>
>
>
>
>
> Regards, Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: taglibs-user-unsubscr...@tomcat.apache.org
For additional commands, e-mail: taglibs-user-h...@tomcat.apache.org

Reply via email to