Please, I have good reason for what I need to do. All I need to know is if it is possible to delimit the el so that the value gets passed to the back unprocessed. If not, I have other solutions. But, I would prefer to use the ${...} notation.
Brandon Goodin Phase Web and Multimedia P (406) 862-2245 F (406) 862-0354 [EMAIL PROTECTED] http://www.phase.ws -----Original Message----- From: Scott Barr [mailto:[EMAIL PROTECTED]] Sent: Friday, January 31, 2003 7:16 PM To: Struts User List Subject: Re: Struts EL Hi Brandon If these values are required by the backend, why not do this in an Action? Scott Barr On Sat, 2003-02-01 at 11:54, Brandon Goodin wrote: > 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]