> Hi flare,
> 
> It doesn't work for me. I'm getting error
> 
> org.apache.jasper.JasperException: An error occurred while evaluating
> custom action attribute "value" with value "${flare.ciccio}": Unable
> to find a value for "ciccio" in object of class
> "org.apache.commons.beanutils.BasicDynaBean" using operator "."
> (null).

I got this error trying to render a url with a dynabean param

<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}" />
                                              ^^^^^^^^^^^^^^ dynabean 
</c:url>

With out and ftm tags  works for me 


> My environment:
> Tomcat 4.1.12
> Jakarta JSTL:  Nightly build.

I'm using Resin 2.1.5
JSTL latest stable (1.02 I think) 




--
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