--- Ray Clough <[EMAIL PROTECTED]> wrote:
> My Action has a method "public Exporter
> getExporter()". If I use the struts2
> tags I can access the "exporter" with
> <s:iterator value="exporter.nameValuePairs" >,
> and it works fine. If I use the jstl syntax
> <c:forEach items="${exporter.dataMatrices}"
> var="matrix" >, nothing is found. How do
> I get the jstl tag to work here?
Without knowing what an Exporter is, I don't really
know.
You're using two different property names; did you
mean to?
Does Exporter follow JavaBean naming conventions for
both of the properties you're accessing?
Use <s:iterator.../> but handle the inner loop with
JSTL/JSP EL?
d.
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]