I looked everywhere to find this answer and couldn't so.... :-D

If I have the following:
<c:forEach var="x" start="1" end="10">
<html:hidden proper="thisObject[${x}].text"
value="${pass.this.value.as.is}"/>
</c:forEach>

And I am using the struts html el taglib
And I want pass the value of ${pass.this.value.as.is} to the back-end
unprocessed.

In other words.. I literall want "${pass.this.value.as.is}" to be passed to
the back.

How would I do this and keep the el from processing the value?

Brandon Goodin
Phase Web and Multimedia
P (406) 862-2245
F (406) 862-0354
[EMAIL PROTECTED]
http://www.phase.ws



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

Reply via email to