--- Ray Clough <[EMAIL PROTECTED]> wrote:
> The "why" is because I just really don't like the
> Struts-2 tags.  I especially don't like the fact
that
> they don't expose a variable on the page - for 
> example the s:iterator tag does not explicitly
expose
> a variable which I can work with, or format using
> jstl.  

...but I'm telling you they do, or at least
<s:iterator.../> does.

<s:iterator value="dates" id="d">
  <fmt:formatDate value="${d}" pattern="MM/dd/yyyy"/>
  <br/>
</s:iterator>

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]

Reply via email to