I believe this was asked on the Struts user list a couple weeks ago and the only known JSTL implementation that support dyanbeans was the one that comes with Resin. Otherwise you will have to use the Struts bean tags, which understand DynaBeans.

Robert

Vincent Massol wrote:

Hi,

I'm trying to create a JSP page that will present a collection of
DynaBeans into a table, using JSTL. I've attached what I've got so far
(the "results" object is a Collection of DynaBean objects that have been
put in the Request object by a Servlet).

I am stuck where I need to get a property from a DynaBean.

How can I do it?

Thanks
-Vincent


------------------------------------------------------------------------

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


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

Reply via email to