Hi all,
I have searched the mail archive and I have not found an answer to my
questions. My question is: I have a <c:forEach> loop that dynamically
generates HTML parameters. Once the user clicks on the submit button, I
programmatically know how many there are since I save the number in a
variable. However, I have no way of combining that number with the param
object. For example, I cannot do <c:out value="${param.thing_}${count}" />
or <c:out value="${param.thing_${count}}" />.
I will mock up some code if there is confusion about my question.
Thanks for all the help!
Chris Yocum
_________________________________________________________________
The new MSN 8: advanced junk mail protection and 2 months FREE*
http://join.msn.com/?page=features/junkmail
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
- Re: Dynamic HTML Parameters Chris Yocum
- Re: Dynamic HTML Parameters Shawn Bayern