Thanks David,

I'll check that out.

Jim.
----- Original Message -----
From: "David M. Karr" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, November 06, 2002 6:53 AM
Subject: Re: Adding a parameter to a URL + can I use the JSTL expression
language with struts?


> >>>>> "Jim" == Jim Collins <[EMAIL PROTECTED]> writes:
>
>     Jim> Sorry to be a pain but has anyone got any idea how to fix this
problem? Also
>     Jim> can I use the JSP expression language with struts?
>
> If you are using the nightly build, you can use the contributed Struts-EL
> library, along with the JSTL (and Struts itself).  The Struts-EL library
is a
> "port" of the Struts tag library, where the attribute values are evaluated
with
> the JSTL EL engine, instead of runtime scriptlets.  Search the struts-user
list
> for "Struts-EL" for more information about this.  There is a very small
set of
> documentation in the user's guide on Struts-EL (in the nightly build).
>
> Using Struts-EL, it seems concievable (I haven't tried this, specifically)
you
> could do this:
>
>  <c:url value="/uploadAction.do" var="myUrl">
>   <c:param name="objID" value ="${param.objID}"/>
>  </c:url>
>
>  <html-el:form action="${myUrl}">
>   ...
>  </html-el:form>
>
> --
> ===================================================================
> David M. Karr          ; Java/J2EE/XML/Unix/C++
> [EMAIL PROTECTED]
>
>
> --
> To unsubscribe, e-mail:
<mailto:struts-user-unsubscribe@;jakarta.apache.org>
> For additional commands, e-mail:
<mailto:struts-user-help@;jakarta.apache.org>
>


--
To unsubscribe, e-mail:   <mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Reply via email to