On Mon, 28 Oct 2002, flare wrote:

> <c:forEach var="item" items="${requestScope.asteAllegati}" varStatus="status">
>  <c:url value="/showAllegati.do" var="show">
>  <c:param name="id" value="${requestScope.id}"/>
>  <c:param name="tipo" value="${requestScope.tipo}" />
>  <c:param name="key" value="${item.a_nomefile}" />
>  </c:url>
> ... 
> 
> I've tried but doesn't work.. if I try to render the url with a
> dynabean accessor (a_nomefile or others) I get an error, the out tag
> works fine instead.  I'm using JSTL on Resin 2.1.5 + Linux

I'm not really familiar with DynaBeans and how they work.  My point is
just that if 

  <c:out value="${item.a_nomefile}" />

works, then a <c:param> tag that uses the same expression ought to work as
well.  Your previous message indicated that there was some difference
between the two in the same JSP page, and I wanted to confirm that that
was what you meant.

-- 
Shawn Bayern
"JSTL in Action"   http://www.jstlbook.com


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

Reply via email to