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?  Thanks a million.

- Ray Clough



Musachy Barroso wrote:
> 
> http://cwiki.apache.org/confluence/display/WW/Can+we+use+JSTL+with+the+framework
> 
> I shouldn't be linking to the wiki but the main doc has an error (fixed on
> wiki already).
> 
> regards
> musachy
> 
> On 4/17/07, Ray Clough <[EMAIL PROTECTED]> wrote:
>>
>> Is it possible to use JSTL to access the value stack?   If so, what is
>> the syntax.  If that doesn't work, what is the syntax for accessing it
>> with a scriptlet?  That must be possible, because that is what the tags
>> do.
>>
>> Thanks very much,
>> Ray Clough
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
> 
> 
> -- 
> "Hey you! Would you help me to carry the stone?" Pink Floyd
> 
> 

-- 
View this message in context: 
http://www.nabble.com/JSTL-and-the-Value-Stack-tf3595148.html#a10050015
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to