Hi flare,

I don't know how you got c:out working with DynaBean but seems like that
JSTL doesn't support DynaBean. Here is the link
http://nagoya.apache.org/eyebrowse/ReadMsg?listName=taglibs-user@;jakarta.apa
che.org&msgId=367697.

I also looked at the source code and couldn't find anything related to
DynaBean.

Deepak

-----Original Message-----
From: flare [mailto:flare@;flare.it]
Sent: Tuesday, October 29, 2002 12:43 PM
To: Struts Users Mailing List
Subject: RE: [JSTL] c:out and DynaBeanClass


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


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