Re: What is the S2 equivalent

2007-09-03 Thread tom tom
Thanks, Yes I do agree with you, Reason for this question is still we have not mixed JSTL with S2, I thought can we get this going with S2 tags, it would have been cleaner. thanks --- Don Brown <[EMAIL PROTECTED]> wrote: > Use the JSTL tag. The Struts 2 tags aren't meant to > replace JSTL, but

Re: What is the S2 equivalent

2007-09-03 Thread Don Brown
Use the JSTL tag. The Struts 2 tags aren't meant to replace JSTL, but complement it in ways that are useful. There are several tags that do overlap with JSTL, such as the iterator tag, but they are kept mainly to keep backwards-compatibility. Don On 9/4/07, tom tom <[EMAIL PROTECTED]> wrote: >